This commit is contained in:
Chris Tate
2026-03-13 20:16:29 -05:00
committed by GitHub
parent bdfcc4ee2d
commit f8482f3533
4 changed files with 20 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ allowed-tools: Bash(npx agent-browser:*), Bash(agent-browser:*)
# Browser Automation with agent-browser
The CLI uses Chrome/Chromium via CDP directly. Run `agent-browser install` to download Chrome.
The CLI uses Chrome/Chromium via CDP directly. Install via `npm i -g agent-browser`, `brew install agent-browser`, or `cargo install agent-browser`. Run `agent-browser install` to download Chrome.
## Core Workflow