Skip to main content
This step evaluates a condition and runs child steps when it passes. You can choose an AI Assertion, JavaScript condition, or Page Check. To add child steps, hover over the Conditional step and in the action bar, click Add Child. If the condition is false, the Conditional step will be marked as having passed, skip nested steps, and continue with the test.

Inputs

Conditional type
dropdown
required
The type of condition to check.
Assertion
string
required
Describe the condition in plain English. The assertion can be as specific or as broad as you like.

Configs

Disable caching
boolean
default:false
Disable caching for this step. Useful for elements that should always be located dynamically, such as table rows, search results, or graph nodes that may be re-ordered.
Timeout
number
default:5
Max number of seconds for the action to finish.
AI context mode
string
default:"HTML & screenshot"
Choose between a general-purpose AI model that can understand both HTML & screenshots, or an advanced vision-only model optimized for visual attributes.