Hound.Session
Low-level session functions internally used by Hound, to work with drivers. See Hound.Helpers.Session for session helpers
Summary↑
active_sessions() | Get list of active sessions |
create_session(browser_name) | Creates a session associated with the current pid |
destroy_session(session_id) | Destroy a session |
server_status() | Get server’s current status |
session_info(session_id) | Get capabilities of a particular session |
set_timeout(session_id, operation, time) | Set the timeout for a particular type of operation |
Functions
Specs:
- active_sessions :: Dict.t
Get list of active sessions
Specs:
Creates a session associated with the current pid
Specs:
- destroy_session(String.t) :: :ok
Destroy a session
Specs:
- server_status :: Dict.t
Get server’s current status
Specs:
Get capabilities of a particular session
Specs:
Set the timeout for a particular type of operation