WebDriverClient.WebDriverError exception (web_driver_client v0.3.0)

Copy Markdown View Source

Indicates a known WebDriver error occurred

Summary

Types

reason()

@type reason() :: :invalid_selector

t()

@type t() :: %WebDriverClient.WebDriverError{
  __exception__: true,
  message: String.t(),
  reason: reason()
}