WebDriver
Table of Contents
Namespaces
Interfaces
- JavaScriptExecutor
- WebDriver interface implemented by drivers that support JavaScript.
- WebDriver
- The interface for WebDriver.
- WebDriverAction
- Interface representing a single user-interaction action.
- WebDriverCapabilities
- WebDriverCommandExecutor
- Interface for all command executor.
- WebDriverElement
- Interface for an HTML element in the WebDriver framework.
- WebDriverEventListener
- WebDriverHasInputDevices
- Interface implemented by each driver that allows access to the input devices.
- WebDriverKeyboard
- WebDriverMouse
- Interface representing basic mouse operations.
- WebDriverNavigationInterface
- An abstraction allowing the driver to access the browser's history and to navigate to a given URL.
- WebDriverSearchContext
- The interface for WebDriver and WebDriverElement which is able to search for WebDriverElement inside.
- WebDriverSelectInterface
- Models an element of select type, providing helper methods to select and deselect options.
- WebDriverTargetLocator
- Used to locate a given frame or window.
Classes
- AbstractWebDriverCheckboxOrRadio
- Provides helper methods for checkboxes and radio buttons.
- Cookie
- Set values of an cookie.
- WebDriverAlert
- An abstraction allowing the driver to manipulate the javascript alerts
- WebDriverBy
- The basic 8 mechanisms supported by webdriver to locate a web element.
- WebDriverCheckboxes
- Provides helper methods for checkboxes.
- WebDriverDimension
- Represent a dimension.
- WebDriverDispatcher
- WebDriverExpectedCondition
- Canned ExpectedConditions which are generally useful within webdriver tests.
- WebDriverKeys
- Representations of pressable keys that aren't text.
- WebDriverNavigation
- WebDriverOptions
- Managing stuff you would do in a browser.
- WebDriverPlatform
- The platforms supported by WebDriver.
- WebDriverPoint
- Represent a point.
- WebDriverRadios
- Provides helper methods for radio buttons.
- WebDriverSelect
- Models a default HTML `<select>` tag, providing helper methods to select and deselect options.
- WebDriverTimeouts
- Managing timeout behavior for WebDriver instances.
- WebDriverUpAction
- Base class for all touch-related actions.
- WebDriverWait
- A utility class, designed to help the user to wait until a condition turns true.
- WebDriverWindow
- An abstraction allowing the driver to manipulate the browser's window