From 802b20f153f2c201d8b37378bf8feb93f649a95f Mon Sep 17 00:00:00 2001 From: Julie Ralph Date: Wed, 23 Sep 2015 17:18:55 -0700 Subject: [PATCH] chore(selenium): update selenium from 2.47.0 to 2.47.1 Wait, there's more updating to be done! --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 06077dc9b..ca37b0c71 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "webdriverVersions": { - "selenium": "2.47.0", + "selenium": "2.47.1", "chromedriver": "2.19", - "iedriver": "2.47.0" + "iedriver": "2.47.1" } }