browser_click_xy
Click at raw viewport coordinates to trigger trusted mouse events on stubborn elements when selectors fail. Pair with a screenshot to find exact positions and solve canvas or dialog interactions.
Instructions
ESCAPE HATCH: Click at raw viewport coordinates (CSS pixels) with fully trusted mouse events. Use when a visible button resists every selector strategy (Azure portal dialogs, Knockout-bound divs, canvas UIs): take a screenshot, read the button's position, click its center. Combine with browser_screenshot for coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate (CSS pixels, from left of viewport) | |
| y | Yes | Y coordinate (CSS pixels, from top of viewport) |