chrome_click
Click web elements by CSS selector or coordinates within Chrome to automate browser interactions.
Instructions
Click on an element by CSS selector or coordinates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X coordinate (use with y instead of selector) | |
| y | No | Y coordinate (use with x instead of selector) | |
| selector | No | CSS selector of the element to click | |
| tab_index | No | Tab index (optional) | |
| click_count | No | Number of clicks (1=single, 2=double, default: 1) |