Skip to main content
AI checks are assertions on steroids. You can specify a condition in natural language that can be as specific as “the button on the top left corner of the page is blue” or as broad as “there is no error page”.

Inputs

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

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.
Timeout
number
The maximum number of seconds to wait for the assertion to be true. If it becomes true at any point during that window, the step passes. The step may continue running for a bit longer due to the latency of the final check, which starts when the timeout is reached.