Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Ask HN: Is python powerful enough to automate events in web browser?
1 point
by
bluedog
on June 26, 2014
|
hide
|
past
|
favorite
|
3 comments
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?
Are there some solution available in any other platform?
matthewbauer
on June 26, 2014
|
next
[–]
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...
bluedog
on June 26, 2014
|
parent
|
next
[–]
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.
dalke
on June 26, 2014
|
prev
[–]
Perhaps Selenuim?
http://docs.seleniumhq.org/
and
http://en.wikipedia.org/wiki/Selenium_%28software%29
.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: