click_at
Click at specified x,y coordinates in CSS pixels from the viewport's top-left corner. Useful for interacting with controls inside cross-origin iframes that snapshot cannot enumerate.
Instructions
Click page coordinates in CSS pixels from the viewport's top-left corner. Useful for controls inside cross-origin iframes that snapshot cannot enumerate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| returnSnapshot | No | Also return a fresh snapshot of the resulting page; renumbers element refs. |