Struct containing details about the webdriver session.
Summary
Types
@type t() :: %Wallabidi.Session{ bidi_pid: pid() | nil, browsing_context: String.t() | nil, capabilities: map(), driver: module(), id: String.t(), metadata: map() | nil, pid: pid() | nil, protocol: module() | nil, screenshots: list(), server: pid() | :none | module(), session_url: String.t(), url: String.t() }