From 190bcbdd7844488c38776297d37376804ed01b23 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Mon, 21 Dec 2020 12:04:18 -0800 Subject: [PATCH] docs: clarify what download script does (#162) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ee555d14..2d9a3bff 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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