# Functions

CreateSession creates a new WebDriver session with desired capabilities from server at addr and ensures that the browser connection is working.
ErrorError returns the WebDriver error for err.
ErrorFromError constructs a WebDriver error from an W3C error string and message.
ErrorFromStatus constructs a WebDriver error from an OSS status code and message.
ErrorHTTPStatus returns the HTTP status code that is associated with err.
ErrorMessage returns the WebDriver value for err.
ErrorStackTrace returns the WebDriver value for err.
ErrorStatus returns the WebDriver status for err.
ErrorValue returns the WebDriver value for err.
IsWebDriverError returns true if err is a WebDriver Error.
MarshalError generates the WebDriver JSON wire protocol HTTP response body for err.

# Structs

LogEntry is an entry parsed from the logs retrieved from the remote WebDriver.
Rectangle represents a window's position and size.

# Interfaces

WebDriver provides access to a running WebDriver session.
WebElement provides access to a specific DOM element in a WebDriver session.