in reply to Re^4: Error “selenium server did not return proper status” when starts PhantomJS
in thread Error “selenium server did not return proper status” when starts PhantomJS
Around line 103, before
Add in this line:my $request = HTTP::Request->new($method, $fullurl, $header, $cont +ent);
It accomplishes the same thing but limits the effect to Selenium only.$fullurl =~ s/localhost/127.0.0.1/;
|
|---|