safari_run_script
Execute multiple Safari actions sequentially in a single call using an array of step objects, each specifying an action and its arguments.
Instructions
Batch multiple Safari actions in ONE call. Steps: [{action, args}]. Actions match other safari_* tool names without prefix (e.g. 'navigate', 'click', 'fill', 'evaluate', 'readPage').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | Array of steps to execute sequentially |