click_element
Click on a webpage element using a CSS selector to automate browser interactions. Specify the selector and an optional timeout for reliable execution on dynamic content.
Instructions
Click on an element by CSS selector
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector for the element to click | |
| timeout | No | Timeout in milliseconds |