Home
last modified time | relevance | path

Searched refs:NoSuchCookieException (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverOptions.php5 use Facebook\WebDriver\Exception\NoSuchCookieException; alias
86 … * @throws NoSuchCookieException In W3C compliant mode if no cookie with the given name is present
98 throw new NoSuchCookieException('no such cookie');
/plugin/combo/vendor/php-webdriver/webdriver/lib/Exception/
H A DNoSuchCookieException.php9 class NoSuchCookieException extends WebDriverException class
H A DWebDriverException.php64 * @throws NoSuchCookieException
115 throw new NoSuchCookieException($message, $results);