Blocks & Flow EditorWindows
print tree
Prints the UI element tree for debugging and discovering element locators.
Prints the UI element tree for debugging and discovering element locators.
Configuration
| Field | Description |
|---|---|
| Display Name | Label on the block. |
| Element Name Type | Full Name, Sub Name, or Regex. |
| Element Name | Window or element title to target. |
| Automation ID | UI automation identifier. |
| Class Name | Window class identifier. |
| Control Type | UI control type. |
| Path | Element locator path. |
| Depth | Element tree depth (default 8). |
| Advanced Locator | Custom locator string. |
Outputs
| Result | Description |
|---|---|
| Output | Payload: UI element tree structure. |
Notes
- Requires get session block earlier in the flow.
- Useful for inspecting available elements when building locators.