Home
last modified time | relevance | path

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

/template/strap/vendor/php-webdriver/webdriver/lib/
H A DWebDriver.php71 * @param string $save_as The path of the screenshot to be saved.
74 public function takeScreenshot($save_as = null); argument
H A DWebDriverElement.php139 * @param string $save_as The path of the screenshot to be saved.
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php506 * @param string $save_as The path of the screenshot to be saved.
509 public function takeElementScreenshot($save_as = null) argument
519 if ($save_as !== null) {
520 $directoryPath = dirname($save_as);
525 file_put_contents($save_as, $screenshot);
/template/strap/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebDriver.php278 * @param null|string $save_as
282 public function takeScreenshot($save_as = null) argument
285 return $this->driver->takeScreenshot($save_as);