hound v1.1.1 Hound.Session View Source
Low-level session functions internally used by Hound, to work with drivers. See Hound.Helpers.Session for session helpers
Link to this section Summary
Functions
Get list of active sessions
Creates a session associated with the current pid
Destroy a session
Get the session log for a particular log type
Get a list of all supported log types
Make capabilities for session
Get server's current status
Get capabilities of a particular session
Set the timeout for a particular type of operation
Link to this section Functions
active_sessions()
View Source
active_sessions() :: map()
active_sessions() :: map()
Get list of active sessions
create_session(browser, opts)
View Source
create_session(Hound.Browser.t(), map() | Keyword.t()) :: {:ok, String.t()}
create_session(Hound.Browser.t(), map() | Keyword.t()) :: {:ok, String.t()}
Creates a session associated with the current pid
destroy_session(session_id)
View Source
destroy_session(String.t()) :: :ok
destroy_session(String.t()) :: :ok
Destroy a session
fetch_log(session_id, logtype) View Source
Get the session log for a particular log type
fetch_log_types(session_id)
View Source
fetch_log_types(String.t()) :: :ok
fetch_log_types(String.t()) :: :ok
Get a list of all supported log types
make_capabilities(browser, opts \\ [])
View Source
make_capabilities(Hound.Browser.t(), map() | Keyword.t()) :: map()
make_capabilities(Hound.Browser.t(), map() | Keyword.t()) :: map()
Make capabilities for session
server_status()
View Source
server_status() :: map()
server_status() :: map()
Get server's current status
session_info(session_id) View Source
Get capabilities of a particular session
set_timeout(session_id, operation, time)
View Source
set_timeout(String.t(), String.t(), non_neg_integer()) :: :ok
set_timeout(String.t(), String.t(), non_neg_integer()) :: :ok
Set the timeout for a particular type of operation