Re: scripting browsers from Python



Simon Brunning wrote:
On 31 May 2005 00:52:33 -0700, Michele Simionato
<michele.simionato@xxxxxxxxx> wrote:

I would like to know what is available for scripting browsers from
Python.

I don't know of anything cross platform, or even cross browser, but on Windows, IE can be automated via COM - see <http://www.mayukhbose.com/python/IEC/> for example

Also http://pamie.sourceforge.net/

Kent
.