web_driver_client v0.2.0 WebDriverClient.UnexpectedResponseError exception View Source

Indicates an unexpected response was returned from the server

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %WebDriverClient.UnexpectedResponseError{
  __exception__: term(),
  message: String.t(),
  protocol: WebDriverClient.Config.protocol(),
  reason: term(),
  response_body: term()
}