Check Exists
Confirm an Element is in the DOM.
Check Exists confirms the Element is in the DOM. The Element may still be hidden. Use it when presence in the page structure is enough.
See Element states for how Exists differs from Displayed and Visible.

When to use it
Confirm a row or list item was added to the page after a create action.
Verify markup is present before a later step reads from it.
Prefer Check Displayed when the Element must be shown to the user.
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, exist, test, expect, assert, element, state
Last updated