WWW::Selenium::Util man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

WWW::Selenium::Util(3)User Contributed Perl DocumentatioWWW::Selenium::Util(3)

NAME
       WWW::Selenium::Util - Utility code to help test using Selenium

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 ...

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.1			  2009-09-01		WWW::Selenium::Util(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net