On Tue, Oct 16, 2012 at 2:13 PM, Derek Smithies
<[email protected]> wrote:
> Is there a way I can get a browser to run a script to simulate a human
> clicking on designated buttons?

Yes, many. The Selenium project is probably the one that most closely
matches what you are describing: it runs an complete browser, and
programatically interacts with it.

http://seleniumhq.org/
"""
Selenium automates browsers. That's it. What you do with that power is
entirely up to you. Primarily it is for automating web applications
for testing purposes, but is certainly not limited to just that.
Boring web-based administration tasks can (and should!) also be
automated as well.
"""

Multibrowser, multi-OS, multiple languages to drive it with.

-jim
_______________________________________________
Linux-users mailing list
[email protected]
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users

Reply via email to