Package | Description |
---|---|
org.openqa.selenium | |
org.openqa.selenium.html5 | |
org.openqa.selenium.interactions | |
org.openqa.selenium.internal |
Modifier and Type | Class and Description |
---|---|
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 |
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 |
InvalidSelectorException |
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
|
class |
NoSuchWindowException
|
class |
NotFoundException |
class |
SessionNotCreatedException
Indicates that a session could not be created.
|
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.
|
Modifier and Type | Method and Description |
---|---|
<X> X |
TakesScreenshot.getScreenshotAs(OutputType<X> target)
Capture the screenshot and store it in the specified location.
|
Modifier and Type | Method and Description |
---|---|
ResultSet |
DatabaseStorage.executeSQL(String databaseName,
String query,
Object... args)
Deprecated.
Executes an SQL statement on the given database name.
|
void |
BrowserConnection.setOnline(boolean online)
Changes the application online state.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidCoordinatesException
Indicates that the coordinates provided to an interactions operation are invalid.
|
class |
MoveTargetOutOfBoundsException
Indicates that the target provided to the actions move() method is invalid - outside of
the size of the window.
|
Modifier and Type | Method and Description |
---|---|
void |
SocketLock.lock(long timeoutInMillis) |
Copyright © 2013. All Rights Reserved.