WebDriver classic reference

WebDriver classic is the original WebDriver protocol that provides HTTP-based commands for browser automation. This reference documents the commands 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.

Timeouts

Timeout definitions that control behavior for script injection, document navigation, and element retrieval.