web_driver_client v0.2.0 WebDriverClient.WebDriverError exception View Source

Indicates a known WebDriver error occurred

Link to this section Summary

Link to this section Types

Link to this type

reason()

View Source
reason() :: :invalid_selector
Link to this type

t()

View Source
t() :: %WebDriverClient.WebDriverError{
  __exception__: term(),
  message: String.t(),
  reason: reason()
}