Controlling a browser using Python, on a Mac (Firefox or Safari or Chrome/ium or Opera)
- by Gj
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!