click
Click a webpage element by providing a CSS selector or XPath. Specify the selector type with 'by' to trigger the action.
Instructions
Click an element.
Args: selector: CSS selector or XPath string identifying the element. by: "css" or "xpath".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | css | |
| selector | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |