Re: scripting browsers from Python
- From: jjl@xxxxxxxxx (John J. Lee)
- Date: 31 May 2005 19:15:25 +0100
"Michele Simionato" <michele.simionato@xxxxxxxxx> writes:
> 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?
Yes:
http://selenium.thoughtworks.com/index.html
http://agiletesting.blogspot.com/2005/03/web-app-testing-with-python-part-2.html
http://products.actimind.com/actiWATE/
Unfortunately, there's still no free (as in speech) "macro recorder"
implemented as a browser plugin (nor even one implemented on the HTTP
level that can produce output in a form selenium understands, AFAIK).
For some other relevant links, see under "Misc Links" here (and for
that matter, the previous bullet point too):
http://wwwsearch.sourceforge.net/bits/GeneralFAQ.html
John
.
- References:
- scripting browsers from Python
- From: Michele Simionato
- scripting browsers from Python
- Prev by Date: Re: anygui,anydb, any opinions?
- Next by Date: Re: how to prepend string to a string?
- Previous by thread: Re: scripting browsers from Python
- Next by thread: regular expression problem
- Index(es):
Relevant Pages
|