toggle_element
Toggle a checkbox or toggle button to change its state. Verify the result using the element selection check.
Instructions
Toggle a checkbox or toggle button via the UIA Toggle pattern. To confirm the resulting state, call is_element_selected after this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| elementId | Yes | Element ID returned by find_element |