From: Shawn H Corey

> On 10-09-23 11:40 AM, Jatin wrote:
>>
>> I wanted to know if the UI automation for websites is possible using
>> perl. I did some search on the net about the possible automation that
>> can be done using perl but i mostly found information about the LWP
>> bundle. My basic reading about it so far revealed that it cannot be
used
>> in automating user actions in the UI. So here i am with a few
questions:
>>
>> -- Do we have any modules in perl that can help in automating the UI
>> actions ?
>>
>> -- Does the LWP bundle help in automating all web protocols ?
> 
> See WWW::Mechanize 
>
http://search.cpan.org/~petdance/WWW-Mechanize-1.66/lib/WWW/Mechanize.pm
> 

Another option is Selenium[1]. It works within a browser using a
JavaScript proxy to mimic the actions of the user. The remote control
server has a Perl client[2] as one of the drivers.

Bob McConnell

[1] <http://seleniumhq.org/>
[2] <http://wiki.openqa.org/display/SRC/Selenium+RC+and+Perl>

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to