spider_browser_click
Click an element on a web page with a CSS selector. The tool waits for the element to appear before clicking it.
Instructions
Click an element on the page. Waits for the element to appear before clicking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Max time to wait for element in ms. Default: 10000 | |
| selector | Yes | CSS selector of the element to click (e.g. "button.submit", "#login-btn", "a[href='/pricing']") | |
| session_id | Yes | Session ID from spider_browser_open |