ui_expand
Expand collapsible UI elements like TreeView nodes or ComboBox dropdowns by specifying the element's AutomationId.
Instructions
Expand a TreeView node, ComboBox dropdown, or other collapsible element.
Uses ExpandCollapsePattern. Expanding an already-expanded element is safe and returns {expanded: true, was_already: true}.
Args: automation_id: AutomationId of the element to expand.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| automation_id | Yes |