inspect_ui
Read the current UIWindow/UIView tree from a physical iOS device via DebugBridge to inspect the live UI hierarchy.
Instructions
Read the current App UIWindow/UIView tree directly from DebugBridge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | Deprecated compatibility field; ignored. | |
| depth | No | Optional tree depth limit. | |
| maxNodes | No | Maximum nodes returned. Defaults to 2000. | |
| includeHidden | No | Include hidden or transparent nodes. Defaults to false. |