browser_get_html
Retrieve raw HTML from any target element or the entire web page to power structured data extraction, layout debugging, and advanced scraping workflows.
Instructions
Returns the raw HTML of a target element or the entire page if no target is specified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Optional target element reference (snapshot ID) or CSS selector. If omitted, the HTML of the entire page is returned. |