ui_expand
Expand collapsible UI elements such as TreeView nodes, ComboBox dropdowns, and more. Uses ExpandCollapsePattern; 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 |