Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
⬆️ Upgrade webdriver versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TilBlechschmidt committed Apr 29, 2022
1 parent 00acd18 commit 9303204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.30.0
CHROME_VERSION=96.0.4664.45
GECKO_VERSION=0.31.0
CHROME_VERSION=101.0.4951.41
PREV_PWD=$(pwd)
TMP_DIR=$(mktemp -d)

Expand Down

0 comments on commit 9303204

Please sign in to comment.