safari_wait
Pause Safari automation for a specified number of milliseconds to create a brief delay between browser actions.
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 |