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

fix: use playwright-cli as driver (#9)

This commit is contained in:
Yury Semikhatsky
2020-10-13 11:10:21 -07:00
committed by GitHub
parent be8b400b2b
commit a5adc3180c
9 changed files with 41 additions and 62 deletions
+5 -3
View File
@@ -11,12 +11,14 @@ git clone https://github.com/microsoft/playwright-java
cd playwright-java
```
2. Checkout and build playwright node.js package
2. Checkout and install playwright-cli node.js package into `driver/` directory
```bash
mkdir driver
cd driver
npm install
npm run build
curl -O https://playwright.azureedge.net/builds/cli/playwright-cli-0.5.3-linux.zip
unzip playwright-cli-0.5.3-linux.zip -d .
./playwright-cli install
```
### Generating API