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

Commit

Permalink
Updates script to include chrome webdriver 78 (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijetmahabaleshwar-okta authored Oct 22, 2019
1 parent a6f4e9f commit e731e7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/updateSeDrivers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ function setChromeDriverVersion() {
77)
CHROME_DRIVER_VER=77.0.3865.40
;;
78)
CHROME_DRIVER_VER=78.0.3904.70
;;
*)
CHROME_DRIVER_VER=${DEFAULT_CHROME_DRIVER_VER}
;;
Expand Down

0 comments on commit e731e7f

Please sign in to comment.