Hound.JsonDriver.Page

Summary

element_in_focus()
find_all_elements(strategy, selector, timeout_in_seconds)
find_all_within_element(element_id, strategy, selector, timeout_in_seconds)
find_element(strategy, selector, timeout_in_seconds)
find_within_element(element_id, strategy, selector, timeout_in_seconds)
page_source()
page_title()
send_keys(keys)
send_text(keys)

Functions

element_in_focus()

Specs:

find_all_elements(strategy, selector, timeout_in_seconds)

Specs:

find_all_within_element(element_id, strategy, selector, timeout_in_seconds)

Specs:

find_element(strategy, selector, timeout_in_seconds)

Specs:

find_within_element(element_id, strategy, selector, timeout_in_seconds)

Specs:

page_source()

Specs:

page_title()

Specs:

send_keys(keys)

Specs:

  • send_keys(List.t | atom) :: :ok
send_text(keys)

Specs: