Odd number of elements in hash assignment at /usr/local/share/perl/5.10.0/Test/WWW/Selenium/Catalyst.pm line 168. 1..0 # Skip requires Test::WWW::Selenium::Catalyst You can connect to your server at http://localhost:3000 Can't start selenium: Error requesting http://localhost:4444/selenium-server/driver/: 500 Internal Server Error #### use Test::WWW::Selenium::Catalyst 'ky','java -jar downloads/selenium-remote-control-1.0-beta-2/selenium-server-1.0-beta-2/selenium-server.jar'; my $sel = Test::WWW::Selenium::Catalyst->start; $sel->open_ok("/"); $sel->is_text_present_ok("Welcome to"); $sel->stop(); #### use Test::WWW::Selenium::Catalyst 'MyApp', 'command line to selenium +'; use Test::More tests => 2; my $sel = Test::WWW::Selenium::Catalyst->start; $sel->open_ok('/'); $sel->is_text_present_ok('Welcome to MyApp');