android_ui_click
Clicks an Android UI element identified by text, index, or accessibility attributes, enabling automated interaction with app interfaces.
Instructions
Click the Nth accessibility element matching a selector, using the nearest clickable ancestor when necessary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| index | No | ||
| viewId | No | ||
| enabled | No | ||
| visible | No | ||
| editable | No | ||
| className | No | ||
| clickable | No | ||
| description | No | ||
| packageName | No | ||
| textContains | No | ||
| caseSensitive | No | ||
| descriptionContains | No |