mobile_dump_ui
Extract Android screen UI elements as hierarchical JSON structure containing focusable elements and those with text, content descriptions, or hints.
Instructions
Get UI elements from Android screen as JSON with hierarchical structure.
Returns a JSON structure where elements contain their child elements, showing parent-child relationships. Only includes focusable elements or elements with text/content_desc/hint attributes.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}