browser-automation-cli 0.1.1

One-shot browser automation CLI for AI agents via Chrome CDP. BORN EXECUTE FINALIZE DIE. No daemon, no npm, no telemetry.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://github.com/danilo-aguiar-br/browser-automation-cli/docs/schemas/hover.schema.json",
  "title": "hover command input",
  "type": "object",
  "description": "Hover element by CSS selector or @eN",
  "properties": {
    "target": {
      "type": "string"
    }
  },
  "required": [
    "target"
  ],
  "additionalProperties": false
}