Skip to content

Commit

Permalink
Merge pull request #76 from okta/vm-update-chrome-79
Browse files Browse the repository at this point in the history
Updates selenium script to support chrome 79
  • Loading branch information
vijetmahabaleshwar-okta authored Dec 18, 2019
2 parents 9185470 + 633a062 commit 353699f
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 @@ -70,6 +70,9 @@ function setChromeDriverVersion() {
78)
CHROME_DRIVER_VER=78.0.3904.70
;;
79)
CHROME_DRIVER_VER=79.0.3945.36
;;
*)
CHROME_DRIVER_VER=${DEFAULT_CHROME_DRIVER_VER}
;;
Expand Down

0 comments on commit 353699f

Please sign in to comment.