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