Controlling a browser using Python, on a Mac (Firefox or Safari or Chrome/ium or Opera)
Posted
by Gj
on Stack Overflow
See other posts from Stack Overflow
or by Gj
Published on 2010-04-18T04:29:23Z
Indexed on
2010/04/18
4:33 UTC
Read the original article
Hit count: 271
I'm looking for a way to programatically control a browser on a Mac (i.e. not IE) using Python.
The actions I need include following links, checking if elements exist in a page, and submitting forms.
Which solution would you recommend?
Thanks!
© Stack Overflow or respective owner