Alert |
|
Architecture |
Represents the known architectures used in WebDriver.
|
Beta |
Indicates that a feature or API is in active development, and so should not
be relied upon.
|
BuildInfo |
Reads information about how the current application was built.
|
By |
Mechanism used to locate elements within a document.
|
Capabilities |
Describes a series of key/value pairs that encapsulate aspects of a browser.
|
Cookie |
|
Cookie.Builder |
|
DeviceRotation |
Defines an object which represents the three dimensional plane and how a device can be rotated
about it.
|
Dimension |
Similar to Point - implement locally to avoid depending on GWT.
|
ElementNotInteractableException |
Thrown to indicate that although an element is present on the DOM, it is not in a state that can
be interacted with.
|
ImmutableCapabilities |
|
InvalidElementStateException |
Indicates that a WebElement is in a state that means actions cannot be performed with it.
|
Keys |
Representations of pressable keys that aren't text.
|
MutableCapabilities |
|
NoSuchElementException |
|
NotFoundException |
|
OutputType |
Defines the output type for a screenshot.
|
PageLoadStrategy |
|
PersistentCapabilities |
|
Platform |
Represents the known and supported Platforms that WebDriver runs on.
|
Point |
A copy of java.awt.Point, to remove dependency on awt.
|
Proxy |
Configuration parameters for using proxies in WebDriver.
|
Proxy.ProxyType |
|
Rectangle |
|
ScreenOrientation |
Represents possible screen orientations.
|
SearchContext |
|
SessionNotCreatedException |
Indicates that a session could not be created.
|
TakesScreenshot |
Indicates a driver or an HTML element that can capture a screenshot and store it in different ways.
|
UnexpectedAlertBehaviour |
|
WebDriver |
WebDriver is a remote control interface that enables introspection and control of user agents
(browsers).
|
WebDriver.ImeHandler |
An interface for managing input methods.
|
WebDriver.Navigation |
|
WebDriver.Options |
An interface for managing stuff you would do in a browser menu
|
WebDriver.TargetLocator |
Used to locate a given frame or window.
|
WebDriver.Timeouts |
An interface for managing timeout behavior for WebDriver instances.
|
WebDriver.Window |
|
WebDriverException |
|
WebElement |
Represents an HTML element.
|
WindowType |
Represents the type of a new browser window that may be created.
|