Re: scripting browsers from Python
- From: Simon Brunning <simon.brunning@xxxxxxxxx>
- Date: Tue, 31 May 2005 11:40:05 +0100
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.
> 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?
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 - and other
browsers should be able to be automated either via COM or by driving
the GUI with WATSUP (<http://www.tizmoi.net/watsup/intro.html>).
--
Cheers,
Simon B,
simon@xxxxxxxxxxxxxxxxxx,
http://www.brunningonline.net/simon/blog/
.
- Follow-Ups:
- Re: scripting browsers from Python
- From: Kent Johnson
- Re: scripting browsers from Python
- References:
- scripting browsers from Python
- From: Michele Simionato
- scripting browsers from Python
- Prev by Date: Re: write to the same file from multiple processes at the same time?
- Next by Date: Re: Newbie Here
- Previous by thread: scripting browsers from Python
- Next by thread: Re: scripting browsers from Python
- Index(es):
Relevant Pages
|