mirror of
https://github.com/browser-use/web-ui.git
synced 2026-03-22 11:17:17 +08:00
Merge pull request #405 from SmartManoj/update-readme
Add specific Playwright installation commands
This commit is contained in:
@@ -65,7 +65,13 @@ Install Python packages:
|
||||
uv pip install -r requirements.txt
|
||||
```
|
||||
|
||||
Install Playwright:
|
||||
Install Browsers in Playwright:
|
||||
You can install specific browsers by running:
|
||||
```bash
|
||||
playwright install --with-deps chromium
|
||||
```
|
||||
|
||||
To install all browsers:
|
||||
```bash
|
||||
playwright install
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user