wait_for_idle
Block until the UI stops changing after navigation, ignoring noisy elements like clocks and spinners, to ensure screen stability before reading.
Instructions
BLOCK until the UI stops changing (animations/loads settled). Volatile elements like clocks and spinners marked noisy are ignored. Use after navigation before reading the screen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | Device id from list_devices. Optional when exactly one device is booted. | |
| quietMs | No | Quiet window, default 500ms | |
| timeoutMs | No | Default 15000, max 120000 |