execute_sequence
Execute up to 20 pre-decided actions like clicks, typing, and presses in one call, each optionally guarded by a condition. Stops on guard failure with evidence, ideal for known, fixed workflows.
Instructions
Run up to 20 PRE-DECIDED acting steps in one call (click, type, press...), each optionally gated by a guard condition (same schema as wait). A failed guard halts the sequence and returns evidence. Use only when you already know every step; this is a macro, not a planner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | ||
| stop_on_failure | No | ||
| screenshot_after | No |