tap_element
Tap Android UI elements by resource ID, text, or content description to automate touch interactions during testing or control workflows.
Instructions
Tap a UI element by its resource-id, text, or content-desc. Finds the element in the UI tree and taps its center.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | How to find the element | |
| value | Yes | Value to match | |
| device_id | No | Device ID (optional if only one device) |