wait_element
Wait for a UI element to appear or disappear on a HarmonyOS device, using properties like text, type, or ID, with configurable timeout and polling interval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| state | No | found | |
| device_id | No | ||
| window_id | No | ||
| element_id | No | ||
| hdc_server | No | ||
| timeout_ms | No | ||
| bundle_name | No | ||
| interval_ms | No | ||
| element_type | No |