Skip to content

Commit 1e897cc

Browse files
committed
[rb][cdp] add support for Chrome 109 and remove support for Chrome 106
1 parent 4a240a8 commit 1e897cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rb/lib/selenium/devtools/BUILD.bazel

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

55
CDP_VERSIONS = [
66
"v85",
7-
"v106",
87
"v107",
98
"v108",
9+
"v109",
1010
]
1111

1212
rb_library(

rb/lib/selenium/devtools/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
module Selenium
2121
module DevTools
22-
VERSION = '0.108.0'
22+
VERSION = '0.109.0'
2323
end # DevTools
2424
end # Selenium

0 commit comments

Comments
 (0)