Re: Web UI Automation

2010-09-23 Thread Brian Fraser
If you are on Windows, you could try Watir[0]. I use it at work - in Ruby, though -, and it's not too bad. But I also strongly second the Selenium suggestion. [0]http://search.cpan.org/~shimi/Win32-Watir-0.05/lib/Win32/Watir.pm Brian Fraser

Re: Web UI Automation

2010-09-23 Thread Parag Kalra
Selenium does provide Perl support. http://release.seleniumhq.org/selenium-remote-control/1.0-beta-2/doc/perl/WWW-Selenium.html Cheers, Parag On Thu, Sep 23, 2010 at 8:40 AM, Jatin wrote: > Hi > > I wanted to know if the UI automation for websites is possible using perl. > I did some search o

RE: Web UI Automation

2010-09-23 Thread Bob McConnell
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 re

Re: Web UI Automation

2010-09-23 Thread Shawn H Corey
On 10-09-23 11:40 AM, Jatin wrote: Hi 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 t

Web UI Automation

2010-09-23 Thread Jatin
Hi 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 automat

Re: Interrupt Handling

2010-09-23 Thread Dr.Ruud
On 2010-09-23 00:02, John W. Krahn wrote: s/^\s+//, s/\s+$// for $option, $sourceID, $targetID; Variant: s/\s+\Z//, s/\A\s+//, for $option, $sourceID, $targetID; (I like to remove the trailing whitespace first.) -- Ruud -- To unsubscribe, e-mail: beginners-uns