diff options
author | DR695H <dr695h@att.com> | 2018-03-20 11:40:51 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2018-03-20 11:43:24 -0400 |
commit | dffee29447961f0800c82980daa9cb5452b34367 (patch) | |
tree | d97921fa84f66c772e2865d0c7ff5aa650cbe6fd /setup.sh | |
parent | 3222e8f38187a0864b7f0aff1eb6779c70c1dd74 (diff) |
updating chromedriver to 2.37 because google broke
Change-Id: Ia555770a14ce74aa682c0d3fb0132536724680f1
Issue-ID: TEST-13
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'setup.sh')
-rw-r--r-- | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ cd $path # # Get the appropriate chromedriver. Default to linux64 # -CHROMEDRIVER_URL=http://chromedriver.storage.googleapis.com/2.29 +CHROMEDRIVER_URL=http://chromedriver.storage.googleapis.com/2.37 CHROMEDRIVER_ZIP=chromedriver_linux64.zip # Handle mac and windows |