browser_inspect_dom
Extract HTML content from web pages for inspection and analysis. Use CSS selectors to target specific elements and retrieve their DOM structure.
Instructions
Get DOM HTML content from the page.
Args:
session: Name of the browser session
selector: Optional CSS selector to get specific element's HTML
Returns:
HTML content (truncated if over 100KB)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | Yes | ||
| selector | No |