Help for this page

Select Code to Download


  1. or download this
    $driver->capture_screenshot("D:/dev/drivers/snap-$browser.png");
    
  2. or download this
    my $target = "D:/dev/drivers/";
    $driver->capture_screenshot("$target/snap-$browser.png");