ui_dump
List on-screen Flutter UI elements with tap coordinates. Filter by text or clickable-only to locate controls precisely without screenshots.
Instructions
List on-screen UI elements with their tap coordinates.
Cheaper and more precise than a screenshot when you only need to find a control.
Args: contains: case-insensitive filter on text, content description or id. clickable_only: only return elements that accept taps. limit: max elements returned. serial: device serial when several are attached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| serial | No | ||
| contains | No | ||
| clickable_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |