click
Activate a specific element on a webpage by loading its URL and providing a CSS selector, with an optional wait period after activation.
Instructions
Click an element on a webpage using CSS selector.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to load | |
| selector | Yes | CSS selector of element to click | |
| wait_secs | No | Seconds to wait after click |