test_action
Automatically verify changes after clicking a button or link. Captures state before and after, runs all detectors, computes a diff, takes a screenshot, and returns a complete analysis in one call.
Instructions
Click a button/link and automatically verify what changed.
Captures state before and after the click, runs all detectors, computes a diff, and takes a screenshot. Returns a complete analysis in one call.
Args: element_index: The [N] index of the element to click action_description: What you expect to happen (e.g. "delete the Buy groceries task")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| element_index | Yes | ||
| action_description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |