dom_click
Click a specified element on a webpage using a CSS selector or XPath. Ideal for browser automation and security testing.
Instructions
Click on an element. IMPORTANT: You SHOULD either call debug_screenshot or view the source after every click to observe the result of the interaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector or XPath | |
| timeout | No | Timeout in seconds |