Check Displayed
Confirm an Element is shown on the page.
Check Displayed confirms the Element is shown on the page. Use it to prove UI content appeared after an action, or that a section is visible to the user.
See Element states for how Displayed differs from Exists and Visible.

When to use it
Confirm a message, panel, or control appeared after a login or form submit.
Verify a modal or banner is shown before the next interaction step.
Prefer Check Visible when the Element must be on screen in the current view.
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, displayed, test, expect, assert, element, state
Last updated