safari_run_script
Automate a series of Safari browser actions (navigate, click, fill, evaluate, readPage) in one call for efficient sequential task execution.
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 |