print_element
Retrieve the full HTML of a specified web element using a CSS selector for web automation and consent management testing within the Autoconsent MCP environment.
Instructions
Outputs the full HTML of the given element
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | Yes | CSS selector |
Input Schema (JSON Schema)
{
"properties": {
"selector": {
"description": "CSS selector",
"type": "string"
}
},
"required": [
"selector"
],
"type": "object"
}