HTML client sctript

Chris Rebert clp2 at rebertia.com
Fri Aug 19 12:45:59 EDT 2011


On Fri, Aug 19, 2011 at 8:08 AM, Yingjie Lin <Yingjie.Lin at mssm.edu> wrote:
> Hi Python users,
>
> I am maintaining a website written with Python CGI scripts. To make sure the website is working well,
> I would like to have a script which automatically "uses" this website and checks it's output everyday. It
> would be better if this script runs from the clients' side.
>
> Could any one suggest any Python modules, articles, tutorials, ect. that might be helpful?

Selenium:
http://seleniumhq.org/

Cheers,
Chris



More information about the Python-list mailing list