Home
last modified time | relevance | path

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

/template/strap/vendor/php-webdriver/webdriver/lib/
H A DWebDriver.php66 public function quit(); function
/template/strap/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebDriver.php267 public function quit() function in Facebook\\WebDriver\\Support\\Events\\EventFiringWebDriver
270 $this->driver->quit();
/template/strap/ComboStrap/
H A DFetcherScreenshot.php193 $webDriver->quit();
/template/strap/vendor/php-webdriver/webdriver/
H A DREADME.md181 // Make sure to always call quit() at the end to terminate the browser session
182 $driver->quit();