Help for this page

Select Code to Download


  1. or download this
    Unrecognized option: --jar
    Could not create the Java virtual machine.
    
  2. or download this
    my $sel = Test::WWW::Selenium->new( host => "localhost", 
                                        port => 4444, 
                                        browser => "*chrome", 
    ...
    
    $sel->start();
    $sel->open("/home/index.jsp");