browser.click_at
Click at specific coordinates on a web page to interact with elements that are not easily selectable, enabling visual automation workflows.
Instructions
Click at specific page coordinates (x, y). Useful for visual workflows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| button | No | ||
| clickCount | No |