We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c315fee commit e8c0102Copy full SHA for e8c0102
rb/BUILD.bazel
@@ -13,9 +13,9 @@ package(default_visibility = ["//:__subpackages__"])
13
14
CDP_VERSIONS = [
15
"v85",
16
- "v105",
17
"v106",
18
"v107",
+ "v108",
19
]
20
21
GITHUB_PACKAGES_HOST = "https://rubygems.pkg.github.com/SeleniumHQ"
rb/lib/selenium/devtools/version.rb
@@ -19,6 +19,6 @@
module Selenium
module DevTools
22
- VERSION = '0.107.0'
+ VERSION = '0.108.0'
23
end # DevTools
24
end # Selenium
0 commit comments