computer_get_accessibility_tree
Retrieve the current window's accessibility tree to expose UI element details, enabling identification of clickable elements and understanding of the interface structure.
Instructions
Get the accessibility tree of the current window.
This provides detailed information about UI elements that can be useful for finding clickable elements or understanding the UI structure.
Returns: Dictionary with the accessibility tree structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||