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

OptionDescription
--everythingShow all nodes including generic containers
--headlessHide browser window (visible by default)
--jsonOutput as JSON
--session <value>Run this command in the named session (env: BL_SESSION; default: "default")

Global options

OptionDescription
-v, --verboseEnable debug logging

Examples

bl a11y-tree
# Print the accessibility tree (interesting nodes only)

bl a11y-tree --everything
# Include all nodes (generic containers, etc.)

On this page