diff options
author | Jerry Flood <jf9860@att.com> | 2017-10-02 16:25:06 -0400 |
---|---|---|
committer | Jerry Flood <jf9860@att.com> | 2017-10-02 16:27:37 -0400 |
commit | 71b7b0f6c0d54e72ca1f59e8d2f90405d5cba244 (patch) | |
tree | 5e09d798ca40fbc1db8d79ad8815e2e27a73d40c /setup.sh | |
parent | 362453d5480a89c6c5354fbe36577f41656ae862 (diff) |
Configure to run Robot w/chrome headless option dd
Issue: TEST-58
Change-Id: I1f45477c3df947dc8812c9da55d856a9b29be65a
Signed-off-by: Jerry Flood <jf9860@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.27 +CHROMEDRIVER_URL=http://chromedriver.storage.googleapis.com/2.29 CHROMEDRIVER_ZIP=chromedriver_linux64.zip # Handle mac and windows |