Let's say i need to choose an option using radio button in web page and then click a button which would download a particular file. Is it possible to automate this process using python?<p>Are there some solution available in any other platform?
If I understand you correctly, I think that you are looking for something like "mechanize": <a href="http://stockrt.github.io/p/emulating-a-browser-in-python-with-mechanize/" rel="nofollow">http://stockrt.github.io/p/emulating-a-browser-in-python-wit...</a>