Home
last modified time | relevance | path

Searched refs:UnsupportedOperationException (Results 1 – 11 of 11) sorted by relevance

/template/strap/vendor/php-webdriver/webdriver/lib/
H A DWebDriverRadios.php5 use Facebook\WebDriver\Exception\UnsupportedOperationException; alias
30 throw new UnsupportedOperationException('You cannot deselect radio buttons');
35 throw new UnsupportedOperationException('You cannot deselect radio buttons');
40 throw new UnsupportedOperationException('You cannot deselect radio buttons');
45 throw new UnsupportedOperationException('You cannot deselect radio buttons');
50 throw new UnsupportedOperationException('You cannot deselect radio buttons');
H A DWebDriverSelectInterface.php6 use Facebook\WebDriver\Exception\UnsupportedOperationException; alias
84 * @throws UnsupportedOperationException If the SELECT does not support multiple selections
92 * @throws UnsupportedOperationException If the SELECT does not support multiple selections
103 * @throws UnsupportedOperationException If the SELECT does not support multiple selections
114 * @throws UnsupportedOperationException If the SELECT does not support multiple selections
125 * @throws UnsupportedOperationException If the SELECT does not support multiple selections
H A DWebDriverSelect.php7 use Facebook\WebDriver\Exception\UnsupportedOperationException; alias
162 … throw new UnsupportedOperationException('You may only deselect all options of a multi-select');
173 … throw new UnsupportedOperationException('You may only deselect options of a multi-select');
188 … throw new UnsupportedOperationException('You may only deselect options of a multi-select');
201 … throw new UnsupportedOperationException('You may only deselect options of a multi-select');
214 … throw new UnsupportedOperationException('You may only deselect options of a multi-select');
H A DWebDriverWindow.php6 use Facebook\WebDriver\Exception\UnsupportedOperationException; alias
76 … throw new UnsupportedOperationException('Minimize window is only supported in W3C mode');
111 …throw new UnsupportedOperationException('The Fullscreen window command is only supported in W3C mo…
/template/strap/vendor/php-webdriver/webdriver/lib/Interactions/Internal/
H A DWebDriverCoordinates.php5 use Facebook\WebDriver\Exception\UnsupportedOperationException; alias
45 * @throws UnsupportedOperationException
50 throw new UnsupportedOperationException(
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteTargetLocator.php5 use Facebook\WebDriver\Exception\UnsupportedOperationException; alias
114 * @throws UnsupportedOperationException
124 throw new UnsupportedOperationException('New window is only supported in W3C mode');
H A DRemoteWebElement.php6 use Facebook\WebDriver\Exception\UnsupportedOperationException; alias
188 throw new UnsupportedOperationException('This method is only supported in W3C mode');
/template/strap/vendor/php-webdriver/webdriver/lib/Exception/
H A DUnsupportedOperationException.php8 class UnsupportedOperationException extends WebDriverException class
H A DWebDriverException.php84 * @throws UnsupportedOperationException
143 throw new UnsupportedOperationException($message, $results);
/template/strap/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebDriver.php5 use Facebook\WebDriver\Exception\UnsupportedOperationException; alias
132 throw new UnsupportedOperationException(
160 throw new UnsupportedOperationException(
/template/strap/ComboStrap/
H A DFetcherScreenshot.php9 use Facebook\WebDriver\Exception\UnsupportedOperationException; alias