From c7fa39793d553d1b0e801769b96702cd378be029 Mon Sep 17 00:00:00 2001 From: Jonathan Lipps Date: Tue, 14 Apr 2015 15:03:19 -0700 Subject: [PATCH] upgrade chromedriver with session id overwrite fix (fix #4909) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 326e1ce13..e0e5ff4d2 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "adm-zip": "~0.4.7", "appium-adb": "=1.7.5", "appium-atoms": "=0.0.5", - "appium-chromedriver": "=1.0.0", + "appium-chromedriver": "^1.0.1", "appium-instruments": "=2.0.0", "appium-support": "=1.0.4", "appium-uiauto": "=1.10.7",