inspect_ui
Analyze and extract Android device UI hierarchy using ADB commands. Specify a device ID, set a custom output path, and optionally retrieve XML content as base64 for detailed UI inspection.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
asBase64 | No | Return XML content as base64 (default: false) | |
device | No | Specific device ID (optional) | |
outputPath | No | Custom output path on device (default: /sdcard/window_dump.xml) |