Driver8.WireProtocol (driver8 v0.1.3) View Source
This module covers values and structures from the webdriver spec.
Link to this section Summary
Functions
Send error response stating that session_id client is trying to use cannot be found (was closed due to timeout, for example)
Utility method that does exactly that: sends json response and halts current connection processing
Utility method that does exactly that: sends json response and halts current connection processing
Utility method that does exactly that: sends text response and halts current connection processing
Utility method that does exactly that: sends text response and halts current connection processing
Send error response stating that driver was not able to create a new session
Send success response for given session_id
and passing along return value (if any)
Send error response stating that driver encountered an unexpected error (with stacktrace, if possible)
Send error response stating that driver does not understand this particular command
Link to this section Functions
Send error response stating that session_id client is trying to use cannot be found (was closed due to timeout, for example)
Utility method that does exactly that: sends json response and halts current connection processing
Utility method that does exactly that: sends json response and halts current connection processing
Utility method that does exactly that: sends text response and halts current connection processing
Utility method that does exactly that: sends text response and halts current connection processing
Send error response stating that driver was not able to create a new session
Send success response for given session_id
and passing along return value (if any)
Send error response stating that driver encountered an unexpected error (with stacktrace, if possible)
Send error response stating that driver does not understand this particular command