android_click_element
Locate and tap Android UI elements by visible text, content description, or resource ID.
Instructions
Find and click a UI element on the current Android screen by its visible text, content description, or resource ID. Computes the center of the element and executes a precise tap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Visible text of the element to click | |
| deviceId | No | Optional device ID | |
| className | No | Class name of the element to click | |
| exactMatch | No | Whether text matching must be exact | |
| resourceId | No | Resource ID of the element to click | |
| contentDescription | No | Content description of the element to click |