browser_click_at
Click at specified viewport coordinates in a live browser, returning the resolved selector of the element clicked plus an updated preview.
Instructions
Click at viewport coordinates (x, y in CSS pixels); returns the resolved selector of the clicked element (data-testid → id → CSS path) plus the updated preview. Prefer browser_run_step with a selector for reproducible steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate (CSS pixels) | |
| y | Yes | Y coordinate (CSS pixels) |