Click By Selector
ClickBySelectorClick on Android UI elements by text, resourceId, className, or description for reliable interaction with dynamic layouts.
Instructions
Click on an element by selector (text, resourceId, className, description). More reliable than coordinate clicks — handles dynamic layouts and element reflow. At least one selector must be provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| index | No | ||
| timeout | No | ||
| className | No | ||
| resourceId | No | ||
| description | No |