File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,8 @@ ruby_library(name = "devtools",
290
290
":common",
291
291
":cdp-v84",
292
292
":cdp-v85",
293
- ":cdp-v86"
293
+ ":cdp-v86",
294
+ ":cdp-v87",
294
295
],
295
296
resources = [
296
297
{ "../javascript/cdp-support/mutation-listener.js": "rb/lib/selenium/webdriver/atoms/mutationListener.js" }
@@ -364,6 +365,22 @@ ruby_class_call(name = "cdp-v86",
364
365
]
365
366
)
366
367
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
+
367
384
ruby_lint(name = "lint",
368
385
args = ["--config=rb/.rubocop.yml"],
369
386
srcs = [
You can’t perform that action at this time.
0 commit comments