Wait for Screen to Settle [Pro]
wait_for_settlePolls the device UI tree until two consecutive snapshots are identical, indicating animations and loading have completed. Use after navigation or screen transitions to ensure the new screen is ready for interaction.
Instructions
[Pro] Waits for the screen to stop changing after a navigation or action. Polls the UI tree until two consecutive snapshots are identical, indicating animations and loading have completed. Use this after tapping navigation buttons or triggering screen transitions to ensure the new screen is ready for interaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | Yes | Device serial ID | |
| timeout | No | Maximum time to wait in milliseconds (default: 3000) | |
| poll_interval | No | Time between polls in milliseconds (default: 500) |