wait
Pause execution for a set duration (up to 300 seconds) to satisfy time-based conditions like auth timers, cooldowns, or long animations.
Instructions
Sleep for a number of seconds (fractions ok, capped at 300), then return. For TIME-based conditions where wait_for_text's polling doesn't apply: backgrounding an app long enough to trip a native auth timer, waiting out a cooldown or rate limit, letting a long animation finish. If the sleep sits BETWEEN actions whose timing you are testing, put the whole flow in run_sequence instead — an agent round-trip per step perturbs native timers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seconds | Yes | How long to wait, in seconds. Fractions allowed; capped at 300. |