ui
Find element at coordinates
Returns the elements at the given window-logical coordinates, ordered deepest first (innermost element first). Results are scoped to the requested window and default to window 0.
get/api/v1/ui/hit-test
Query parameters
xnumber required
X coordinate.
ynumber required
Y coordinate.
windowinteger
Zero-based application window index. Defaults to 0.
Response
Elements at the given coordinates (deepest first).