Struct containing details about the webdriver session.
@type t() :: %Wallaby.Session{ capabilities: map(), driver: module(), id: String.t(), screenshots: list(), server: pid() | :none, session_url: String.t(), url: String.t() }