Skip to content

Commit d552d1d

Browse files
macOS26claude
andcommitted
README: Playwright supports all browsers — chromium, firefox, webkit
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 567cc4e commit d552d1d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,11 @@ brew install node
105105
# 2. Install Playwright MCP server globally
106106
npm install -g @playwright/mcp@latest
107107

108-
# 3. Install browser binaries
109-
npx playwright install chromium
108+
# 3. Install browser binaries (pick one or all)
109+
npx playwright install chromium # Chrome (~165MB)
110+
npx playwright install firefox # Firefox (~97MB)
111+
npx playwright install webkit # Safari/WebKit (~75MB)
112+
npx playwright install # All browsers
110113
```
111114

112115
**Configure in Agent!:**

0 commit comments

Comments
 (0)