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