Find Android UI nodes
mobile_ui_findLocate Android UI elements by text, content description, or resource ID to inspect automation targets on real devices.
Instructions
Find accessibility nodes by text, content description, or resource ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| exact | No | ||
| serial | Yes | Exact ADB serial from mobile_devices_list; never inferred when multiple devices exist | |
| displayId | Yes | Android framework logical display ID, not a SurfaceFlinger physical ID | |
| resourceId | No | ||
| contentDescription | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| matches | Yes |