chrome_dump_dom
Retrieve the DOM HTML of a page or a specific element using CSS selectors. Supports outerHTML and selecting a specific browser tab.
Instructions
Get the DOM HTML of the page or a specific element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outer | No | Return outerHTML instead of innerHTML (default: false) | |
| selector | No | CSS selector to get HTML of a specific element (optional, defaults to full page) | |
| tab_index | No | Tab index (optional) |