Skip to content

Commit 73bc376

Browse files
committed
[js][cdp] add support for Chrome v97
1 parent 05e0e00 commit 73bc376

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

1212
SRC_FILES = [

0 commit comments

Comments
 (0)