Class | Description |
---|---|
Action |
An action object constructed with arguments id, type, and subtype is an
object with property id set to id, type set to type and subtype set to
subtype.
|
Algorithms |
To follow the spec as close as possible we have this collection of mehtods
and no object oriented design.
|
Error |
Errors are represented in the WebDriver protocol by an HTTP response with an
HTTP status in the 4xx or 5xx range, and a JSON body containing details of
the error.
|
Copyright © 2023. All rights reserved.