Skip to content

Commit

Permalink
gihtub actions: update chromedriver 126.0.6478.63
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Jun 24, 2024
1 parent 12d8cc5 commit ab8d653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ google-chrome --version
# install chromedriver
cd /tmp/
# https://googlechromelabs.github.io/chrome-for-testing/#stable
wget -q https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.91/linux64/chromedriver-linux64.zip
wget -q https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.63/linux64/chromedriver-linux64.zip
unzip chromedriver-linux64.zip
sudo mv chromedriver-linux64/chromedriver /usr/bin/chromedriver
chromedriver --version

0 comments on commit ab8d653

Please sign in to comment.