|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WebDriverException | |
|---|---|
| org.openqa.selenium | |
| org.openqa.selenium.html5 | |
| org.openqa.selenium.interactions | |
| org.openqa.selenium.internal | |
| Uses of WebDriverException in org.openqa.selenium |
|---|
| Subclasses of WebDriverException in org.openqa.selenium | |
|---|---|
class |
ElementNotVisibleException
Thrown to indicate that although an element is present on the DOM, it is not visible, and so is not able to be interacted with. |
class |
IllegalLocatorException
Thrown when a By cannot handle the arguments it is given. |
class |
ImeActivationFailedException
Indicates that activating an IME engine has failed. |
class |
ImeNotAvailableException
Indicates that IME support is not available. |
class |
InvalidCookieDomainException
Thrown when attempting to add a cookie under a different domain than the current URL. |
class |
InvalidElementStateException
|
class |
NoAlertPresentException
Indicates that a user has tried to access an alert when one is not present. |
class |
NoSuchElementException
Thrown by WebDriver.findElement(By by)
and WebElement.findElement(By by). |
class |
NoSuchFrameException
Thrown by WebDriver.switchTo().frame(int frameIndex)
and WebDriver.switchTo().frame(String frameName). |
class |
NoSuchWindowException
Thrown by WebDriver.switchTo().window(String windowName). |
class |
NotFoundException
|
class |
StaleElementReferenceException
Indicates that a reference to an element is now "stale" --- the element no longer appears on the DOM of the page. |
class |
TimeoutException
Thrown when a command does not complete in enough time. |
class |
UnableToSetCookieException
Thrown when a driver fails to set a cookie. |
class |
UnhandledAlertException
|
class |
UnsupportedCommandException
Used to indicate that a command used by the remote webdriver is unsupported. |
class |
XPathLookupException
|
| Methods in org.openqa.selenium that throw WebDriverException | ||
|---|---|---|
|
TakesScreenshot.getScreenshotAs(OutputType<X> target)
Capture the screenshot and store it in the specified location. |
|
| Uses of WebDriverException in org.openqa.selenium.html5 |
|---|
| Methods in org.openqa.selenium.html5 that throw WebDriverException | |
|---|---|
ResultSet |
DatabaseStorage.executeSQL(String databaseName,
String query,
Object... args)
Executes an SQL statement on the given database name. |
List<AppCacheEntry> |
ApplicationCache.getAppCache()
Gets the list of cache entries on the application cache. |
void |
BrowserConnection.setOnline(boolean online)
Changes the application online state. |
| Uses of WebDriverException in org.openqa.selenium.interactions |
|---|
| Subclasses of WebDriverException in org.openqa.selenium.interactions | |
|---|---|
class |
InvalidCoordinatesException
Indicates that the coordinates provided to an interactions operation is invalid. |
| Uses of WebDriverException in org.openqa.selenium.internal |
|---|
| Methods in org.openqa.selenium.internal that throw WebDriverException | |
|---|---|
void |
SocketLock.lock(long timeoutInMillis)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||