From beb8acc7ec7392b5b3bc61dfe427e7a3b263ae85 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Wed, 31 Oct 2018 20:18:50 -0700 Subject: Upgrade chromedriver to 2.43 Change-Id: Ifc061680e7b052014d3e0b8e40ba6b37bd44298a Issue-ID: INT-586 Signed-off-by: Gary Wu --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index dff5a36f..59f0c8d5 100755 --- a/setup.sh +++ b/setup.sh @@ -74,7 +74,7 @@ cd $path # # Get the appropriate chromedriver. Default to linux64 # -CHROMEDRIVER_URL=http://chromedriver.storage.googleapis.com/2.37 +CHROMEDRIVER_URL=http://chromedriver.storage.googleapis.com/2.43 CHROMEDRIVER_ZIP=chromedriver_linux64.zip # Handle mac and windows -- cgit 1.2.3-korg