Subject: | CPAN install fails with selenium server 1.0.3 |
sudo perl -MCPAN -e 'install Test::WWW::Selenium'
failed because make test rely on files that don't seem to be included with most resent
selenium server distribution
t/test_default_server.t .. # Test::WWW::Selenium running open (/selenium-
server/tests/html/test_click_page1.html)
t/test_default_server.t .. 1/7 # Error requesting http://localhost:4444/selenium-
server/driver/:
# XHR ERROR: URL = http://localhost:4444/selenium-
server/tests/html/test_click_page1.html Response_Code = 404 Error_Message = Not+found
[...]
t/test_default_server.t .. Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 7/7 subtests
t/test_google.t .......... Error requesting http://localhost:4444/selenium-server/driver/:
Timed out after 5000ms
# Looks like your test exited with 255 before it could output anything.
t/test_google.t .......... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
timed out because URL requested is not viable
13:44:53.480 INFO - Command request: getNewBrowserSession[*firefox,
http://www.google.com/webhp] on session null
13:44:53.480 INFO - creating new remote session
13:44:53.481 INFO - Allocated session 1383c9811b184a21aa81bd07ecc43b9d for
http://www.google.com/webhp, launching...
13:44:53.481 WARN - It looks like your baseUrl (http://www.google.com/webhp) is pointing
to a file, not a directory (it doesn't end with a /). We're going to have to strip off the last part
of the pathname.
13:45:03.938 INFO - Preparing Firefox profile...
13:45:06.902 INFO - Launching Firefox...
13:45:10.991 INFO - Got result: OK,1383c9811b184a21aa81bd07ecc43b9d on session
1383c9811b184a21aa81bd07ecc43b9d
13:45:10.995 INFO - Command request: open[http://www.google.com/webhp, ] on session
1383c9811b184a21aa81bd07ecc43b9d
13:45:11.659 INFO - Got result: OK on session 1383c9811b184a21aa81bd07ecc43b9d
13:45:11.662 INFO - Command request: type[q, hello world] on session
1383c9811b184a21aa81bd07ecc43b9d
13:45:11.680 INFO - Got result: OK on session 1383c9811b184a21aa81bd07ecc43b9d
13:45:11.683 INFO - Command request: click[btnG, ] on session
1383c9811b184a21aa81bd07ecc43b9d
13:45:11.742 INFO - Got result: OK on session 1383c9811b184a21aa81bd07ecc43b9d
13:45:11.745 INFO - Command request: waitForPageToLoad[5000, ] on session
1383c9811b184a21aa81bd07ecc43b9d
13:45:16.794 INFO - Got result: Timed out after 5000ms on session
1383c9811b184a21aa81bd07ecc43b9d
13:45:16.798 INFO - Command request: testComplete[, ] on session
1383c9811b184a21aa81bd07ecc43b9d
13:45:16.799 INFO - Killing Firefox...