simulate_user_journey
Execute a sequence of user actions in Chrome to simulate a real user journey, covering clicks, typing, waits, navigation, and screenshot captures.
Instructions
Execute a sequence of user actions (click, type, wait, navigate, screenshot) automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | Sequence of steps to execute | |
| tabId | No | Tab ID (optional) | |
| stopOnError | No | Stop execution if a step fails | |
| captureScreenshots | No | Capture screenshot after each step |