qt_snapshot
Capture the Qt widget tree as a structured snapshot to inspect UI elements, their properties, and generate interaction references for debugging.
Instructions
Capture the full Qt widget tree as a structured accessibility-like snapshot.
Returns a YAML-like text tree with widget types, object names, text content, geometry, visibility, enabled state, and interaction refs (w1, w2, ...). Use the refs to interact with specific widgets via other tools.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_depth | No | ||
| root_ref | No | ||
| skip_hidden | No |