ui_expand
Expands a collapsible UI element like a TreeView node or ComboBox dropdown using its automation ID. Safe to call on already-expanded elements.
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 |