Find elements
find_elementsSearch the current screen for UI elements by id, text, accessibility, or other criteria. Returns matching elements with bounds and details to disambiguate before acting.
Instructions
Search the current screen for elements matching a query. Returns matching elements (id, bounds, text, etc.) — handy to disambiguate before acting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| text | No | ||
| index | No | ||
| device_id | Yes | Device id from list_devices (adb serial like 'emulator-5554', or an iOS simulator UDID) | |
| resource_id | No | ||
| accessibility | No | ||
| clickable_only | No |