Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

web automation from perl

I am looking for a web page automation tool in Perl. I want to be able to drive different browsers like IE, firefox etc from my test script. I have to automate a product web page with lots of input fields and loads of javascript. I do not want a custom browser like mechanize does. I used to work with Ruby before and there I used Watir. Is there something similar in Perl?

like image 927
Anjali Avatar asked Jan 26 '26 11:01

Anjali


1 Answers

Selenium-RC with WWW::Selenium could be what you're looking for. Tim Brockman has written about setting it up here: Selenium and Perl = tears of joy

like image 81
Anders Lindahl Avatar answered Jan 28 '26 06:01

Anders Lindahl