CLI referenceInspect page
bl count
Count matching elements
Count matching elements
Usage
bl count [selector] [flags]Global flags
| Flag | Description |
|---|---|
--headless | Hide browser window (visible by default) |
--json | Output as JSON |
-v, --verbose | Enable debug logging |
Examples
bl count "a"
# Print number of links on the page
bl count "li.item"
# Count list items