safari_wait
Pause browser automation for a fixed duration in milliseconds. Use for brief delays between actions when element-based waiting is not suitable.
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 |