safari_wait
Pause Safari automation for a specified duration in milliseconds when brief delays between actions are required. Use for timing control in browser workflows.
Instructions
Wait for a fixed time in milliseconds. Use only when you need a brief pause between actions. PREFER safari_wait_for (waits for element/text to appear) — it's smarter and doesn't waste time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ms | Yes | Milliseconds to wait |