Help for this page

Select Code to Download


  1. or download this
    use strict; use warnings; use feature 'say';
    use Carp::Always;
    ...
    $driver->shutdown_binary;
    
    __END__
    
  2. or download this
    vagrant   1885       00:03 /usr/local/sbin/geckodriver --port 9090 --m
    +arionette-port 2828 --binary /usr/lib/firefox/firefox.sh
    vagrant   1890       00:02 /usr/lib/firefox/firefox --marionette --pro
    +file /tmp/rust_mozprofile.Bezoxqxkgze8
    vagrant   1933       00:01 /usr/lib/firefox/plugin-container -greomni 
    +/usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -a
    +ppdir /usr/lib/firefox/browser 1890 true tab
    
  3. or download this
    DISPLAY=:42 perl test/selenium.pl
    
  4. or download this
    Could not create new session:  at .../lib/perl5/Selenium/Remote/Driver
    +.pm line 428.
    
  5. or download this
        if ($self->has_desired_capabilities) {
            $self->new_desired_session( $self->desired_capabilities );
    ...
            # Connect to remote server & establish a new session
            $self->new_session( $self->extra_capabilities );
        }