ui_double_click
Double-click a UI element in .NET apps while debugging, using cached coordinates or searching by automation ID, name, control type, or XPath. Resume execution if stopped at a breakpoint.
Instructions
Double-click on a UI element.
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 |