browser_click
Simulate mouse clicks on web pages by targeting elements via CSS selectors or exact x/y coordinates, with configurable mouse button and click count.
Instructions
Click an element by CSS selector, or click at (x, y) coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X coordinate | |
| y | No | Y coordinate | |
| button | No | Mouse button | left |
| selector | No | CSS selector of the element (optional) | |
| click_count | No | Number of clicks (2 for a double click) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |