page_mouse_click_xy
Simulate a mouse click at specified pixel coordinates on a page, supporting left, right, or middle buttons for automated browser interactions.
Instructions
Click at specific coordinates on the page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| button | No | Mouse button. Default: left | |
| instanceId | Yes | Target instance |