browserlane
CLI referenceInspect page

bl count

Count matching elements

Count matching elements

Usage

bl count [selector] [flags]

Global flags

FlagDescription
--headlessHide browser window (visible by default)
--jsonOutput as JSON
-v, --verboseEnable debug logging

Examples

bl count "a"
# Print number of links on the page

bl count "li.item"
# Count list items