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.
The type of condition to check.
AI Assertion
JavaScript
Page Check
Describe the condition in plain English. The assertion can be as specific
or as broad as you like.
Write code that returns a truthy or falsy value. Truthy executes the
block, falsy skips it. Errors fail the Conditional step.
Define the page content assertion. If the check fails, the block is
skipped and the Conditional step still passes. Errors fail the Conditional
step.
Configs
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.
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.