Ask HN: Is python powerful enough to automate events in web browser?
2 comments
If I understand you correctly, I think that you are looking for something like "mechanize": http://stockrt.github.io/p/emulating-a-browser-in-python-wit...
Hey, I have used mechanize earlier. But my requirement is a tool which can behave as if a real user is using keyboard and mouse on web browser pages.
Perhaps Selenuim? http://docs.seleniumhq.org/ and http://en.wikipedia.org/wiki/Selenium_%28software%29 .
Are there some solution available in any other platform?