android_tap
Tap an Android screen by UI dump reference, visible text, or raw coordinates to interact with apps during automated testing.
Instructions
Tap the screen, by ref from a dump, by visible text, or by raw coordinates.
Args: ref: Ref from android_ui_dump, e.g. "n7". Re-resolved if the dump went stale. text: Visible text or content-desc to match instead of a ref. x, y: Raw coordinates (use when the hierarchy exposes nothing tappable). device: Device serial; defaults to the first physical device. screenshot: Return a screenshot of the result. scale: Long-edge px for that screenshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| ref | No | ||
| text | No | ||
| scale | No | ||
| device | No | ||
| screenshot | No |