Jido.Browser.Error.ElementError exception (Jido Browser v2.1.0)

Copy Markdown View Source

Error interacting with an element.

Summary

Types

t()

@type t() :: %Jido.Browser.Error.ElementError{
  __exception__: true,
  action: String.t() | nil,
  details: map() | nil,
  message: String.t(),
  selector: String.t() | nil
}