Assertions
Assert Region​
Restrictions: "none"
Asserts the selected region matches the intended content.
Inputs​
Name | Type | Description | Required | Dynamic |
---|---|---|---|---|
matcher | region | Select one or more regions to assert | Yes | No |
mode | enum | Assert all or any of them to be active | Yes | No |
Outputs​
Name | Type | Description |
---|---|---|
default | null |
AI Assert​
Restrictions: "none"
Uses AI to answer a yes/no question and asserts the result is true.
Inputs​
Name | Type | Description | Required | Dynamic |
---|---|---|---|---|
question | text | Yes/no question to ask the AI about what's visible on screen | Yes | No |
region | region | Specify an optional region to crop the screen to before passing it to the AI | No | No |
model | enum | The AI model to use for vision processing | No | No |
Outputs​
Name | Type | Description |
---|---|---|
default | boolean | Boolean result from the AI assertion |
explanation | string | AI's explanation of its reasoning |
viewpoint | image | The viewpoint of the AI |
Assert Equal​
Restrictions: "none"
No docs available
Inputs​
Name | Type | Description | Required | Dynamic |
---|---|---|---|---|
first | code | The value to compare with the second | Yes | Yes |
second | code | The value to compare with the first | Yes | Yes |
Outputs​
Name | Type | Description |
---|---|---|
default | null |