Skip to content

Commit 8401a7e

Browse files
committed
[cdp] add Chrome 118 and remove 115
1 parent c595b7a commit 8401a7e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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-
"v115",
87
"v116",
98
"v117",
9+
"v118",
1010
]
1111

1212
SRC_FILES = [

py/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ SE_VERSION = "4.13.0"
2323

2424
BROWSER_VERSIONS = [
2525
"v85",
26-
"v115",
2726
"v116",
2827
"v117",
28+
"v118",
2929
]
3030

3131
TEST_DEPS = [

rb/lib/selenium/devtools/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ package(default_visibility = ["//rb:__subpackages__"])
44

55
CDP_VERSIONS = [
66
"v85",
7-
"v115",
87
"v116",
98
"v117",
9+
"v118",
1010
]
1111

1212
rb_library(

rb/lib/selenium/devtools/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
module Selenium
2121
module DevTools
22-
VERSION = '0.117.0'
22+
VERSION = '0.118.0'
2323
end # DevTools
2424
end # Selenium

0 commit comments

Comments
 (0)