Name Description Size
__init__.py 975
bidi
client.py API for creating and performing action sequences. Each action method adds one or more actions to a queue. When perform() is called, the queued actions fire in order. May be chained together as in:: ActionSequence(session, "key", id) \ .key_down("a") \ .key_up("a") \ .perform() 28722
error.py Unmarshals an error from a ``Response``'s `body`, failing if not all three required `error`, `message`, and `stacktrace` fields are given. Defaults to ``WebDriverException`` if `error` is unknown. 6147
protocol.py WebDriver wire protocol codecs. 1967
transport.py Implements HTTP transport for the WebDriver wire protocol. 9575