Skip to content

Commit 6dd7a08

Browse files
committed
[rb][cdp] add support Chrome 99 and remove for Chrome 96
1 parent e8ab9b6 commit 6dd7a08

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

rb/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ package(default_visibility = ["//:__subpackages__"])
1212

1313
CDP_VERSIONS = [
1414
"v85",
15-
"v96",
1615
"v97",
17-
"v98"
16+
"v98",
17+
"v99"
1818
]
1919

2020
copy_file(

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

0 commit comments

Comments
 (0)