rmcgowan has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to install Selenium-Remote-Driver-0.2102. I have the selenium-server-standalone-2.43.1.jar and have started the server and I can run tests using the Test::WWW::Selenium module successfully.
However, I want to use the WebDriver based environment, using Selenium-Remote-Driver, but when I do the 'make test', it fails with multiple errors:
Can't locate object method "CODE" via package "Selenium::Remote::Drive +r" at (eval 57) line 5. (in cleanup) Can't locate object method "CODE" via package "Se +lenium::Remote::Driver" at (eval 60) line 5. (in cleanup) Can't locate object method "CODE" via package "Se +lenium::Remote::Driver" at (eval 60) line 5 during global destruction +.
I've tried searching in several places (Selenium help, Google) and have not found anything helpful. Any thoughts, suggestions would be highly appreciated ;)
Thanks.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: "make test" errors with Selenium-Remote-Driver ( try GEMPESAW/Selenium-Remote-Driver-0.2150-TRIAL.tar.gz )
by Anonymous Monk on Oct 22, 2014 at 23:52 UTC | |
by rmcgowan (Sexton) on Oct 24, 2014 at 17:39 UTC | |
by rmcgowan (Sexton) on Oct 27, 2014 at 23:08 UTC |