Help for this page

Select Code to Download


  1. or download this
    
    my $b=Selenium->new( host => "localhost", 
    ...
                                      browser => "*firefox", 
                                      browser_url => 'http://www.google.co
    +m',
                                    );
    
  2. or download this
    package Selenium;
    our $VERSION=0.01;
    ...
    
        #$self->start;
    }