Skip to content

Commit e8c0102

Browse files
committed
[rb][cdp] add support for Chrome 108 and remove support for Chrome 105
1 parent c315fee commit e8c0102

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rb/BUILD.bazel

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

1414
CDP_VERSIONS = [
1515
"v85",
16-
"v105",
1716
"v106",
1817
"v107",
18+
"v108",
1919
]
2020

2121
GITHUB_PACKAGES_HOST = "https://rubygems.pkg.github.com/SeleniumHQ"

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.107.0'
22+
VERSION = '0.108.0'
2323
end # DevTools
2424
end # Selenium

0 commit comments

Comments
 (0)