browser_get_element_at_point
Identify the exact element at any screen position, including within iframes, by providing X and Y coordinates. Returns tag, text, and node ID.
Instructions
Get the topmost element at specific X/Y coordinates. Returns tag, text, and backendNodeId. Automatically traverses into iframes.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate |