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

c++ - Difference between pre and post decrement in recursive function argument -

php - How can I echo out this array? -

javascript - IE11 incompatibility with jQuery's 'readonly'? -