ui_right_click
Right-click a UI element by specifying automation id, name, or control type. Uses cached coordinates or pywinauto search.
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 |
|---|---|---|---|
| automation_id | No | ||
| name | No | ||
| control_type | No | ||
| root_id | No | ||
| xpath | No |