Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #21736

Re: Python simulate browser activity

References <214c4c0c-f8ec-4030-946b-8becc8e1aa9c@ur9g2000pbc.googlegroups.com> <CAMZYqRRzyRyKFLadX4CvNxoEzs7m6zSbid1SEoiggQL2PG7_xw@mail.gmail.com>
Date 2012-03-15 23:44 -0400
Subject Re: Python simulate browser activity
From Jerry Hill <malaclypse2@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.717.1331869471.3037.python-list@python.org> (permalink)

Show all headers | View raw


On Thu, Mar 15, 2012 at 10:54 PM, Chris Rebert <clp2@rebertia.com> wrote:
> On Thu, Mar 15, 2012 at 7:23 PM, choi2k <rex.0510@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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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