👷 Use latest chromedriver

This commit is contained in:
Daniel Kesselberg 2018-08-08 21:32:37 +02:00
parent 37ec3dec00
commit d36cf3b72a

View File

@ -4,7 +4,7 @@
set -ev set -ev
# Install chomedriver # Install chomedriver
curl -s -L -o chromedriver_linux64.zip https://chromedriver.storage.googleapis.com/2.40/chromedriver_linux64.zip \ curl -s -L -o chromedriver_linux64.zip https://chromedriver.storage.googleapis.com/2.41/chromedriver_linux64.zip \
&& unzip -o -d $HOME chromedriver_linux64.zip \ && unzip -o -d $HOME chromedriver_linux64.zip \
&& chmod +x $HOME/chromedriver && chmod +x $HOME/chromedriver