Wait for Android UI state
android_wait_forWait for UI elements to reach a specified state by polling the semantic UI until conditions are met (exists, gone, enabled, checked, selected, focused).
Instructions
Poll the semantic UI until matching nodes exist, disappear, or have the requested state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | ||
| serial | No | ADB device serial. Required when multiple devices are connected. | |
| selector | Yes | ||
| timeoutMs | No | ||
| pollIntervalMs | No |