click
Simulate user interactions by clicking specified elements on web pages using CSS selectors, enabling efficient testing and automation of consent management platforms within a browser environment.
Instructions
Click elements on the page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | Yes | CSS selector for element to click |
Input Schema (JSON Schema)
{
"properties": {
"selector": {
"description": "CSS selector for element to click",
"type": "string"
}
},
"required": [
"selector"
],
"type": "object"
}