| 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.
|
| By.Remotable |
|
| By.Remotable.Parameters |
|
| Capabilities |
Describes a series of key/value pairs that encapsulate aspects of a browser.
|
| Cookie |
|
| Cookie.Builder |
|
| Credentials |
Marker interface for credentials used for authenticating a browser to a
site, typically via UsernameAndPassword and Basic or Digest
authentication.
|
| Dimension |
Similar to Point - implement locally to avoid depending on GWT.
|
| ElementNotInteractableException |
Thrown to indicate that although a WebElement 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.
|
| JavascriptExecutor |
Indicates that a driver can execute JavaScript, providing access to the mechanism to do so.
|
| Keys |
Representations of pressable keys that aren't text.
|
| MutableCapabilities |
|
| NotFoundException |
|
| OutputType |
Defines the output type for a screenshot.
|
| PageLoadStrategy |
|
| Pdf |
|
| 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.
|
| ScriptKey |
|
| 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.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.
|