Skip to content

Commit cdde240

Browse files
author
Ryan A. Johnson
committed
fix(webdriver): bump chromedriver
1 parent f3d5484 commit cdde240

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/scripts/webdriver-update

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ platform_chrome='linux64'
2222
[ `uname` == 'Darwin' ] && platform_gecko='macos' && platform_chrome='mac64'
2323

2424
TARFILE_GECKO=v0.18.0/geckodriver-v0.18.0-${platform_gecko}.tar.gz
25-
TARFILE_CHROME=2.34/chromedriver_${platform_chrome}.zip
25+
TARFILE_CHROME=2.35/chromedriver_${platform_chrome}.zip
2626
TARFILE_STANDALONE='3.4/selenium-server-standalone-3.4.0.jar'
2727

2828
if [ $reinstall == "1" ] || [ $has_gecko == "0" ]; then
@@ -33,8 +33,8 @@ fi
3333

3434
if [ $reinstall == "1" ] || [ $has_chrome == "0" ]; then
3535
echo Downloading ${TARFILE_CHROME}
36-
wget -nc -q https://chromedriver.storage.googleapis.com/${TARFILE_CHROME} -O bin/selenium/chromedriver_2.34.zip
37-
unzip -o bin/selenium/chromedriver_2.34.zip -d bin/selenium/
36+
wget -nc -q https://chromedriver.storage.googleapis.com/${TARFILE_CHROME} -O bin/selenium/chromedriver_2.35.zip
37+
unzip -o bin/selenium/chromedriver_2.35.zip -d bin/selenium/
3838
fi
3939

4040
if [ $reinstall == "1" ] || [ $has_chrome == "0" ]; then

0 commit comments

Comments
 (0)