Stop When Element Is Displayed
Stop when a specific element is displayed.
Stop When Element Is Displayed ends the remaining steps in the Test Case when the Element is shown. Use it as a conditional exit when later steps only apply if that UI never appeared.
See Element states for how Displayed is evaluated.

When to use it
End the Flow early once a success banner or confirmation panel appears.
Skip cleanup steps when an error message is already shown.
Pair with Stop When Element Not 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, elementDisplayed, state
Last updated