Skip to content

Commit

Permalink
[rb][cdp] add support Chrome 99 and remove for Chrome 96
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Mar 1, 2022
1 parent e8ab9b6 commit 6dd7a08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rb/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ package(default_visibility = ["//:__subpackages__"])

CDP_VERSIONS = [
"v85",
"v96",
"v97",
"v98"
"v98",
"v99"
]

copy_file(
Expand Down
2 changes: 1 addition & 1 deletion rb/lib/selenium/devtools/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

module Selenium
module DevTools
VERSION = '0.98.0'
VERSION = '0.99.0'
end # DevTools
end # Selenium

0 comments on commit 6dd7a08

Please sign in to comment.