Skip to content

Commit fcab887

Browse files
[build] Add cdp 95 to python and JS
1 parent 87e3833 commit fcab887

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

javascript/node/selenium-webdriver/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ BROWSER_VERSIONS = [
66
"v85",
77
"v93",
88
"v94",
9+
"v95",
910
]
1011

1112
SRC_FILES = [

py/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ BROWSER_VERSIONS = [
99
"v85",
1010
"v93",
1111
"v94",
12+
"v95",
1213
]
1314

1415
TEST_DEPS = [

0 commit comments

Comments
 (0)