Python simulate browser activity

Chris Rebert clp2 at rebertia.com
Thu Mar 15 22:54:03 EDT 2012


On Thu, Mar 15, 2012 at 7:23 PM, choi2k <rex.0510 at gmail.com> wrote:
> Hi, everyone
>
> I am trying to write a small application using python but I am not
> sure whether it is possible to do so..
> 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)
> I have found some libraries / plugins which aims to simulate browser
> activity but ... none of them support AJAX request and/or running
> javascript.

Did you look at Selenium?
http://seleniumhq.org/

Cheers,
Chris



More information about the Python-list mailing list