Skip to content

Commit a2eb23a

Browse files
Adds support for chrome 80/81 drivers
1 parent 0068dc0 commit a2eb23a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

scripts/update-se-drivers.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,13 @@ function setChromeDriverVersion() {
7373
79)
7474
CHROME_DRIVER_VER=79.0.3945.36
7575
;;
76-
*)
76+
80)
77+
CHROME_DRIVER_VER=80.0.3987.16
78+
;;
79+
81)
80+
CHROME_DRIVER_VER=81.0.4044.69
81+
;;
82+
*)
7783
CHROME_DRIVER_VER=${DEFAULT_CHROME_DRIVER_VER}
7884
;;
7985
esac

0 commit comments

Comments
 (0)