Home
last modified time | relevance | path

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

/plugin/combo/vendor/php-webdriver/webdriver/lib/
DWebDriver.php71 * @param string $save_as The path of the screenshot to be saved.
74 public function takeScreenshot($save_as = null); argument
DWebDriverElement.php139 * @param string $save_as The path of the screenshot to be saved.
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
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);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Support/Events/
DEventFiringWebDriver.php278 * @param null|string $save_as
282 public function takeScreenshot($save_as = null) argument
285 return $this->driver->takeScreenshot($save_as);
/plugin/openas/
Dstyle.css1 div.save_as, div.save_as_tmpl {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DUPGRADING.md716 'save_as' => '/path/to/file'
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DUPGRADING.md766 'save_as' => '/path/to/file'