get_clickable_elements
List all clickable UI elements on an Android screen, with text, resource-id, and coordinates, to enable reliable tapping when text-based selection fails.
Instructions
Get all clickable elements on screen with their text, resource-id, and coordinates (useful when tap_text fails)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeDisabled | No | Include disabled elements (default: false) |