The following script works for me and prints what could well be the Google home page:
use strict; use WWW::Mechanize::PhantomJS; use Data::Dumper; my $mech = WWW::Mechanize::PhantomJS->new(); $mech->get('http://google.com'); print Dumper $mech->content();
As there are many moving parts in your configuration, let's go through them:
In reply to Re: Selenium server did not return proper status
by Corion
in thread Selenium server did not return proper status
by NeerajPandey
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |