Setup
bl a11y-tree
Get the accessibility tree of the current page
Get the accessibility tree of the current page
Usage
bl a11y-tree [OPTIONS]Options
| Option | Description |
|---|---|
--everything | Show all nodes including generic containers |
--headless | Hide browser window (visible by default) |
--json | Output as JSON |
--session <value> | Run this command in the named session (env: BL_SESSION; default: "default") |
Global options
| Option | Description |
|---|---|
-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.)