wait_for_element_gone
Pauses automation until a UI element with the specified text disappears from the Android screen, with configurable timeout.
Instructions
Wait for an element to disappear from the screen
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text of the element to wait for disappearance | |
| timeout | No | Timeout in milliseconds (default: 10000) |