browser_mouse_click
Simulate mouse clicks at absolute coordinates on a webpage, with options for button type and click count.
Instructions
Click at absolute coordinates (x, y). button: left|right|middle; clicks for multi-click.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| button | No | left | |
| clicks | No | ||
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |