browserlane
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

FlagDescription
--everythingShow all nodes including generic containers

Global flags

FlagDescription
--headlessHide browser window (visible by default)
--jsonOutput as JSON
-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.)