Re: Python simulate browser activity

2012-03-16 Thread NA
selenium is the best bet. http://github.com/antlong/selenium -- http://mail.python.org/mailman/listinfo/python-list

Re: Python simulate browser activity

2012-03-16 Thread Chris Angelico
On Fri, Mar 16, 2012 at 1:23 PM, choi2k 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) > I have found some libraries / plugins which aims to simulate brow

Re: Python simulate browser activity

2012-03-16 Thread Roy Smith
In article <214c4c0c-f8ec-4030-946b-8becc8e1a...@ur9g2000pbc.googlegroups.com>, choi2k 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 > webs

Re: Python simulate browser activity

2012-03-15 Thread Jerry Hill
On Thu, Mar 15, 2012 at 10:54 PM, Chris Rebert wrote: > On Thu, Mar 15, 2012 at 7:23 PM, choi2k 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

Re: Python simulate browser activity

2012-03-15 Thread Chris Rebert
On Thu, Mar 15, 2012 at 7:23 PM, choi2k 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