debian man page for jifty::test::www::selenium

Query: jifty::test::www::selenium

OS: debian

Section: 3pm

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

Jifty::Test::WWW::Selenium(3pm) 			User Contributed Perl Documentation			   Jifty::Test::WWW::Selenium(3pm)

NAME
Jifty::Test::WWW::Selenium - Subclass of Test::WWW::Selenium with extra Jifty integration
SYNOPSIS
use Jifty::Test::WWW::Selenium; my $server = Jifty::Test->make_server; my $sel = Jifty::Test::WWW::Selenium->rc_ok( $server, lang => 'en_US.UTF-8' ); my $URL = $server->started_ok; $sel->open_ok('/');
DESCRIPTION
Jifty::Test::WWW::Selenium creates a Test::WWW::Selenium object associated with your jifty application to test. In addition, it starts selenium remote control for you, unless "SELENIUM_RC_SERVER" is specified when the test is run. You might also want to set "SELENIUM_RC_TEST_AGAINST" to your local IP address so "SELENIUM_RC_SERVER" can test against you. "SELENIUM_RC_BROWSER" tells the rc server what browser to run the tests with. rc_ok When the selenium rc server is started by Jifty::Test::WWW::Selenium, the browser's language is default to en_US, unless you pass "lang" param to rc_ok. perl v5.14.2 2010-09-25 Jifty::Test::WWW::Selenium(3pm)
Related Man Pages
jifty::client(3pm) - debian
jifty::handler(3pm) - debian
jifty::script::server(3pm) - debian
jifty::web::session::none(3pm) - debian
test::www::selenium(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Detecting unused variables...
One instance of comparing grep and awk
Weird 'find' results