Home
last modified time | relevance | path

Searched refs:UnexpectedAlertOpenException (Results 1 – 2 of 2) sorted by relevance

/template/strap/vendor/php-webdriver/webdriver/lib/Exception/
H A DWebDriverException.php77 * @throws UnexpectedAlertOpenException
135 throw new UnexpectedAlertOpenException($message, $results);
201 throw new UnexpectedAlertOpenException($message, $results);
H A DUnexpectedAlertOpenException.php8 class UnexpectedAlertOpenException extends WebDriverException class