WebDriver classic commands
WebDriver classic commands are sent as HTTP requests to specific endpoints on the remote end. Commands are used to control the behavior of a user agent, discover and manipulate DOM elements, and manage browser windows and sessions.
When a WebDriver client sends a command, it specifies the HTTP method (GET, POST, DELETE) and endpoint path that corresponds to the desired operation.
The remote end processes the command and returns an HTTP response containing the result or an error.
List of commands
The following is a list of the available WebDriver classic commands:
- Back
- Close Window
- Create Virtual Pressure Source
- Create Virtual Sensor
- Delete Virtual Pressure Source
- Delete Virtual Sensor
- Forward
- Get Element Attribute
- Get Element Property
- Get Element Tag Name
- Get Timeouts
- Get Title
- Get Virtual Sensor Information
- Get Window Handles
- Get Window Rect
- New Session
- New Window
- Refresh
- Set Timeouts
- Set Window Rect
- Update Virtual Pressure Source
- Update Virtual Sensor Reading