From 2b3f6d27516d9350531215010ece3c2e222035fe Mon Sep 17 00:00:00 2001 From: Hai Nguyen Date: Thu, 2 Jun 2016 22:19:30 -0400 Subject: [PATCH] update selenium version to work with both firefox and chrome --- nightwatch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nightwatch.json b/nightwatch.json index 7c8e595d..fd20aac1 100644 --- a/nightwatch.json +++ b/nightwatch.json @@ -9,7 +9,7 @@ "selenium" : { "start_process" : true, "start_session": true, - "server_path" : "nbtests/selenium-server-standalone-2.48.2.jar", + "server_path" : "nbtests/selenium-server-standalone-2.53.0.jar", "log_path" : "", "host" : "127.0.0.1", "port" : 4444,