browser_get_html
Extract HTML content from an entire web page or a specific element by providing a CSS selector. Retrieve the raw markup for data extraction or page inspection during browser automation.
Instructions
Get HTML content from an element or the entire page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | Selector or ref (gets full page HTML if not provided) | |
| sessionId | No | Browser session ID |