WebDriver reference
This page lists reference documentation for WebDriver.
- WebDriver capabilities
WebDrivercapabilities are used to communicate the features supported by asession. A client may also use capabilities to define which features it requires the driver to satisfy whencreating a new session.
- WebDriver commands
The following is a list of the available WebDriver commands.
- WebDriver errors
Any WebDrivercommand that is sent to might plausibly receive an errorresponse. An error is represented by anHTTP response with anHTTP status code in the 4xx or 5xx range, and a JSON payload holding details of the error.
- WebDriver timeouts
Associated with aWebDriver session are various timeout definitions that control behavior forscript injection,document navigation, andelement retrieval.