1
0
mirror of synced 2026-05-22 18:53:15 +00:00

docs: clarify what download script does (#162)

This commit is contained in:
Yury Semikhatsky
2020-12-21 12:04:18 -08:00
committed by GitHub
parent 7e3e1c0bc7
commit 190bcbdd78
+1 -1
View File
@@ -11,7 +11,7 @@ git clone https://github.com/microsoft/playwright-java
cd playwright-java
```
2. Run the following script to download playwright-cli binaries for all platforms into `driver-bundle/src/main/resources/driver/` directory. It will also install Playwright and download browser binaries for Chromium, Firefox and WebKit.
2. Run the following script to download playwright-cli binaries for all platforms into `driver-bundle/src/main/resources/driver/` directory (browser binaries for Chromium, Firefox and WebKit will be automatically downloaded later on first Playwright run).
```bash
scripts/download_driver_for_all_platforms.sh