Home
last modified time | relevance | path

Searched refs:takeScreenshot (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriver.php74 public function takeScreenshot($save_as = null); function
/plugin/combo/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebDriver.php282 public function takeScreenshot($save_as = null) function in Facebook\\WebDriver\\Support\\Events\\EventFiringWebDriver
285 return $this->driver->takeScreenshot($save_as);
/plugin/combo/ComboStrap/
H A DFetcherScreenshot.php186 $webDriver->takeScreenshot($screenShotPath);
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md103 - If subdirectories in a path to screenshot destination does not exists (using `takeScreenshot()` o…