1
0
mirror of synced 2026-07-06 00:20:10 +00:00

feat: roll driver, switch to new api.json format (#199)

This commit is contained in:
Yury Semikhatsky
2021-01-08 15:50:38 -08:00
committed by GitHub
parent 1777f1aac8
commit 01d7eac7ad
38 changed files with 3473 additions and 2073 deletions
@@ -52,7 +52,7 @@ public abstract class Driver {
protected String cliFileName() {
return System.getProperty("os.name").toLowerCase().contains("windows") ?
"playwright-cli.exe" : "playwright-cli";
"playwright.cmd" : "playwright.sh";
}
private static Driver createDriver() throws Exception {