683 B
683 B
description, allowed-tools, argument-hint, model
| description | allowed-tools | argument-hint | model | |
|---|---|---|---|---|
| Inspect DOM structure. Get page summary, element HTML, or tree visualization. | Bash(*) |
|
haiku |
DOM Inspection
Inspect the page's DOM structure.
node ~/.claude/plugins/*/skills/website-debug/scripts/browser-dom.js $ARGUMENTS
Usage
- No arguments: Page summary (element counts, headings, structure)
selector: Get element's outerHTMLselector --inner: Get element's innerHTML--tree: Visual DOM tree (3 levels deep)--tree --depth=5: Custom depth
Examples
# Page overview
/dom
# Get specific element
/dom ".header"
# DOM tree visualization
/dom --tree