keplerbr has asked for the wisdom of the Perl Monks concerning the following question:
I'm using two computers to test a exactly the same Perl code. On a computer works perfectly, but on the other computer I get the following error when starting the code: Selenium server did not return proper status at (eval 239) line 61
Simplifying the code, the error happens in this simple script:
#!usr/bin/env perl use common::sense; use WWW::Mechanize::PhantomJS; my $phantom = WWW::Mechanize::PhantomJS->new(); __END__
Both are using version 0.10 of PhantomJS. The computer that work is Windows 8.1, and the computer that does not work is Windows 7.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Error “selenium server did not return proper status” when starts PhantomJS
by aitap (Curate) on Oct 19, 2014 at 06:49 UTC | |
by keplerbr (Initiate) on Oct 19, 2014 at 15:56 UTC | |
by aitap (Curate) on Oct 19, 2014 at 18:46 UTC | |
by natalie_g (Initiate) on Nov 21, 2015 at 00:21 UTC | |
by Anonymous Monk on Jan 03, 2017 at 16:48 UTC |