click_element
Click an element on a page by specifying its CSS selector. Provide an index to choose among multiple matches and a connection ID to target a specific Chrome instance.
Instructions
Click an element matching the CSS selector.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | Which matching element to click (0 = first) | |
| selector | Yes | CSS selector for the element | |
| connection_id | No | Chrome connection to use |