DirtyDriver.Browser (DirtyDriver v0.0.1) View Source

Link to this section Summary

Link to this section Functions

Returns a specification to start this module under a supervisor.

arg is passed as the argument to Task.start_link/1 in the :start field of the spec.

For more information, see the Supervisor module, the Supervisor.child_spec/2 function and the Supervisor.child_spec/0 type.

USER PROMPTS

Link to this function

execute_async_script(script, arguments \\ [])

View Source
Link to this function

execute_script(script, arguments \\ [])

View Source

COOKIES

Specs

get_page_source() :: String

DOCUMENT

TIMEOUTS

CONTEXTS

NAVIGATION

SESSIONS

Link to this function

save_screenshot(file_name)

View Source

SCREEN CAPTURE

Link to this function

save_screenshot_of_element(file_name)

View Source
Link to this function

set_implicit_timeout(timeout)

View Source

Specs

set_implicit_timeout(Integer) :: [any()]
Link to this function

set_pageLoad_timeout(timeout)

View Source

Specs

set_pageLoad_timeout(Integer) :: [any()]
Link to this function

set_script_timeout(timeout)

View Source

Specs

set_script_timeout(Integer) :: [any()]
Link to this function

switch_to_window(handle)

View Source