Skip to content

Commit 7caf859

Browse files
committed
[js][cdp] add support Chrome 99 and remove for Chrome 96
1 parent 6dd7a08 commit 7caf859

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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-
"v96",
87
"v97",
9-
"v98"
8+
"v98",
9+
"v99"
1010
]
1111

1212
SRC_FILES = [

0 commit comments

Comments
 (0)