debian man page for www::selenium::util

Query: www::selenium::util

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

WWW::Selenium::Util(3pm)				User Contributed Perl Documentation				  WWW::Selenium::Util(3pm)

NAME
WWW::Selenium::Util - Utility code to help test using Selenium
VERSION
version 1.33
SYNOPSIS
WWW::Selenium::Util contains utility functions to help use Selenium in your test scripts: use WWW::Selenium::Util qw/server_is_running/; use Test::More; if (server_is_running) { plan tests => 1; } else { plan skip_all => "No selenium server found!"; exit 0; } # ... your tests ...
NAME
WWW::Selenium::Util - Utility code to help test using Selenium
FUNCTIONS
server_is_running( $host, $port ) Returns true if a Selenium server is running. The host and port parameters are optional, and default to "localhost:4444". Environment vars "SRC_HOST" and "SRC_PORT" can also be used to determine the server to check.
AUTHORS
Written by Luke Closs <selenium@5thplane.com>
LICENSE
Copyright (c) 2007 Luke Closs <lukec@cpan.org> This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-04-25 WWW::Selenium::Util(3pm)
Related Man Pages
mocked(3pm) - debian
test::www::selenium(3pm) - debian
www::mechanize::formfiller::value::interactive(3pm) - debian
www::mechanize::formfiller::value::random(3pm) - debian
www::search::yahoo::uk(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
One instance of comparing grep and awk
Weird 'find' results
A (ksh) Library For and From UNIX.com