pbi_snapshot
Capture an accessibility tree snapshot of a Power BI report page to discover structure and fix drifting selectors. Returns roles and accessible names as indented lines, with optional filter and max lines.
Instructions
Accessibility-tree snapshot of the reportView page (browser_snapshot equivalent) for structure discovery when a selector drifts. Returns the ARIA snapshot (roles + accessible names, indented) as lines. selector scopes to a sub-tree (default "body"); filter (regex string) keeps only matching lines (with their indent); maxLines caps output. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Regex; keep only lines whose text matches | |
| maxLines | No | Cap returned lines (default 400) | |
| selector | No | Root to snapshot; default "body" |