Skip to content

Commit ba8dd31

Browse files
committed
[rb] Add CDP v87
1 parent 39a2bdf commit ba8dd31

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

rb/build.desc

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,8 @@ ruby_library(name = "devtools",
290290
":common",
291291
":cdp-v84",
292292
":cdp-v85",
293-
":cdp-v86"
293+
":cdp-v86",
294+
":cdp-v87",
294295
],
295296
resources = [
296297
{ "../javascript/cdp-support/mutation-listener.js": "rb/lib/selenium/webdriver/atoms/mutationListener.js" }
@@ -364,6 +365,22 @@ ruby_class_call(name = "cdp-v86",
364365
]
365366
)
366367

368+
ruby_class_call(name = "cdp-v87",
369+
klass = "Selenium::WebDriver::Support::CDPClientGenerator",
370+
require = "rb/lib/selenium/webdriver/support/cdp_client_generator",
371+
output_dir = "rb/lib/selenium/webdriver/devtools/v87",
372+
version = "v87",
373+
srcs = [
374+
"lib/selenium/webdriver/support/cdp",
375+
"lib/selenium/webdriver/support/cdp/**/*",
376+
"lib/selenium/webdriver/support/cdp_client_generator.rb"
377+
],
378+
resources = [
379+
{ "//common/devtools/chromium/v87:browser_protocol": "rb/lib/selenium/webdriver/support/cdp/browser_protocol.json" },
380+
{ "//common/devtools/chromium/v87:js_protocol": "rb/lib/selenium/webdriver/support/cdp/js_protocol.json" }
381+
]
382+
)
383+
367384
ruby_lint(name = "lint",
368385
args = ["--config=rb/.rubocop.yml"],
369386
srcs = [

0 commit comments

Comments
 (0)