ui_right_click
Finds a UI element by automation ID, name, or control type and performs a right-click to open its context menu. Uses cached coordinates when available for faster response.
Instructions
Right-click on a UI element to open context menu.
Tries cached coordinates first, then falls back to pywinauto element search.
Note: If app is STOPPED at breakpoint, resume with continue_execution() first.
Args: automation_id: AutomationId property name: Element's Name/Title property control_type: Control type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| xpath | No | ||
| root_id | No | ||
| control_type | No | ||
| automation_id | No |