browser_get_html
Retrieve the raw HTML of a web page or a specific element using a CSS selector. Choose outerHTML to include the element's own tag for accurate scraping or debugging.
Instructions
Get the HTML of the page or of an element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outer | No | Include the element's own tag (outerHTML) | |
| selector | No | CSS selector of the element (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |