ui_workflow_validator
Execute and validate multi-step user workflows by simulating UI interactions with automated checks and screenshots.
Instructions
Execute and validate a sequence of UI interactions simulating a user workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startUrl | Yes | Initial URL for the workflow | |
| taskDescription | Yes | High-level description of the user task being simulated | |
| steps | Yes | Sequence of steps representing the user workflow (minimum 1 step) | |
| captureScreenshots | No | When to capture screenshots (default: failure) | |
| device | No | Optional device to emulate (e.g., 'iPhone 13', 'Pixel 5') |