Stop When Element Not Displayed
Stop when a specific element is not displayed.
Stop When Element Not Displayed ends the remaining steps in the Test Case when the Element is no longer shown. Use it as a conditional exit when later steps only apply while that UI is still present.
See Element states for how Displayed is evaluated.

When to use it
End the Flow early once a loading overlay or modal disappears.
Skip follow-up steps when an expected panel never stayed on screen.
Pair with Stop When Element Is Displayed on another branch of the same journey.
Configure
Basics
Field
What to set
Element
The Element to watch
Advanced
Field
What to set
Status on fail
When should screenshots be taken?
Always or On Failures (default)
Related
Tags: runner, stop, elementNotDisplayed, state
Last updated