click_by_uid
Click a UI element by its unique identifier (UID) from a snapshot, with optional double-click support.
Instructions
Click element by UID. Set dblClick for double-click.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | Element UID from snapshot | |
| dblClick | No | Double-click (default: false) |