run_plan
Automate browser workflows with sequential steps, variables, conditions, error handling, and parallel tab execution.
Instructions
Execute a sequential plan of tool steps server-side. Supports variables ($varName), conditions (if), saveAs, error strategies (abort/continue/capture_image), suspend/resume. Parallel tab execution via parallel: [{ tab, steps }].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | No | Array of tool steps to execute sequentially. | |
| parallel | No | Array of tab groups to execute in parallel across tabs. | |
| use_operator | No | Operator mode (rule engine + Micro-LLM). Requires the executeOperator hook to be registered. | |
| resume | No | Resume a previously suspended plan. |