Clicking on a hidden button in Python using Mechanize -


i have button looks this:

<a id="bregister" class="button bregister disabled" onclick="void(0);">register</a> 

the button gets enabled once previous checkbox checked. how click on button? using python mechanize.


Comments

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -