scripting browsers from Python

Michele Simionato michele.simionato at gmail.com
Tue May 31 03:52:33 EDT 2005


I would like to know what is available for scripting browsers from
Python.
For instance, webbrowser.open let me to perform GET requests, but I
would like
to do POST requests too. I don't want to use urllib to emulate a
browser, I am
interested in checking that browser X really works as intended with my
application. Any suggestion?

           Michele Simionato




More information about the Python-list mailing list