From e25f32df2ff8fcca533c73b2392293ca1073f578 Mon Sep 17 00:00:00 2001 From: codeboyzhou Date: Tue, 15 Dec 2020 03:08:30 +0800 Subject: [PATCH] docs: correct a document error and Fix an error about executing ./install_local_driver.sh (#117) --- CONTRIBUTING.md | 2 +- driver/src/main/resources/.gitkeep | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 driver/src/main/resources/.gitkeep diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 72d3a27a..845df270 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ cd playwright-java 2. Run the following script to download playwright-cli binary for your platform into `driver/src/main/resources/driver/` directory. It will also install Playwright and download browser binaries for Chromium, Firefox and WebKit. ```bash -scripts/download_driver.sh +scripts/install_local_driver.sh ``` Names of published driver archives can be found at https://github.com/microsoft/playwright-cli/actions diff --git a/driver/src/main/resources/.gitkeep b/driver/src/main/resources/.gitkeep new file mode 100644 index 00000000..e69de29b