Update playwright install commands

This commit is contained in:
மனோஜ்குமார் பழனிச்சாமி
2025-03-17 08:42:46 +05:30
parent e43a54f63c
commit 174f6bb72d

View File

@@ -65,11 +65,16 @@ Install Python packages:
uv pip install -r requirements.txt
```
Install Playwright:
Install Browsers in Playwright:
```bash
playwright install
```
You can also install specific browsers:
```bash
playwright install --with-deps chromium
```
#### Step 4: Configure Environment
1. Create a copy of the example environment file:
- Windows (Command Prompt):