Skip to content

Commit 94bba83

Browse files
authored
Merge pull request #405 from SmartManoj/update-readme
Add specific Playwright installation commands
2 parents e8ef234 + b7e3c4d commit 94bba83

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,13 @@ Install Python packages:
6565
uv pip install -r requirements.txt
6666
```
6767

68-
Install Playwright:
68+
Install Browsers in Playwright:
69+
You can install specific browsers by running:
70+
```bash
71+
playwright install --with-deps chromium
72+
```
73+
74+
To install all browsers:
6975
```bash
7076
playwright install
7177
```

0 commit comments

Comments
 (0)