Skip to content

Commit 922f5d3

Browse files
committed
[js][cdp] add support for Chrome 108 and remove support for Chrome 105
1 parent e8c0102 commit 922f5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/node/selenium-webdriver/BUILD.bazel

Lines changed: 1 addition & 1 deletion
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-
"v105",
87
"v106",
98
"v107",
9+
"v108",
1010
]
1111

1212
SRC_FILES = [

0 commit comments

Comments
 (0)