is_multi_select
Determine if a UI container supports multiple selection using the UIA Selection pattern. Provide an element ID to check.
Instructions
Check whether a container (e.g. ListBox) allows multiple items to be selected via the UIA Selection pattern.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| elementId | Yes | Element ID returned by find_element |