get_dom
Extract complete HTML content from the current page DOM for web development debugging and analysis. Use this tool to inspect page structure and retrieve formatted HTML output.
Instructions
Extrai o HTML completo do DOM atual da página
Input Schema
Name | Required | Description | Default |
---|---|---|---|
prettify | No | Se true, formata o HTML de forma legível |
Input Schema (JSON Schema)
{
"properties": {
"prettify": {
"default": true,
"description": "Se true, formata o HTML de forma legível",
"type": "boolean"
}
},
"type": "object"
}