navvi_find
Get screen-ready coordinates of web elements using CSS selectors. Enables precise automated clicks, fills, and drags.
Instructions
Find element(s) by CSS selector and return screen-ready (x, y) coordinates. THIS IS THE PRIMARY WAY TO GET COORDINATES -- use before navvi_click, navvi_fill, navvi_drag, navvi_mousedown. Automatically corrects for browser chrome offset. Workflow: navvi_find -> get (x, y) -> navvi_click/navvi_fill at those coords -> navvi_screenshot to verify. For dropdowns: navvi_find the button -> navvi_click to open -> navvi_find the options (selector="[role=option]", all=true) -> navvi_click the desired option.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | ||
| all | No | ||
| persona | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |