View Source Wallaby.Session (wallaby v0.30.9)

Struct containing details about the webdriver session.

Summary

Types

@type t() :: %Wallaby.Session{
  capabilities: map(),
  driver: module(),
  id: String.t(),
  screenshots: list(),
  server: pid() | :none,
  session_url: String.t(),
  url: String.t()
}