Fixed chromedriver path

This commit is contained in:
n1474335 2021-07-28 15:56:01 +01:00
parent 5e8985810e
commit 5b1fad118f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"launch_url": "http://localhost:8080",
"webdriver": {
"start_process": true,
"server_path": "./node_modules/.bin/chromedriver",
"server_path": "./node_modules/chromedriver/lib/chromedriver/chromedriver",
"port": 9515,
"log_path": false
},