View Source Wallaby.Session (wallaby v0.30.6)

Struct containing details about the webdriver session.

Link to this section Summary

Link to this section Types

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