The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Alien::SeleniumRC - Packages the Selenium Remote Control server.

SYNOPSIS

  use Alien::SeleniumRC;
  Alien::SeleniumRC::start();

DESCRIPTION

The Selenium RC home page is at http://openqa.org/selenium-rc

Selenium Remote Control 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.

Selenium Remote Control 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.

METHODS

start

This method launches the Selenium RC server bundled in this package. This call will block until the server is killed.

The first argument passed to start() will be passed to selenium-server.jar as a command line argument.

help

Prints the selenium-server.jar usage.

SEE ALSO

WWW::Selenium, Test::WWW::Selenium

Selenium Remote Control home page: http://openqa.org/selenium-rc

Selenium home page: http://openqa.org/selenium

Selenium Core home page: http://openqa.org/selenium-core

LICENSE

This software is released under the same terms as perl itself. If you don't know what that means visit http://perl.com/

Copyright 2006 by Luke Closs

All rights Reserved

AUTHOR

Luke Closs <selenium-rc@awesnob.com>

Cygwin support provided by: Kevin Jones <kevin_jones@telus.net>