browser_get_html
Retrieve HTML content from an element or whole page. Use selectors for targeted extraction and debugging web pages.
Instructions
Get HTML content from an element or the entire page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outer | No | Get outer HTML instead of inner HTML | |
| selector | No | Selector for the element (gets full page HTML if not provided) | |
| sessionId | No | Browser session ID |