safari_wait
Pause Safari automation for a fixed duration in milliseconds. Use for brief delays between actions, but prefer waiting for elements when possible.
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 |