browser_click_at
Click at absolute pixel coordinates on a page. Bypasses iframes and ad overlays that block CSS-selector clicks.
Instructions
Click at an absolute (x, y) pixel coordinate on the page using real CDP mouse events. Pierces through iframes and ad overlays that block CSS-selector clicks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Horizontal coordinate in CSS pixels | |
| y | Yes | Vertical coordinate in CSS pixels |