accessibility_element_at
Identify the UI element at any screen coordinate to retrieve its role, title, value, position, and size. Use it to know what is under the mouse cursor at a specific location.
Instructions
Get the UI element at a specific screen coordinate. Returns the element's role, title, value, position, and size. Useful for identifying what is under the mouse cursor or at a specific screen location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate on screen | |
| y | Yes | Y coordinate on screen |