Skip to content

Commit

Permalink
Update webdriver binaries to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
TilBlechschmidt committed Mar 4, 2024
1 parent 9303204 commit db7ea48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions distribution/docker/images/node/driver/web-driver.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
GECKO_VERSION=0.31.0
CHROME_VERSION=101.0.4951.41
GECKO_VERSION=0.34.0
CHROME_VERSION=122.0.6261.94
PREV_PWD=$(pwd)
TMP_DIR=$(mktemp -d)

Expand All @@ -25,7 +25,7 @@ function geckodriver {

function chromedriver {
# Install driver
wget --no-check-certificate https://chromedriver.storage.googleapis.com/${CHROME_VERSION}/chromedriver_linux64.zip
wget --no-check-certificate https://storage.googleapis.com/chrome-for-testing-public/${CHROME_VERSION}/linux64/chromedriver-linux64.zip
unzip chromedriver_linux64.zip
chmod +x chromedriver
mv chromedriver /usr/bin
Expand Down

0 comments on commit db7ea48

Please sign in to comment.