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 - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -