Skip to content

Commit ccec0b2

Browse files
committed
[js][cdp] add support for Chrome 98 and remove support for Chrome 95
1 parent 3128f1f commit ccec0b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎javascript/node/selenium-webdriver/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ load("//common:defs.bzl", "copy_file")
44

55
BROWSER_VERSIONS = [
66
"v85",
7-
"v95",
87
"v96",
9-
"v97"
8+
"v97",
9+
"v98"
1010
]
1111

1212
SRC_FILES = [

0 commit comments

Comments
 (0)