wait_for_ui_stable
Wait for the Android UI to stop changing after animations, ensuring stable screenshots and reliable interactions.
Instructions
Wait for the UI to stop changing (useful after animations)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Timeout in milliseconds (default: 5000) | |
| checkInterval | No | Check interval in milliseconds (default: 500) |