click
Automate web interactions by clicking specific elements on a webpage using a selector. Part of the PlayMCP Browser Automation Server, designed for web scraping and testing tasks.
Instructions
Click an element
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | Yes |
Input Schema (JSON Schema)
{
"properties": {
"selector": {
"type": "string"
}
},
"required": [
"selector"
],
"type": "object"
}