chrome_locate
Convert a CSS selector to screen coordinates for precise mouse movement, with details on element size, visible text, and viewport visibility.
Instructions
Resolve a CSS selector to SCREEN coordinates (center point) so the real cursor can glide to it with mouse_move. Also reports size, visible text, and whether it is in the viewport. Page zoom must be 100%.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector | |
| scrollIntoView | No | scroll it to center first (instant jump — avoid while recording) |