Check Does Not Exist
Confirm an Element is not in the DOM.
Check Does Not Exist confirms the Element is not in the DOM. Use it after a delete or filter action that should remove markup entirely.
See Element states for how Exists differs from Displayed and Visible.

When to use it
Confirm a list item or row was removed after a delete action.
Verify optional content is absent on a page variant.
Prefer Check Not Displayed when the Element may stay in the DOM but should be hidden.
Configure
Basics
Field
What to set
Element
The Element to check
Advanced
Field
What to set
Status on fail
When should screenshots be taken?
Always or On Failures (default)
Related
Tags: check, is, notExist, test, expect, assert, element, state
Last updated