Python simulate browser activity
Jerry Hill
malaclypse2 at gmail.com
Thu Mar 15 23:44:29 EDT 2012
On Thu, Mar 15, 2012 at 10:54 PM, Chris Rebert <clp2 at rebertia.com> wrote:
> On Thu, Mar 15, 2012 at 7:23 PM, choi2k <rex.0510 at gmail.com> wrote:
>> The application aims to simulate user activity including visit a
>> website and perform some interactive actions (click on the menu,
>> submit a form, redirect to another pages...etc)
>
> Did you look at Selenium?
> http://seleniumhq.org/
You might also be interested in Sikuli (http://sikuli.org/), which
uses Jython to write scripts to automate other programs using
screenshots. It's pretty neat if you need to automate a GUI that is
otherwise difficult to deal with.
--
Jerry
More information about the Python-list
mailing list