Bump Chrome to V65 and upgrade Chromedriver 2.36

This commit is contained in:
Stan Hu 2018-04-07 22:46:23 -07:00
parent 435361b888
commit 7807edf17d
3 changed files with 3 additions and 1 deletions

View file

@ -31,6 +31,6 @@ fi
rm -rf /var/lib/apt/lists/*
# Install ChromeDriver
wget -q https://chromedriver.storage.googleapis.com/2.35/chromedriver_linux64.zip
wget -q https://chromedriver.storage.googleapis.com/2.36/chromedriver_linux64.zip
unzip chromedriver_linux64.zip -d /usr/local/bin
rm -f chromedriver_linux64.zip