inspect_dom
Fetch HTML content from a web page to debug browser issues, optionally extracting specific text snippets with configurable context.
Instructions
Fetch the entire HTML of the current document or a snippet around a search query
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional: Search for this specific text within the DOM | |
| after | No | Optional: Number of characters to include after the match (default 200) | |
| before | No | Optional: Number of characters to include before the match (default 200) |