Live data from Hacker News

Ask HN: Is python powerful enough to automate events in web browser?

news.ycombinator.com

1–4 of 4 posts

Re: Ask HN: Is python powerful enough to automate events in web browser?

#3

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.