WWW::Selenium

WWW::Selenium is a Perl Client for the Selenium Remote Control test tool.
Download

WWW::Selenium Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Luke Closs
  • Publisher web site:
  • http://search.cpan.org/~lukec/Test-Mock-LWP-0.05/lib/Test/Mock/LWP.pm

WWW::Selenium Tags


WWW::Selenium Description

WWW::Selenium is a Perl Client for the Selenium Remote Control test tool. WWW::Selenium is a Perl Client for the Selenium Remote Control test tool.SYNOPSIS use WWW::Selenium; my $sel = WWW::Selenium->new( host => "localhost", port => 4444, browser => "*iexplore", browser_url => "http://www.google.com", ); $sel->start; $sel->open("http://www.google.com"); $sel->type("q", "hello world"); $sel->click("btnG"); $sel->wait_for_page_to_load(5000); print $sel->get_title; $sel->stop;Selenium Remote Control (SRC) is a test tool that allows you to write automated web application UI tests in any programming language against any HTTP website using any mainstream JavaScript-enabled browser. SRC provides a Selenium Server, which can automatically start/stop/control any supported browser. It works by using Selenium Core, a pure-HTML+JS library that performs automated tasks in JavaScript; the Selenium Server communicates directly with the browser using AJAX (XmlHttpRequest).Requirements:· Perl Requirements: · Perl


WWW::Selenium Related Software