Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 243 Bytes

is_exist.md

File metadata and controls

13 lines (9 loc) · 243 Bytes

Action: isExist

Checks for the presence of an element. Returns fail if the element is not found on the page

step("<step_id>", isExist("<element_to_check>"))

Usage example

step("01", isExist("LoginButton"))