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

Maximum number of seconds for the action to finish. If unset, defaults to the smart waiting timeout, which is configurable in test options and defaults to 5 seconds. The actual amount of time this step takes may be slightly greater than the timeout due to AI model latency.