Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #21733
| References | <214c4c0c-f8ec-4030-946b-8becc8e1aa9c@ur9g2000pbc.googlegroups.com> |
|---|---|
| Date | 2012-03-15 19:54 -0700 |
| Subject | Re: Python simulate browser activity |
| From | Chris Rebert <clp2@rebertia.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.714.1331866452.3037.python-list@python.org> (permalink) |
On Thu, Mar 15, 2012 at 7:23 PM, choi2k <rex.0510@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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python simulate browser activity choi2k <rex.0510@gmail.com> - 2012-03-15 19:23 -0700 Re: Python simulate browser activity Chris Rebert <clp2@rebertia.com> - 2012-03-15 19:54 -0700 Re: Python simulate browser activity Jerry Hill <malaclypse2@gmail.com> - 2012-03-15 23:44 -0400 Re: Python simulate browser activity Roy Smith <roy@panix.com> - 2012-03-16 08:57 -0400 Re: Python simulate browser activity Chris Angelico <rosuav@gmail.com> - 2012-03-17 06:20 +1100 Re: Python simulate browser activity NA <NA> - 2012-03-16 21:51 -0400
csiph-web