get_page_content
Retrieve HTML content from a specific browser tab using a CSS selector. Part of the Firefox MCP Server, enabling precise webpage content extraction for automation and debugging tasks.
Instructions
Get HTML content
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | No | ||
tabId | No |
Input Schema (JSON Schema)
{
"properties": {
"selector": {
"type": "string"
},
"tabId": {
"type": "string"
}
},
"type": "object"
}