Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
Upgrades chromedriver version to 84 (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijetmahabaleshwar-okta authored Jul 16, 2020
1 parent e6845bd commit 63f3b37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/update_se_drivers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ function setChromeDriverVersion() {
83)
CHROME_DRIVER_VER=83.0.4103.39
;;
84)
CHROME_DRIVER_VER=84.0.4147.30
;;
*)
CHROME_DRIVER_VER=${DEFAULT_CHROME_DRIVER_VER}
;;
Expand Down

0 comments on commit 63f3b37

Please sign in to comment.