Skip to content

Commit

Permalink
[cdp] add Chrome 118 and remove 115
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Oct 9, 2023
1 parent c595b7a commit 8401a7e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ load("//common:defs.bzl", "copy_file")

BROWSER_VERSIONS = [
"v85",
"v115",
"v116",
"v117",
"v118",
]

SRC_FILES = [
Expand Down
2 changes: 1 addition & 1 deletion py/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ SE_VERSION = "4.13.0"

BROWSER_VERSIONS = [
"v85",
"v115",
"v116",
"v117",
"v118",
]

TEST_DEPS = [
Expand Down
2 changes: 1 addition & 1 deletion rb/lib/selenium/devtools/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ package(default_visibility = ["//rb:__subpackages__"])

CDP_VERSIONS = [
"v85",
"v115",
"v116",
"v117",
"v118",
]

rb_library(
Expand Down
2 changes: 1 addition & 1 deletion rb/lib/selenium/devtools/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

module Selenium
module DevTools
VERSION = '0.117.0'
VERSION = '0.118.0'
end # DevTools
end # Selenium

0 comments on commit 8401a7e

Please sign in to comment.