From 5b1fad118ff45d368e75b042e2ac0f7205e50047 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Wed, 28 Jul 2021 15:56:01 +0100 Subject: [PATCH] Fixed chromedriver path --- nightwatch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nightwatch.json b/nightwatch.json index 072e6c52..7054ad33 100644 --- a/nightwatch.json +++ b/nightwatch.json @@ -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 },