selenium-devtools 0.151.0 → 0.153.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. checksums.yaml +4 -4
  2. data/lib/selenium/devtools/{v149 → v152}/accessibility.rb +2 -2
  3. data/lib/selenium/devtools/{v150 → v152}/ads.rb +2 -2
  4. data/lib/selenium/devtools/{v150 → v152}/animation.rb +2 -2
  5. data/lib/selenium/devtools/{v150 → v152}/audits.rb +2 -2
  6. data/lib/selenium/devtools/{v149 → v152}/autofill.rb +2 -2
  7. data/lib/selenium/devtools/{v149 → v152}/background_service.rb +2 -2
  8. data/lib/selenium/devtools/{v150 → v152}/bluetooth_emulation.rb +2 -2
  9. data/lib/selenium/devtools/{v149 → v152}/browser.rb +2 -10
  10. data/lib/selenium/devtools/{v150 → v152}/cache_storage.rb +2 -2
  11. data/lib/selenium/devtools/{v149 → v152}/cast.rb +2 -2
  12. data/lib/selenium/devtools/{v149 → v152}/console.rb +2 -2
  13. data/lib/selenium/devtools/{v150 → v152}/crash_report_context.rb +2 -2
  14. data/lib/selenium/devtools/{v150 → v152}/css.rb +2 -2
  15. data/lib/selenium/devtools/{v150 → v152}/debugger.rb +2 -2
  16. data/lib/selenium/devtools/{v150 → v152}/device_access.rb +2 -2
  17. data/lib/selenium/devtools/{v150 → v152}/device_orientation.rb +2 -2
  18. data/lib/selenium/devtools/v152/digital_credentials.rb +47 -0
  19. data/lib/selenium/devtools/{v150 → v152}/dom.rb +5 -4
  20. data/lib/selenium/devtools/{v150 → v152}/dom_debugger.rb +2 -2
  21. data/lib/selenium/devtools/{v150 → v152}/dom_snapshot.rb +2 -2
  22. data/lib/selenium/devtools/{v149 → v152}/dom_storage.rb +2 -2
  23. data/lib/selenium/devtools/{v150 → v152}/emulation.rb +2 -2
  24. data/lib/selenium/devtools/{v149 → v152}/event_breakpoints.rb +2 -2
  25. data/lib/selenium/devtools/{v149 → v152}/extensions.rb +2 -2
  26. data/lib/selenium/devtools/{v150 → v152}/fed_cm.rb +2 -2
  27. data/lib/selenium/devtools/{v150 → v152}/fetch.rb +2 -2
  28. data/lib/selenium/devtools/{v150 → v152}/file_system.rb +2 -2
  29. data/lib/selenium/devtools/{v150 → v152}/headless_experimental.rb +2 -2
  30. data/lib/selenium/devtools/{v150 → v152}/heap_profiler.rb +2 -2
  31. data/lib/selenium/devtools/{v149 → v152}/indexed_db.rb +2 -2
  32. data/lib/selenium/devtools/{v150 → v152}/input.rb +2 -2
  33. data/lib/selenium/devtools/{v150 → v152}/inspector.rb +2 -2
  34. data/lib/selenium/devtools/{v149 → v152}/io.rb +2 -2
  35. data/lib/selenium/devtools/{v150 → v152}/layer_tree.rb +2 -2
  36. data/lib/selenium/devtools/{v149 → v152}/log.rb +2 -2
  37. data/lib/selenium/devtools/{v150 → v152}/media.rb +2 -2
  38. data/lib/selenium/devtools/{v150 → v152}/memory.rb +2 -2
  39. data/lib/selenium/devtools/{v149 → v152}/network.rb +2 -2
  40. data/lib/selenium/devtools/{v149 → v152}/overlay.rb +7 -2
  41. data/lib/selenium/devtools/{v150 → v152}/page.rb +5 -4
  42. data/lib/selenium/devtools/{v149 → v152}/performance.rb +2 -2
  43. data/lib/selenium/devtools/{v150 → v152}/performance_timeline.rb +2 -2
  44. data/lib/selenium/devtools/{v149 → v152}/preload.rb +2 -2
  45. data/lib/selenium/devtools/{v150 → v152}/profiler.rb +2 -2
  46. data/lib/selenium/devtools/{v149 → v152}/pwa.rb +2 -2
  47. data/lib/selenium/devtools/{v150 → v152}/runtime.rb +2 -2
  48. data/lib/selenium/devtools/{v150 → v152}/schema.rb +2 -2
  49. data/lib/selenium/devtools/{v149 → v152}/security.rb +2 -2
  50. data/lib/selenium/devtools/{v149 → v152}/service_worker.rb +2 -2
  51. data/lib/selenium/devtools/{v150 → v152}/smart_card_emulation.rb +2 -2
  52. data/lib/selenium/devtools/{v149 → v152}/storage.rb +2 -28
  53. data/lib/selenium/devtools/{v149 → v152}/system_info.rb +2 -2
  54. data/lib/selenium/devtools/{v150 → v152}/target.rb +2 -2
  55. data/lib/selenium/devtools/{v149 → v152}/tethering.rb +2 -2
  56. data/lib/selenium/devtools/{v149 → v152}/tracing.rb +6 -4
  57. data/lib/selenium/devtools/{v149 → v152}/web_audio.rb +2 -2
  58. data/lib/selenium/devtools/{v150 → v152}/web_authn.rb +7 -4
  59. data/lib/selenium/devtools/{v149 → v152}/web_mcp.rb +2 -2
  60. data/lib/selenium/devtools/{v150.rb → v152.rb} +4 -3
  61. data/lib/selenium/devtools/{v150 → v153}/accessibility.rb +2 -2
  62. data/lib/selenium/devtools/v153/ads.rb +43 -0
  63. data/lib/selenium/devtools/{v149 → v153}/animation.rb +2 -2
  64. data/lib/selenium/devtools/{v149 → v153}/audits.rb +2 -2
  65. data/lib/selenium/devtools/{v150 → v153}/autofill.rb +2 -2
  66. data/lib/selenium/devtools/{v150 → v153}/background_service.rb +2 -2
  67. data/lib/selenium/devtools/{v149 → v153}/bluetooth_emulation.rb +2 -2
  68. data/lib/selenium/devtools/{v150 → v153}/browser.rb +2 -10
  69. data/lib/selenium/devtools/{v149 → v153}/cache_storage.rb +2 -2
  70. data/lib/selenium/devtools/{v150 → v153}/cast.rb +2 -2
  71. data/lib/selenium/devtools/{v150 → v153}/console.rb +2 -2
  72. data/lib/selenium/devtools/{v149 → v153}/crash_report_context.rb +2 -2
  73. data/lib/selenium/devtools/{v149 → v153}/css.rb +9 -2
  74. data/lib/selenium/devtools/{v149 → v153}/debugger.rb +5 -4
  75. data/lib/selenium/devtools/{v149 → v153}/device_access.rb +2 -2
  76. data/lib/selenium/devtools/{v149 → v153}/device_orientation.rb +2 -2
  77. data/lib/selenium/devtools/v153/digital_credentials.rb +47 -0
  78. data/lib/selenium/devtools/{v149 → v153}/dom.rb +10 -3
  79. data/lib/selenium/devtools/{v149 → v153}/dom_debugger.rb +2 -2
  80. data/lib/selenium/devtools/{v149 → v153}/dom_snapshot.rb +2 -2
  81. data/lib/selenium/devtools/{v150 → v153}/dom_storage.rb +2 -2
  82. data/lib/selenium/devtools/{v149 → v153}/emulation.rb +12 -9
  83. data/lib/selenium/devtools/{v150 → v153}/event_breakpoints.rb +2 -2
  84. data/lib/selenium/devtools/{v150 → v153}/extensions.rb +2 -2
  85. data/lib/selenium/devtools/{v149 → v153}/fed_cm.rb +2 -2
  86. data/lib/selenium/devtools/{v149 → v153}/fetch.rb +2 -2
  87. data/lib/selenium/devtools/{v149 → v153}/file_system.rb +2 -2
  88. data/lib/selenium/devtools/{v149 → v153}/headless_experimental.rb +2 -2
  89. data/lib/selenium/devtools/{v149 → v153}/heap_profiler.rb +2 -2
  90. data/lib/selenium/devtools/{v150 → v153}/indexed_db.rb +2 -2
  91. data/lib/selenium/devtools/{v149 → v153}/input.rb +2 -2
  92. data/lib/selenium/devtools/{v149 → v153}/inspector.rb +2 -2
  93. data/lib/selenium/devtools/{v150 → v153}/io.rb +2 -2
  94. data/lib/selenium/devtools/{v149 → v153}/layer_tree.rb +2 -2
  95. data/lib/selenium/devtools/{v150 → v153}/log.rb +2 -2
  96. data/lib/selenium/devtools/{v149 → v153}/media.rb +2 -2
  97. data/lib/selenium/devtools/{v149 → v153}/memory.rb +2 -2
  98. data/lib/selenium/devtools/{v150 → v153}/network.rb +2 -39
  99. data/lib/selenium/devtools/{v150 → v153}/overlay.rb +7 -2
  100. data/lib/selenium/devtools/{v149 → v153}/page.rb +17 -4
  101. data/lib/selenium/devtools/{v150 → v153}/performance.rb +2 -2
  102. data/lib/selenium/devtools/{v149 → v153}/performance_timeline.rb +2 -2
  103. data/lib/selenium/devtools/{v150 → v153}/preload.rb +2 -2
  104. data/lib/selenium/devtools/{v149 → v153}/profiler.rb +2 -2
  105. data/lib/selenium/devtools/{v150 → v153}/pwa.rb +2 -2
  106. data/lib/selenium/devtools/{v149 → v153}/runtime.rb +2 -2
  107. data/lib/selenium/devtools/{v149 → v153}/schema.rb +2 -2
  108. data/lib/selenium/devtools/{v150 → v153}/security.rb +2 -2
  109. data/lib/selenium/devtools/{v150 → v153}/service_worker.rb +2 -2
  110. data/lib/selenium/devtools/{v149 → v153}/smart_card_emulation.rb +2 -2
  111. data/lib/selenium/devtools/{v150 → v153}/storage.rb +2 -28
  112. data/lib/selenium/devtools/{v150 → v153}/system_info.rb +2 -2
  113. data/lib/selenium/devtools/{v149 → v153}/target.rb +2 -2
  114. data/lib/selenium/devtools/{v150 → v153}/tethering.rb +2 -2
  115. data/lib/selenium/devtools/{v150 → v153}/tracing.rb +6 -4
  116. data/lib/selenium/devtools/{v150 → v153}/web_audio.rb +2 -2
  117. data/lib/selenium/devtools/{v149 → v153}/web_authn.rb +7 -4
  118. data/lib/selenium/devtools/{v150 → v153}/web_mcp.rb +2 -2
  119. data/lib/selenium/devtools/{v149.rb → v153.rb} +5 -3
  120. data/lib/selenium/devtools/version.rb +1 -1
  121. metadata +120 -117
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V150
24
+ module V153
25
25
  class BackgroundService
26
26
  EVENTS = {
27
27
  recording_state_changed: 'recordingStateChanged',
@@ -59,6 +59,6 @@ module Selenium
59
59
  end
60
60
 
61
61
  end # BackgroundService
62
- end # V150
62
+ end # V153
63
63
  end # DevTools
64
64
  end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V149
24
+ module V153
25
25
  class BluetoothEmulation
26
26
  EVENTS = {
27
27
  gatt_operation_received: 'gattOperationReceived',
@@ -129,6 +129,6 @@ module Selenium
129
129
  end
130
130
 
131
131
  end # BluetoothEmulation
132
- end # V149
132
+ end # V153
133
133
  end # DevTools
134
134
  end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V150
24
+ module V153
25
25
  class Browser
26
26
  EVENTS = {
27
27
  download_will_begin: 'downloadWillBegin',
@@ -143,15 +143,7 @@ module Selenium
143
143
  url: url)
144
144
  end
145
145
 
146
- def add_privacy_sandbox_coordinator_key_config(api:, coordinator_origin:, key_config:, browser_context_id: nil)
147
- @devtools.send_cmd('Browser.addPrivacySandboxCoordinatorKeyConfig',
148
- api: api,
149
- coordinatorOrigin: coordinator_origin,
150
- keyConfig: key_config,
151
- browserContextId: browser_context_id)
152
- end
153
-
154
146
  end # Browser
155
- end # V150
147
+ end # V153
156
148
  end # DevTools
157
149
  end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V149
24
+ module V153
25
25
  class CacheStorage
26
26
 
27
27
  def initialize(devtools)
@@ -67,6 +67,6 @@ module Selenium
67
67
  end
68
68
 
69
69
  end # CacheStorage
70
- end # V149
70
+ end # V153
71
71
  end # DevTools
72
72
  end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V150
24
+ module V153
25
25
  class Cast
26
26
  EVENTS = {
27
27
  sinks_updated: 'sinksUpdated',
@@ -67,6 +67,6 @@ module Selenium
67
67
  end
68
68
 
69
69
  end # Cast
70
- end # V150
70
+ end # V153
71
71
  end # DevTools
72
72
  end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V150
24
+ module V153
25
25
  class Console
26
26
  EVENTS = {
27
27
  message_added: 'messageAdded',
@@ -49,6 +49,6 @@ module Selenium
49
49
  end
50
50
 
51
51
  end # Console
52
- end # V150
52
+ end # V153
53
53
  end # DevTools
54
54
  end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V149
24
+ module V153
25
25
  class CrashReportContext
26
26
 
27
27
  def initialize(devtools)
@@ -38,6 +38,6 @@ module Selenium
38
38
  end
39
39
 
40
40
  end # CrashReportContext
41
- end # V149
41
+ end # V153
42
42
  end # DevTools
43
43
  end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V149
24
+ module V153
25
25
  class CSS
26
26
  EVENTS = {
27
27
  fonts_updated: 'fontsUpdated',
@@ -198,6 +198,13 @@ module Selenium
198
198
  text: text)
199
199
  end
200
200
 
201
+ def set_container_query_condition_text(style_sheet_id:, range:, text:)
202
+ @devtools.send_cmd('CSS.setContainerQueryConditionText',
203
+ styleSheetId: style_sheet_id,
204
+ range: range,
205
+ text: text)
206
+ end
207
+
201
208
  def set_supports_text(style_sheet_id:, range:, text:)
202
209
  @devtools.send_cmd('CSS.setSupportsText',
203
210
  styleSheetId: style_sheet_id,
@@ -256,6 +263,6 @@ module Selenium
256
263
  end
257
264
 
258
265
  end # CSS
259
- end # V149
266
+ end # V153
260
267
  end # DevTools
261
268
  end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V149
24
+ module V153
25
25
  class Debugger
26
26
  EVENTS = {
27
27
  breakpoint_resolved: 'breakpointResolved',
@@ -55,7 +55,7 @@ module Selenium
55
55
  maxScriptsCacheSize: max_scripts_cache_size)
56
56
  end
57
57
 
58
- def evaluate_on_call_frame(call_frame_id:, expression:, object_group: nil, include_command_line_api: nil, silent: nil, return_by_value: nil, generate_preview: nil, throw_on_side_effect: nil, timeout: nil)
58
+ def evaluate_on_call_frame(call_frame_id:, expression:, object_group: nil, include_command_line_api: nil, silent: nil, return_by_value: nil, generate_preview: nil, throw_on_side_effect: nil, timeout: nil, scope_number: nil)
59
59
  @devtools.send_cmd('Debugger.evaluateOnCallFrame',
60
60
  callFrameId: call_frame_id,
61
61
  expression: expression,
@@ -65,7 +65,8 @@ module Selenium
65
65
  returnByValue: return_by_value,
66
66
  generatePreview: generate_preview,
67
67
  throwOnSideEffect: throw_on_side_effect,
68
- timeout: timeout)
68
+ timeout: timeout,
69
+ scopeNumber: scope_number)
69
70
  end
70
71
 
71
72
  def get_possible_breakpoints(start:, _end: nil, restrict_to_function: nil)
@@ -234,6 +235,6 @@ module Selenium
234
235
  end
235
236
 
236
237
  end # Debugger
237
- end # V149
238
+ end # V153
238
239
  end # DevTools
239
240
  end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V149
24
+ module V153
25
25
  class DeviceAccess
26
26
  EVENTS = {
27
27
  device_request_prompted: 'deviceRequestPrompted',
@@ -56,6 +56,6 @@ module Selenium
56
56
  end
57
57
 
58
58
  end # DeviceAccess
59
- end # V149
59
+ end # V153
60
60
  end # DevTools
61
61
  end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V149
24
+ module V153
25
25
  class DeviceOrientation
26
26
 
27
27
  def initialize(devtools)
@@ -45,6 +45,6 @@ module Selenium
45
45
  end
46
46
 
47
47
  end # DeviceOrientation
48
- end # V149
48
+ end # V153
49
49
  end # DevTools
50
50
  end # Selenium
@@ -0,0 +1,47 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Licensed to the Software Freedom Conservancy (SFC) under one
4
+ # or more contributor license agreements. See the NOTICE file
5
+ # distributed with this work for additional information
6
+ # regarding copyright ownership. The SFC licenses this file
7
+ # to you under the Apache License, Version 2.0 (the
8
+ # "License"); you may not use this file except in compliance
9
+ # with the License. You may obtain a copy of the License at
10
+ #
11
+ # http://www.apache.org/licenses/LICENSE-2.0
12
+ #
13
+ # Unless required by applicable law or agreed to in writing,
14
+ # software distributed under the License is distributed on an
15
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
+ # KIND, either express or implied. See the License for the
17
+ # specific language governing permissions and limitations
18
+ # under the License.
19
+
20
+ # DO NOT EDIT! This file is generated by rb/lib/selenium/devtools/support/cdp_client_generator.rb.
21
+ # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
+ module Selenium
23
+ module DevTools
24
+ module V153
25
+ class DigitalCredentials
26
+
27
+ def initialize(devtools)
28
+ @devtools = devtools
29
+ end
30
+
31
+ def on(event, &block)
32
+ event = EVENTS[event] if event.is_a?(Symbol)
33
+ @devtools.callbacks["DigitalCredentials.#{event}"] << block
34
+ end
35
+
36
+ def set_virtual_wallet_behavior(action:, protocol: nil, response: nil, frame_id: nil)
37
+ @devtools.send_cmd('DigitalCredentials.setVirtualWalletBehavior',
38
+ action: action,
39
+ protocol: protocol,
40
+ response: response,
41
+ frameId: frame_id)
42
+ end
43
+
44
+ end # DigitalCredentials
45
+ end # V153
46
+ end # DevTools
47
+ end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V149
24
+ module V153
25
25
  class DOM
26
26
  EVENTS = {
27
27
  attribute_modified: 'attributeModified',
@@ -360,13 +360,20 @@ module Selenium
360
360
  anchorSpecifier: anchor_specifier)
361
361
  end
362
362
 
363
- def force_show_popover(node_id:, enable:)
363
+ def force_show_popover(node_id:, enable:, invoker_node_id: nil)
364
364
  @devtools.send_cmd('DOM.forceShowPopover',
365
+ nodeId: node_id,
366
+ enable: enable,
367
+ invokerNodeId: invoker_node_id)
368
+ end
369
+
370
+ def force_show_interest(node_id:, enable:)
371
+ @devtools.send_cmd('DOM.forceShowInterest',
365
372
  nodeId: node_id,
366
373
  enable: enable)
367
374
  end
368
375
 
369
376
  end # DOM
370
- end # V149
377
+ end # V153
371
378
  end # DevTools
372
379
  end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V149
24
+ module V153
25
25
  class DOMDebugger
26
26
 
27
27
  def initialize(devtools)
@@ -90,6 +90,6 @@ module Selenium
90
90
  end
91
91
 
92
92
  end # DOMDebugger
93
- end # V149
93
+ end # V153
94
94
  end # DevTools
95
95
  end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V149
24
+ module V153
25
25
  class DOMSnapshot
26
26
 
27
27
  def initialize(devtools)
@@ -59,6 +59,6 @@ module Selenium
59
59
  end
60
60
 
61
61
  end # DOMSnapshot
62
- end # V149
62
+ end # V153
63
63
  end # DevTools
64
64
  end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V150
24
+ module V153
25
25
  class DOMStorage
26
26
  EVENTS = {
27
27
  dom_storage_item_added: 'domStorageItemAdded',
@@ -71,6 +71,6 @@ module Selenium
71
71
  end
72
72
 
73
73
  end # DOMStorage
74
- end # V150
74
+ end # V153
75
75
  end # DevTools
76
76
  end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V149
24
+ module V153
25
25
  class Emulation
26
26
  EVENTS = {
27
27
  virtual_time_budget_expired: 'virtualTimeBudgetExpired',
@@ -78,6 +78,11 @@ module Selenium
78
78
  insets: insets)
79
79
  end
80
80
 
81
+ def set_virtual_keyboard_geometry_override(keyboard_rect: nil)
82
+ @devtools.send_cmd('Emulation.setVirtualKeyboardGeometryOverride',
83
+ keyboardRect: keyboard_rect)
84
+ end
85
+
81
86
  def set_device_metrics_override(width:, height:, device_scale_factor:, mobile:, scale: nil, screen_width: nil, screen_height: nil, position_x: nil, position_y: nil, dont_set_visible_size: nil, screen_orientation: nil, viewport: nil, display_feature: nil, device_posture: nil, scrollbar_type: nil, screen_orientation_lock_emulation: nil)
82
87
  @devtools.send_cmd('Emulation.setDeviceMetricsOverride',
83
88
  width: width,
@@ -190,13 +195,6 @@ module Selenium
190
195
  state: state)
191
196
  end
192
197
 
193
- def set_pressure_data_override(source:, state:, own_contribution_estimate: nil)
194
- @devtools.send_cmd('Emulation.setPressureDataOverride',
195
- source: source,
196
- state: state,
197
- ownContributionEstimate: own_contribution_estimate)
198
- end
199
-
200
198
  def set_idle_override(is_user_active:, is_screen_unlocked:)
201
199
  @devtools.send_cmd('Emulation.setIdleOverride',
202
200
  isUserActive: is_user_active,
@@ -267,6 +265,11 @@ module Selenium
267
265
  hardwareConcurrency: hardware_concurrency)
268
266
  end
269
267
 
268
+ def set_cpu_performance_override(performance_tier: nil)
269
+ @devtools.send_cmd('Emulation.setCPUPerformanceOverride',
270
+ performanceTier: performance_tier)
271
+ end
272
+
270
273
  def set_user_agent_override(user_agent:, accept_language: nil, platform: nil, user_agent_metadata: nil)
271
274
  @devtools.send_cmd('Emulation.setUserAgentOverride',
272
275
  userAgent: user_agent,
@@ -329,6 +332,6 @@ module Selenium
329
332
  end
330
333
 
331
334
  end # Emulation
332
- end # V149
335
+ end # V153
333
336
  end # DevTools
334
337
  end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V150
24
+ module V153
25
25
  class EventBreakpoints
26
26
 
27
27
  def initialize(devtools)
@@ -48,6 +48,6 @@ module Selenium
48
48
  end
49
49
 
50
50
  end # EventBreakpoints
51
- end # V150
51
+ end # V153
52
52
  end # DevTools
53
53
  end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V150
24
+ module V153
25
25
  class Extensions
26
26
 
27
27
  def initialize(devtools)
@@ -82,6 +82,6 @@ module Selenium
82
82
  end
83
83
 
84
84
  end # Extensions
85
- end # V150
85
+ end # V153
86
86
  end # DevTools
87
87
  end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V149
24
+ module V153
25
25
  class FedCm
26
26
  EVENTS = {
27
27
  dialog_shown: 'dialogShown',
@@ -76,6 +76,6 @@ module Selenium
76
76
  end
77
77
 
78
78
  end # FedCm
79
- end # V149
79
+ end # V153
80
80
  end # DevTools
81
81
  end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V149
24
+ module V153
25
25
  class Fetch
26
26
  EVENTS = {
27
27
  request_paused: 'requestPaused',
@@ -99,6 +99,6 @@ module Selenium
99
99
  end
100
100
 
101
101
  end # Fetch
102
- end # V149
102
+ end # V153
103
103
  end # DevTools
104
104
  end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V149
24
+ module V153
25
25
  class FileSystem
26
26
 
27
27
  def initialize(devtools)
@@ -39,6 +39,6 @@ module Selenium
39
39
  end
40
40
 
41
41
  end # FileSystem
42
- end # V149
42
+ end # V153
43
43
  end # DevTools
44
44
  end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V149
24
+ module V153
25
25
  class HeadlessExperimental
26
26
 
27
27
  def initialize(devtools)
@@ -50,6 +50,6 @@ module Selenium
50
50
  end
51
51
 
52
52
  end # HeadlessExperimental
53
- end # V149
53
+ end # V153
54
54
  end # DevTools
55
55
  end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V149
24
+ module V153
25
25
  class HeapProfiler
26
26
  EVENTS = {
27
27
  add_heap_snapshot_chunk: 'addHeapSnapshotChunk',
@@ -106,6 +106,6 @@ module Selenium
106
106
  end
107
107
 
108
108
  end # HeapProfiler
109
- end # V149
109
+ end # V153
110
110
  end # DevTools
111
111
  end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V150
24
+ module V153
25
25
  class IndexedDB
26
26
 
27
27
  def initialize(devtools)
@@ -106,6 +106,6 @@ module Selenium
106
106
  end
107
107
 
108
108
  end # IndexedDB
109
- end # V150
109
+ end # V153
110
110
  end # DevTools
111
111
  end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V149
24
+ module V153
25
25
  class Input
26
26
  EVENTS = {
27
27
  drag_intercepted: 'dragIntercepted',
@@ -168,6 +168,6 @@ module Selenium
168
168
  end
169
169
 
170
170
  end # Input
171
- end # V149
171
+ end # V153
172
172
  end # DevTools
173
173
  end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V149
24
+ module V153
25
25
  class Inspector
26
26
  EVENTS = {
27
27
  detached: 'detached',
@@ -48,6 +48,6 @@ module Selenium
48
48
  end
49
49
 
50
50
  end # Inspector
51
- end # V149
51
+ end # V153
52
52
  end # DevTools
53
53
  end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V150
24
+ module V153
25
25
  class IO
26
26
 
27
27
  def initialize(devtools)
@@ -51,6 +51,6 @@ module Selenium
51
51
  end
52
52
 
53
53
  end # IO
54
- end # V150
54
+ end # V153
55
55
  end # DevTools
56
56
  end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V149
24
+ module V153
25
25
  class LayerTree
26
26
  EVENTS = {
27
27
  layer_painted: 'layerPainted',
@@ -87,6 +87,6 @@ module Selenium
87
87
  end
88
88
 
89
89
  end # LayerTree
90
- end # V149
90
+ end # V153
91
91
  end # DevTools
92
92
  end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V150
24
+ module V153
25
25
  class Log
26
26
  EVENTS = {
27
27
  entry_added: 'entryAdded',
@@ -58,6 +58,6 @@ module Selenium
58
58
  end
59
59
 
60
60
  end # Log
61
- end # V150
61
+ end # V153
62
62
  end # DevTools
63
63
  end # Selenium
@@ -21,7 +21,7 @@
21
21
  # Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
22
22
  module Selenium
23
23
  module DevTools
24
- module V149
24
+ module V153
25
25
  class Media
26
26
  EVENTS = {
27
27
  player_properties_changed: 'playerPropertiesChanged',
@@ -49,6 +49,6 @@ module Selenium
49
49
  end
50
50
 
51
51
  end # Media
52
- end # V149
52
+ end # V153
53
53
  end # DevTools
54
54
  end # Selenium