ui_click_at
Click at absolute screen coordinates using rectangle data from ui_get_window_tree. Use when element search fails, coordinates computed as center of rectangle.
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 |