Link

the “__” element should not exist

Verifies that the page does not contain an element matched by the selector, ID, name, or label.

Pattern

^(?|the )"([^"]*)" (?|element )should not exist$

Parameters

Position Description Value Type Restrictions
1 field field id/name/label/selector  

Examples

Given I am on the "register" page
Then the "search" element should not exist