CLI referenceInspect page
bl a11y-tree
Get the accessibility tree of the current page
Get the accessibility tree of the current page
Usage
bl a11y-tree [flags]Flags
| Flag | Description |
|---|---|
--everything | Show all nodes including generic containers |
Global flags
| Flag | Description |
|---|---|
--headless | Hide browser window (visible by default) |
--json | Output as JSON |
-v, --verbose | Enable debug logging |
Examples
bl a11y-tree
# Print the accessibility tree (interesting nodes only)
bl a11y-tree --everything
# Include all nodes (generic containers, etc.)