Home
last modified time | relevance | path

Searched refs:WebDriverException (Results 1 – 25 of 59) sorted by relevance

123

/plugin/combo/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebElement.php5 use Facebook\WebDriver\Exception\WebDriverException; alias
53 * @throws WebDriverException
62 } catch (WebDriverException $exception) {
72 * @throws WebDriverException
81 } catch (WebDriverException $exception) {
92 * @throws WebDriverException
106 } catch (WebDriverException $exception) {
123 * @throws WebDriverException
140 } catch (WebDriverException $exception) {
155 * @throws WebDriverException
[all …]
H A DEventFiringWebDriver.php6 use Facebook\WebDriver\Exception\WebDriverException; alias
60 * @throws WebDriverException
69 } catch (WebDriverException $exception) {
80 * @throws WebDriverException
92 } catch (WebDriverException $exception) {
104 * @throws WebDriverException
113 } catch (WebDriverException $exception) {
126 * @throws WebDriverException
141 } catch (WebDriverException $exception) {
154 * @throws WebDriverException
[all …]
H A DEventFiringWebDriverNavigation.php5 use Facebook\WebDriver\Exception\WebDriverException; alias
55 } catch (WebDriverException $exception) {
75 } catch (WebDriverException $exception) {
92 } catch (WebDriverException $exception) {
108 } catch (WebDriverException $exception) {
136 * @param WebDriverException $exception
138 protected function dispatchOnException(WebDriverException $exception)
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DCustomWebDriverCommand.php5 use Facebook\WebDriver\Exception\WebDriverException; alias
31 * @throws WebDriverException
37 throw new WebDriverException('URL of custom command is not set');
44 * @throws WebDriverException
50 throw new WebDriverException('Method of custom command is not set');
59 * @throws WebDriverException
65 throw new WebDriverException(
76 throw new WebDriverException(
H A DRemoteWebElement.php7 use Facebook\WebDriver\Exception\WebDriverException; alias
410 } catch (WebDriverException $e) {
600 * @throws WebDriverException
606 throw new WebDriverException('You may only upload files: ' . $local_file);
633 throw new WebDriverException(sprintf('Error creating zip archive: %s', $errorCode));
H A DHttpCommandExecutor.php7 use Facebook\WebDriver\Exception\WebDriverException; alias
262 * @throws WebDriverException
339 throw new WebDriverException(
372 WebDriverException::throwException($value['error'], $message, $results);
378 WebDriverException::throwException($status, $message, $results);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Local/
H A DLocalWebDriver.php5 use Facebook\WebDriver\Exception\WebDriverException; alias
22 * @throws WebDriverException
53 throw new WebDriverException('Use start() method to start local WebDriver.');
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php5 use Facebook\WebDriver\Exception\WebDriverException; alias
74 * @throws WebDriverException
88 throw new WebDriverException(
221 throw new WebDriverException('Cannot get the extension id from the install manifest.');
232 * @throws WebDriverException
242 throw new WebDriverException('Cannot create firefox profile.');
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverEventListener.php5 use Facebook\WebDriver\Exception\WebDriverException; alias
90 * @param WebDriverException $exception
93 public function onException(WebDriverException $exception, EventFiringWebDriver $driver = null);
H A DWebDriverRadios.php6 use Facebook\WebDriver\Exception\WebDriverException; alias
19 throw new WebDriverException('The input must be of type "radio".');
H A DWebDriverCheckboxes.php5 use Facebook\WebDriver\Exception\WebDriverException; alias
18 throw new WebDriverException('The input must be of type "checkbox".');
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverCommandExecutor.php6 use Facebook\WebDriver\Exception\WebDriverException; alias
32 * @throws WebDriverException
/plugin/combo/vendor/php-webdriver/webdriver/lib/Exception/
H A DInvalidCookieDomainException.php8 class InvalidCookieDomainException extends WebDriverException
H A DNoStringWrapperException.php8 class NoStringWrapperException extends WebDriverException
H A DElementClickInterceptedException.php9 class ElementClickInterceptedException extends WebDriverException
H A DElementNotVisibleException.php8 class ElementNotVisibleException extends WebDriverException
H A DNoSuchDriverException.php8 class NoSuchDriverException extends WebDriverException
H A DUnableToCaptureScreenException.php8 class UnableToCaptureScreenException extends WebDriverException
H A DInvalidSessionIdException.php9 class InvalidSessionIdException extends WebDriverException
H A DIMEEngineActivationFailedException.php8 class IMEEngineActivationFailedException extends WebDriverException
H A DNoCollectionException.php8 class NoCollectionException extends WebDriverException
H A DNoSuchCookieException.php9 class NoSuchCookieException extends WebDriverException
H A DStaleElementReferenceException.php8 class StaleElementReferenceException extends WebDriverException
H A DIndexOutOfBoundsException.php8 class IndexOutOfBoundsException extends WebDriverException
H A DNoSuchFrameException.php8 class NoSuchFrameException extends WebDriverException

123