Skip to content

Commit

Permalink
use the latest version of chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Jun 27, 2019
1 parent 5979e9f commit 5edc046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install_chrome_headless.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export DISPLAY=:99.0
sh -e /etc/init.d/xvfb start
export CHROMEDRIVER_VERSION=74.0.3729.6
export CHROMEDRIVER_VERSION=`curl -s http://chromedriver.storage.googleapis.com/LATEST_RELEASE`
curl -L -O "http://chromedriver.storage.googleapis.com/${CHROMEDRIVER_VERSION}/chromedriver_linux64.zip"
unzip chromedriver_linux64.zip
sudo chmod +x chromedriver
Expand Down

0 comments on commit 5edc046

Please sign in to comment.