Skip to main content
This step will take an if statement in the form of an AI assertion and perform children steps. To add child steps, hover over the Conditional step and in the action bar, click Add Child. If the assertion is false, the Conditional step will be marked as having passed, not perform any nested steps, and continue with the test.

Inputs

Conditional type
dropdown
required
The type of condition to check.
Assertion
string
required
The condition you want to assert. The assertion should be written in plain English and 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.