Inspect Layout
inspect_layoutRetrieve the full computed layout of the current Android screen with every node's bounds. Optionally filter to interactive-only nodes for touch target analysis.
Instructions
Full computed layout of the current screen: every node with its bounds.
The Android counterpart of reading getBoundingClientRect() on a web page.
Set interactive_only to get just the touchable nodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | ||
| xml_path | No | ||
| max_nodes | No | ||
| interactive_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||