browser_get_html
Extract HTML content from a webpage or specific element using Playwright MCP Server. Simplify web automation by retrieving structured data for analysis or interaction.
Instructions
Extract HTML content from the page or a specific element
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"selector": {
"type": "string"
}
},
"type": "object"
}