Skip to content

Commit

Permalink
fix bump chromedriver version
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrenn committed Sep 8, 2023
1 parent 3334458 commit 25fad37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup_selenium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ google-chrome --version
#wget --no-verbose https://chromedriver.storage.googleapis.com/108.0.5359.71/chromedriver_linux64.zip
#wget --no-verbose https://chromedriver.storage.googleapis.com/113.0.5672.63/chromedriver_linux64.zip
wget --no-verbose https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/116.0.5845.96/linux64/chromedriver-linux64.zip
unzip chromedriver_linux64.zip
unzip chromedriver-linux64.zip

mv chromedriver /usr/bin/chromedriver
chown root:root /usr/bin/chromedriver
Expand Down

0 comments on commit 25fad37

Please sign in to comment.