Help for this page

Select Code to Download


  1. or download this
        my $white = Selenium::Screenshot->new(
                       png => $driver->screenshot,
    ...
          }]
        ); 
        $white->save( file => "snapScreenshot-$browser" );
    
  2. or download this
    $screenshots{$browser} = new Selenium::Screenshot;