wait
Pause execution for a given number of seconds (up to 300) to handle time-based conditions such as auth timers, cooldowns, rate limits, or long animations that cannot be detected by UI polling.
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seconds | Yes | How long to wait, in seconds. Fractions allowed; capped at 300. |