Help for this page

Select Code to Download


  1. or download this
    public class TestSelenium {
        public void googleTest() throws Exception {     
    ...
           driver.get("http://www.google.com/webhp?complete=1&hl=en");
        }
    }
    
  2. or download this
    use warnings;
    use Selenium::Remote::Driver;
    ...
    $test= TestSelenium->new;
    
    $test->googleTest;