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 497cde3 commit 1593b70Copy full SHA for 1593b70
rb/BUILD.bazel
@@ -11,10 +11,9 @@ package(default_visibility = ["//:__subpackages__"])
11
12
CDP_VERSIONS = [
13
"v85",
14
- "v88",
15
- "v89",
16
"v90",
17
"v91",
+ "v92",
18
]
19
20
copy_file(
rb/lib/selenium/devtools/version.rb
@@ -19,6 +19,6 @@
module Selenium
21
module DevTools
22
- VERSION = '0.91.1'
+ VERSION = '0.92.0'
23
end # DevTools
24
end # Selenium
0 commit comments