Have been doing some googling myself..The Selenium tool looks good. It appears to be a record-and-play extension to the firefox browser...Anyone have any experience with the Selnium Remote Control? I'm having difficulty installing it. Cheers Hans
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dustin J. Mitchell Sent: Monday, 7 August 2006 11:45 a.m. To: tutor@python.org Subject: Re: [Tutor] Python for basic web-testing Hans Dushanthakumar wrote: > Hi, > How do I use python for basic web-tasks like inputting data or > clicking buttons on web-pages. For eg, how do I enter my username and > password and click on the "OK" button on the yahoo mail page? > I had a look at the webbrowser module documentation > (http://www.python.org/doc/current/lib/module-webbrowser.html), but it > doesnt seem to support clicking buttons or sending data. All the stuff you need is right here: http://wwwsearch.sourceforge.net/ Specifically, the clicking buttons part is in ClientForm. Dustin _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor