ui_click_at
Click a GUI control by absolute screen coordinates when element search fails. Use rectangle data from the window tree to target the center point precisely.
Instructions
Click at absolute screen coordinates.
Use with ui_get_window_tree rectangle data when element search fails. Get coordinates from the 'rectangle' field in tree output. Click goes to the center: x = (left + right) / 2, y = (top + bottom) / 2
Args: x: Screen X coordinate y: Screen Y coordinate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes |