I want to submit a form, follow link, select some check boxes & Radio buttons and click on buttons through my Python Program. I have worked with Perl’s Mechanize. I checked google and I found its available for Python too
http://wwwsearch.sourceforge.net/mechanize/
Unfortunately, that link is dead! So, where can I get some Python Mechanize’s tutorials and where can I download it from? If not mechanize, what else would you suggest?
Try this link:
http://pypi.python.org/pypi/mechanize
If not mechanize then webdriver driving webkit or webunit backend from Python is an option. Or just use the webkit bindings from Python directly.