ui_expand
Expand a UI element like a TreeView node or ComboBox dropdown by its AutomationId. Safely handles already-expanded elements and returns the expansion status.
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 |