page_click_at
Click at a raw viewport coordinate (CSS px) to interact with canvas or WebGL elements, using the same coordinate space as screenshots. Reports the network, console, and URL changes caused by the click.
Instructions
Click at a raw viewport coordinate in CSS px — the SAME space as page_screenshot / page_look images (1 image px = 1 css px), so a point read off those images can be clicked directly. No DOM target needed (canvas/WebGL). Fails if the point is outside the viewport. Reports the network/console/url delta it caused.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| button | No | ||
| clicks | No | click count (e.g. 2 for double-click, default 1) | |
| waitMs | No | settle time after the click before reporting the delta (default 700ms) | |
| sessionId | No |