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

Link to this function

active_sessions() View Source
active_sessions() :: map()

Get list of active sessions

Link to this function

create_session(browser, opts) View Source
create_session(Hound.Browser.t(), map() | Keyword.t()) :: {:ok, String.t()}

Creates a session associated with the current pid

Link to this function

destroy_session(session_id) View Source
destroy_session(String.t()) :: :ok

Destroy a session

Link to this function

fetch_log(session_id, logtype) View Source
fetch_log(String.t(), String.t()) :: :ok

Get the session log for a particular log type

Link to this function

fetch_log_types(session_id) View Source
fetch_log_types(String.t()) :: :ok

Get a list of all supported log types

Link to this function

make_capabilities(browser, opts \\ []) View Source
make_capabilities(Hound.Browser.t(), map() | Keyword.t()) :: map()

Make capabilities for session

Link to this function

server_status() View Source
server_status() :: map()

Get server's current status

Link to this function

session_info(session_id) View Source
session_info(String.t()) :: map()

Get capabilities of a particular session

Link to this function

set_timeout(session_id, operation, time) View Source
set_timeout(String.t(), String.t(), non_neg_integer()) :: :ok

Set the timeout for a particular type of operation