Updated travis chromedriver version to 81.0.4044.69

This commit is contained in:
buddh4 2020-04-13 19:33:14 +02:00
parent 8647e0d5a4
commit 7d38c6fa4d

View File

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