neuron_run_sequence
Run a sequence of browser actions (click, type, navigate, wait, evaluate) on a Chrome tab to automate multi-step UI workflows in one request.
Instructions
Execute a sequence of browser actions (click, type, navigate, wait, evaluate)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | Sequence steps (max 50) | |
| tabId | Yes | Chrome tab ID | |
| delayMs | No | Delay between steps in ms (default: 500) |