browser-automation-cli 0.1.5

One-shot browser automation CLI for AI agents via Chrome CDP. BORN EXECUTE FINALIZE DIE. No daemon, no npm, no telemetry.
Documentation
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://github.com/danilo-aguiar-br/browser-automation-cli/docs/schemas/view.schema.json",
  "title": "view command input",
  "type": "object",
  "description": "Accessibility snapshot with @eN refs",
  "properties": {
    "detailed": {
      "description": "CLI alias of verbose for one-shot argv (maps to verbose in handlers)",
      "type": "boolean"
    },
    "path": {
      "description": "Optional file to write tree text",
      "type": "string"
    },
    "verbose": {
      "description": "Full a11y tree (run/JSON tool-ref). CLI flag is --detailed (avoids shadowing global --verbose).",
      "type": "boolean"
    }
  },
  "required": [],
  "additionalProperties": false
}