Adobe Firefly DOM Inspector
firefly_dom_inspectInspect the Adobe Firefly DOM state to diagnose automation issues, discover selectors, and explore shadow DOM using read-only analysis.
Instructions
Inspect the current Adobe Firefly DOM state for debugging. This is a read-only tool that never navigates, clicks, or modifies the page. Use it to diagnose broken automation, discover selectors, and inspect shadow DOM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Inspection mode | full |
| maxDepth | No | Maximum depth for tree/shadow traversal | |
| selector | No | CSS selector for selector mode (required when mode=selector) | |
| includeHtml | No | Save HTML snapshot to debug/dom.html | |
| includeConsole | No | Capture console messages | |
| includeNetwork | No | Capture network requests | |
| includeScreenshot | No | Save screenshot to debug/dom-inspect.png | |
| maxConsoleMessages | No | Maximum console messages to return | |
| maxNetworkRequests | No | Maximum network requests to return | |
| includeAccessibility | No | Include accessibility tree | |
| captureElementScreenshots | No | Save individual screenshots for each discovered element | |
| includeAnnotatedScreenshot | No | Save annotated screenshot with element labels |