Searched refs:save_as (Results 1 – 4 of 4) sorted by relevance
71 * @param string $save_as The path of the screenshot to be saved.74 public function takeScreenshot($save_as = null); argument
139 * @param string $save_as The path of the screenshot to be saved.
506 * @param string $save_as The path of the screenshot to be saved.509 public function takeElementScreenshot($save_as = null) argument519 if ($save_as !== null) {520 $directoryPath = dirname($save_as);525 file_put_contents($save_as, $screenshot);
278 * @param null|string $save_as282 public function takeScreenshot($save_as = null) argument285 return $this->driver->takeScreenshot($save_as);