Update Linux installer to use the latest version of Chromedriver

This commit is contained in:
Michael Mintz 2018-03-14 03:47:20 -04:00
parent 611d90150f
commit fba34bc174
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ sudo apt-get -f install -y --force-yes
sudo dpkg -i google-chrome-stable_current_amd64.deb
# Install Chromedriver
sudo wget -N http://chromedriver.storage.googleapis.com/2.28/chromedriver_linux64.zip -P ~/Downloads
sudo wget -N http://chromedriver.storage.googleapis.com/2.36/chromedriver_linux64.zip -P ~/Downloads
sudo unzip -o ~/Downloads/chromedriver_linux64.zip -d ~/Downloads
sudo chmod +x ~/Downloads/chromedriver
sudo rm -f /usr/local/share/chromedriver