Golem Expected ConditionsΒΆ

Some extra expected conditions. Located at golem.webdriver.golem_expected_conditions.

element_to_be_enabled(element)

An Expectation for checking an element is enabled

text_to_be_present_in_page(text)

An Expectation for checking page contains text

element_text_to_be(element, text)

An expectation for checking the given text matches element text

element_text_to_contain(element, text)

An expectation for checking element contains the given text

element_to_have_attribute(element, attribute)

An expectation for checking element has attribute

window_present_by_partial_title(partial_title)

An expectation for checking a window is present by partial title

window_present_by_partial_url(partial_url)

An expectation for checking a window is present by partial url

window_present_by_title(title)

An expectation for checking a window is present by title

window_present_by_url(url)

An expectation for checking a window is present by url