💬 Commit message: Update 2026-02-06 20:43:19, 1 files, 7 lines

📁 Files changed: 1
📝 Lines changed: 7

  • CLAUDE.md
This commit is contained in:
Adam Ladachowski
2026-02-06 20:43:19 +01:00
parent 3cfe88a9ad
commit 69aa3facba
+7
View File
@@ -65,3 +65,10 @@ All commands return `{ ok: true, ...data }` or `{ ok: false, error: string }`.
## CLI Options
Key flags: `-s <port>` (server mode), `-q <selector>` (query), `-c <selector>` (click), `-t <sel>=<text>` (type), `-i` (interactive), `--headed` (visible browser).
## Screenshots
Save screenshots to `screenshots/` directory:
```bash
curl localhost:13373 -d '{"cmd":"screenshot","path":"screenshots/page.png"}'
```