safari_wait
Pause for a fixed duration in milliseconds to create brief delays between browser actions. Use only when necessary; prefer waiting for elements or text to appear for more efficient automation.
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 |