select_item
Select an item in a list, tab, or combo box using the UI Automation SelectionItem pattern. Use when a standard click does not change the selection.
Instructions
Select an item in a list box, tab control, or combo box via the UIA SelectionItem pattern (windows: select). Use when click does not trigger selection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| elementId | Yes | Element ID returned by find_element |