1
0
mirror of synced 2026-08-05 15:06:54 +00:00

docs: correct a document error and Fix an error about executing ./install_local_driver.sh (#117)

This commit is contained in:
codeboyzhou
2020-12-15 03:08:30 +08:00
committed by GitHub
parent 2ec05bc95f
commit e25f32df2f
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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
View File