diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-10-31 20:18:50 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-10-31 20:18:50 -0700 |
commit | beb8acc7ec7392b5b3bc61dfe427e7a3b263ae85 (patch) | |
tree | 75099d5bea1dcb61b6c15a74cf5d52260f06b483 | |
parent | 23920afbed4b51c732974c600f5c94a56e472103 (diff) |
Upgrade chromedriver to 2.43
Change-Id: Ifc061680e7b052014d3e0b8e40ba6b37bd44298a
Issue-ID: INT-586
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rwxr-xr-x | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |