browser_extract_html
Extract the outer HTML of any page element or the full DOM using a CSS selector, enabling direct inspection of rendered page structure for debugging or data retrieval.
Instructions
Extract outer HTML of a specific element or the entire page DOM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | CSS selector to extract HTML for | body |