invoke_element
Activate a UI element that ignores mouse clicks by invoking its default action through the UIA Invoke pattern.
Instructions
Invoke the default action of an element via the UIA Invoke pattern without simulating mouse input. Use for elements that do not respond to mouse clicks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| elementId | Yes | Element ID returned by find_element |