diff options
author | DR695H <dr695h@att.com> | 2018-03-20 11:54:04 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2018-03-20 11:54:20 -0400 |
commit | 4d3b8c6b0e452c72177316daef5b91cc56090e22 (patch) | |
tree | 07eaa58ce2c6ce433a0a35dd1ff541f20168015d | |
parent | d5a644f77fc2c8a5b4e50c085688c9b4f738fd77 (diff) |
updating chromedriver to 2.37 because google broke
Change-Id: If2c51f8dd3d6203ee5761813201879e2f86085a2
Issue-ID: TEST-13
Signed-off-by: DR695H <dr695h@att.com>
-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.33 +CHROMEDRIVER_URL=http://chromedriver.storage.googleapis.com/2.37 CHROMEDRIVER_ZIP=chromedriver_linux64.zip # Handle mac and windows |