pbi_deep_snapshot
Inspect Power BI report page: get compact accessibility tree (role/name), DOM document count, or V8 heap usage. Select axtree, dom, or heap mode.
Instructions
Raw-CDP deep inspection of the reportView page. what:"axtree" (default) = a compact {role,name} projection of the full accessibility tree (capped to maxNodes, totalNodes reported); "dom" = a DOMSnapshot size probe ({documentCount, note}); "heap" = V8 heap usage ({usedMB, totalMB}). Read-only; safe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| what | No | default "axtree" | |
| maxNodes | No | axtree node cap (default 500) |