WebDriver classic reference
WebDriver classic is the original WebDriver protocol that provides HTTP-based commands for browser automation. This reference documents the commands, capabilities, errors, and timeouts available in WebDriver classic.
- Commands
-
HTTP-based operations to inspect and control the behavior of browsers, manage browser sessions and windows, and interact with DOM elements.
- Capabilities
-
Configuration options used to communicate the features supported by a session and to define which features the driver must satisfy when creating a new session.
- Errors
-
Error responses that commands can return, including HTTP status codes and JSON error payloads.
- Timeouts
-
Timeout definitions that control behavior for script injection, document navigation, and element retrieval.