Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 252 Bytes

is_not_exist.md

File metadata and controls

13 lines (9 loc) · 252 Bytes

Action: isNotExist

Checks for the absence of an element. Returns pass if the element is not found on the page.

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

Usage example

step("01", isNotExist("LoginButton"))