mobbin_click
Click an element on the current page by providing either its text, a CSS selector, or x/y coordinates.
Instructions
Click on an element in the current page. Provide one of: text (click element containing text), selector (CSS selector), or x+y coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X coordinate to click at. | |
| y | No | Y coordinate to click at. | |
| text | No | Click element containing this text. | |
| selector | No | CSS selector of the element to click. |