fork download
  1. #!/usr/bin/perl
  2. use Selenium::Remote::Driver;
  3.  
  4. my $selConn=Selenium::Remote::Driver->new(remote_server_addr => "localhost",
  5. port => 4444,
  6. browser_name => "chrome",
  7. javascript => 1,
  8. auto_close => 1
  9. );
Runtime error #stdin #stdout #stderr 0s 18248KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Can't locate Selenium/Remote/Driver.pm in @INC (you may need to install the Selenium::Remote::Driver module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.24.1 /usr/local/share/perl/5.24.1 /usr/lib/x86_64-linux-gnu/perl5/5.24 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.24 /usr/share/perl/5.24 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at prog.pl line 2.
BEGIN failed--compilation aborted at prog.pl line 2.