selenium-devtools 0.92.0 → 0.93.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 (98) hide show
  1. checksums.yaml +4 -4
  2. data/lib/selenium/devtools/{v90 → v93}/accessibility.rb +2 -2
  3. data/lib/selenium/devtools/{v91 → v93}/animation.rb +2 -2
  4. data/lib/selenium/devtools/{v91 → v93}/application_cache.rb +2 -2
  5. data/lib/selenium/devtools/{v90 → v93}/audits.rb +2 -2
  6. data/lib/selenium/devtools/{v90 → v93}/background_service.rb +2 -2
  7. data/lib/selenium/devtools/{v91 → v93}/browser.rb +2 -2
  8. data/lib/selenium/devtools/{v91 → v93}/cache_storage.rb +2 -2
  9. data/lib/selenium/devtools/{v91 → v93}/cast.rb +2 -2
  10. data/lib/selenium/devtools/{v91 → v93}/console.rb +2 -2
  11. data/lib/selenium/devtools/{v90 → v93}/css.rb +9 -2
  12. data/lib/selenium/devtools/{v90 → v93}/database.rb +2 -2
  13. data/lib/selenium/devtools/{v91 → v93}/debugger.rb +2 -2
  14. data/lib/selenium/devtools/{v91 → v93}/device_orientation.rb +2 -2
  15. data/lib/selenium/devtools/{v90 → v93}/dom.rb +8 -2
  16. data/lib/selenium/devtools/{v90 → v93}/dom_debugger.rb +2 -2
  17. data/lib/selenium/devtools/{v91 → v93}/dom_snapshot.rb +6 -4
  18. data/lib/selenium/devtools/{v90 → v93}/dom_storage.rb +2 -2
  19. data/lib/selenium/devtools/{v91 → v93}/emulation.rb +2 -2
  20. data/lib/selenium/devtools/{v91 → v93}/fetch.rb +2 -2
  21. data/lib/selenium/devtools/{v91 → v93}/headless_experimental.rb +2 -2
  22. data/lib/selenium/devtools/{v90 → v93}/heap_profiler.rb +8 -6
  23. data/lib/selenium/devtools/{v90 → v93}/indexed_db.rb +2 -2
  24. data/lib/selenium/devtools/{v91 → v93}/input.rb +2 -2
  25. data/lib/selenium/devtools/{v90 → v93}/inspector.rb +2 -2
  26. data/lib/selenium/devtools/{v90 → v93}/io.rb +2 -2
  27. data/lib/selenium/devtools/{v90 → v93}/layer_tree.rb +2 -2
  28. data/lib/selenium/devtools/{v91 → v93}/log.rb +2 -2
  29. data/lib/selenium/devtools/{v91 → v93}/media.rb +2 -2
  30. data/lib/selenium/devtools/{v90 → v93}/memory.rb +2 -2
  31. data/lib/selenium/devtools/{v91 → v93}/network.rb +6 -8
  32. data/lib/selenium/devtools/{v91 → v93}/overlay.rb +7 -2
  33. data/lib/selenium/devtools/{v91 → v93}/page.rb +6 -4
  34. data/lib/selenium/devtools/{v90 → v93}/performance.rb +2 -2
  35. data/lib/selenium/devtools/{v91 → v93}/performance_timeline.rb +2 -2
  36. data/lib/selenium/devtools/{v91 → v93}/profiler.rb +2 -2
  37. data/lib/selenium/devtools/{v91 → v93}/runtime.rb +5 -4
  38. data/lib/selenium/devtools/{v91 → v93}/schema.rb +2 -2
  39. data/lib/selenium/devtools/{v90 → v93}/security.rb +2 -2
  40. data/lib/selenium/devtools/{v90 → v93}/service_worker.rb +2 -2
  41. data/lib/selenium/devtools/{v91 → v93}/storage.rb +2 -2
  42. data/lib/selenium/devtools/{v90 → v93}/system_info.rb +2 -2
  43. data/lib/selenium/devtools/{v90 → v93}/target.rb +2 -2
  44. data/lib/selenium/devtools/{v90 → v93}/tethering.rb +2 -2
  45. data/lib/selenium/devtools/{v91 → v93}/tracing.rb +2 -2
  46. data/lib/selenium/devtools/{v90 → v93}/web_audio.rb +2 -2
  47. data/lib/selenium/devtools/{v90 → v93}/web_authn.rb +2 -2
  48. data/lib/selenium/devtools/v93.rb +1 -0
  49. data/lib/selenium/devtools/version.rb +1 -1
  50. metadata +49 -96
  51. data/lib/selenium/devtools/v90/animation.rb +0 -94
  52. data/lib/selenium/devtools/v90/application_cache.rb +0 -60
  53. data/lib/selenium/devtools/v90/browser.rb +0 -124
  54. data/lib/selenium/devtools/v90/cache_storage.rb +0 -69
  55. data/lib/selenium/devtools/v90/cast.rb +0 -66
  56. data/lib/selenium/devtools/v90/console.rb +0 -53
  57. data/lib/selenium/devtools/v90/debugger.rb +0 -220
  58. data/lib/selenium/devtools/v90/device_orientation.rb +0 -49
  59. data/lib/selenium/devtools/v90/dom_snapshot.rb +0 -61
  60. data/lib/selenium/devtools/v90/emulation.rb +0 -192
  61. data/lib/selenium/devtools/v90/fetch.rb +0 -93
  62. data/lib/selenium/devtools/v90/headless_experimental.rb +0 -57
  63. data/lib/selenium/devtools/v90/input.rb +0 -142
  64. data/lib/selenium/devtools/v90/log.rb +0 -62
  65. data/lib/selenium/devtools/v90/media.rb +0 -53
  66. data/lib/selenium/devtools/v90/network.rb +0 -248
  67. data/lib/selenium/devtools/v90/overlay.rb +0 -187
  68. data/lib/selenium/devtools/v90/page.rb +0 -377
  69. data/lib/selenium/devtools/v90/performance_timeline.rb +0 -46
  70. data/lib/selenium/devtools/v90/profiler.rb +0 -119
  71. data/lib/selenium/devtools/v90/runtime.rb +0 -192
  72. data/lib/selenium/devtools/v90/schema.rb +0 -42
  73. data/lib/selenium/devtools/v90/storage.rb +0 -101
  74. data/lib/selenium/devtools/v90/tracing.rb +0 -74
  75. data/lib/selenium/devtools/v90.rb +0 -1
  76. data/lib/selenium/devtools/v91/accessibility.rb +0 -73
  77. data/lib/selenium/devtools/v91/audits.rb +0 -62
  78. data/lib/selenium/devtools/v91/background_service.rb +0 -63
  79. data/lib/selenium/devtools/v91/css.rb +0 -175
  80. data/lib/selenium/devtools/v91/database.rb +0 -60
  81. data/lib/selenium/devtools/v91/dom.rb +0 -323
  82. data/lib/selenium/devtools/v91/dom_debugger.rb +0 -94
  83. data/lib/selenium/devtools/v91/dom_storage.rb +0 -75
  84. data/lib/selenium/devtools/v91/heap_profiler.rb +0 -103
  85. data/lib/selenium/devtools/v91/indexed_db.rb +0 -96
  86. data/lib/selenium/devtools/v91/inspector.rb +0 -51
  87. data/lib/selenium/devtools/v91/io.rb +0 -55
  88. data/lib/selenium/devtools/v91/layer_tree.rb +0 -91
  89. data/lib/selenium/devtools/v91/memory.rb +0 -82
  90. data/lib/selenium/devtools/v91/performance.rb +0 -59
  91. data/lib/selenium/devtools/v91/security.rb +0 -67
  92. data/lib/selenium/devtools/v91/service_worker.rb +0 -112
  93. data/lib/selenium/devtools/v91/system_info.rb +0 -46
  94. data/lib/selenium/devtools/v91/target.rb +0 -139
  95. data/lib/selenium/devtools/v91/tethering.rb +0 -51
  96. data/lib/selenium/devtools/v91/web_audio.rb +0 -66
  97. data/lib/selenium/devtools/v91/web_authn.rb +0 -96
  98. data/lib/selenium/devtools/v91.rb +0 -1
@@ -1,62 +0,0 @@
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
- # This file is automatically generated. Any changes will be lost!
21
- module Selenium
22
- module DevTools
23
- module V90
24
- class Log
25
- EVENTS = {
26
- entry_added: 'entryAdded',
27
- }.freeze
28
-
29
- def initialize(devtools)
30
- @devtools = devtools
31
- end
32
-
33
- def on(event, &block)
34
- event = EVENTS[event] if event.is_a?(Symbol)
35
- @devtools.callbacks["Log.#{event}"] << block
36
- end
37
-
38
- def clear
39
- @devtools.send_cmd('Log.clear')
40
- end
41
-
42
- def disable
43
- @devtools.send_cmd('Log.disable')
44
- end
45
-
46
- def enable
47
- @devtools.send_cmd('Log.enable')
48
- end
49
-
50
- def start_violations_report(config:)
51
- @devtools.send_cmd('Log.startViolationsReport',
52
- config: config)
53
- end
54
-
55
- def stop_violations_report
56
- @devtools.send_cmd('Log.stopViolationsReport')
57
- end
58
-
59
- end # Log
60
- end # V90
61
- end # DevTools
62
- end # Selenium
@@ -1,53 +0,0 @@
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
- # This file is automatically generated. Any changes will be lost!
21
- module Selenium
22
- module DevTools
23
- module V90
24
- class Media
25
- EVENTS = {
26
- player_properties_changed: 'playerPropertiesChanged',
27
- player_events_added: 'playerEventsAdded',
28
- player_messages_logged: 'playerMessagesLogged',
29
- player_errors_raised: 'playerErrorsRaised',
30
- players_created: 'playersCreated',
31
- }.freeze
32
-
33
- def initialize(devtools)
34
- @devtools = devtools
35
- end
36
-
37
- def on(event, &block)
38
- event = EVENTS[event] if event.is_a?(Symbol)
39
- @devtools.callbacks["Media.#{event}"] << block
40
- end
41
-
42
- def enable
43
- @devtools.send_cmd('Media.enable')
44
- end
45
-
46
- def disable
47
- @devtools.send_cmd('Media.disable')
48
- end
49
-
50
- end # Media
51
- end # V90
52
- end # DevTools
53
- end # Selenium
@@ -1,248 +0,0 @@
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
- # This file is automatically generated. Any changes will be lost!
21
- module Selenium
22
- module DevTools
23
- module V90
24
- class Network
25
- EVENTS = {
26
- data_received: 'dataReceived',
27
- event_source_message_received: 'eventSourceMessageReceived',
28
- loading_failed: 'loadingFailed',
29
- loading_finished: 'loadingFinished',
30
- request_intercepted: 'requestIntercepted',
31
- request_served_from_cache: 'requestServedFromCache',
32
- request_will_be_sent: 'requestWillBeSent',
33
- resource_changed_priority: 'resourceChangedPriority',
34
- signed_exchange_received: 'signedExchangeReceived',
35
- response_received: 'responseReceived',
36
- web_socket_closed: 'webSocketClosed',
37
- web_socket_created: 'webSocketCreated',
38
- web_socket_frame_error: 'webSocketFrameError',
39
- web_socket_frame_received: 'webSocketFrameReceived',
40
- web_socket_frame_sent: 'webSocketFrameSent',
41
- web_socket_handshake_response_received: 'webSocketHandshakeResponseReceived',
42
- web_socket_will_send_handshake_request: 'webSocketWillSendHandshakeRequest',
43
- web_transport_created: 'webTransportCreated',
44
- web_transport_connection_established: 'webTransportConnectionEstablished',
45
- web_transport_closed: 'webTransportClosed',
46
- request_will_be_sent_extra_info: 'requestWillBeSentExtraInfo',
47
- response_received_extra_info: 'responseReceivedExtraInfo',
48
- trust_token_operation_done: 'trustTokenOperationDone',
49
- }.freeze
50
-
51
- def initialize(devtools)
52
- @devtools = devtools
53
- end
54
-
55
- def on(event, &block)
56
- event = EVENTS[event] if event.is_a?(Symbol)
57
- @devtools.callbacks["Network.#{event}"] << block
58
- end
59
-
60
- def can_clear_browser_cache
61
- @devtools.send_cmd('Network.canClearBrowserCache')
62
- end
63
-
64
- def can_clear_browser_cookies
65
- @devtools.send_cmd('Network.canClearBrowserCookies')
66
- end
67
-
68
- def can_emulate_network_conditions
69
- @devtools.send_cmd('Network.canEmulateNetworkConditions')
70
- end
71
-
72
- def clear_browser_cache
73
- @devtools.send_cmd('Network.clearBrowserCache')
74
- end
75
-
76
- def clear_browser_cookies
77
- @devtools.send_cmd('Network.clearBrowserCookies')
78
- end
79
-
80
- def continue_intercepted_request(interception_id:, error_reason: nil, raw_response: nil, url: nil, method: nil, post_data: nil, headers: nil, auth_challenge_response: nil)
81
- @devtools.send_cmd('Network.continueInterceptedRequest',
82
- interceptionId: interception_id,
83
- errorReason: error_reason,
84
- rawResponse: raw_response,
85
- url: url,
86
- method: method,
87
- postData: post_data,
88
- headers: headers,
89
- authChallengeResponse: auth_challenge_response)
90
- end
91
-
92
- def delete_cookies(name:, url: nil, domain: nil, path: nil)
93
- @devtools.send_cmd('Network.deleteCookies',
94
- name: name,
95
- url: url,
96
- domain: domain,
97
- path: path)
98
- end
99
-
100
- def disable
101
- @devtools.send_cmd('Network.disable')
102
- end
103
-
104
- def emulate_network_conditions(offline:, latency:, download_throughput:, upload_throughput:, connection_type: nil)
105
- @devtools.send_cmd('Network.emulateNetworkConditions',
106
- offline: offline,
107
- latency: latency,
108
- downloadThroughput: download_throughput,
109
- uploadThroughput: upload_throughput,
110
- connectionType: connection_type)
111
- end
112
-
113
- def enable(max_total_buffer_size: nil, max_resource_buffer_size: nil, max_post_data_size: nil)
114
- @devtools.send_cmd('Network.enable',
115
- maxTotalBufferSize: max_total_buffer_size,
116
- maxResourceBufferSize: max_resource_buffer_size,
117
- maxPostDataSize: max_post_data_size)
118
- end
119
-
120
- def get_all_cookies
121
- @devtools.send_cmd('Network.getAllCookies')
122
- end
123
-
124
- def get_certificate(origin:)
125
- @devtools.send_cmd('Network.getCertificate',
126
- origin: origin)
127
- end
128
-
129
- def get_cookies(urls: nil)
130
- @devtools.send_cmd('Network.getCookies',
131
- urls: urls)
132
- end
133
-
134
- def get_response_body(request_id:)
135
- @devtools.send_cmd('Network.getResponseBody',
136
- requestId: request_id)
137
- end
138
-
139
- def get_request_post_data(request_id:)
140
- @devtools.send_cmd('Network.getRequestPostData',
141
- requestId: request_id)
142
- end
143
-
144
- def get_response_body_for_interception(interception_id:)
145
- @devtools.send_cmd('Network.getResponseBodyForInterception',
146
- interceptionId: interception_id)
147
- end
148
-
149
- def take_response_body_for_interception_as_stream(interception_id:)
150
- @devtools.send_cmd('Network.takeResponseBodyForInterceptionAsStream',
151
- interceptionId: interception_id)
152
- end
153
-
154
- def replay_xhr(request_id:)
155
- @devtools.send_cmd('Network.replayXHR',
156
- requestId: request_id)
157
- end
158
-
159
- def search_in_response_body(request_id:, query:, case_sensitive: nil, is_regex: nil)
160
- @devtools.send_cmd('Network.searchInResponseBody',
161
- requestId: request_id,
162
- query: query,
163
- caseSensitive: case_sensitive,
164
- isRegex: is_regex)
165
- end
166
-
167
- def set_blocked_urls(urls:)
168
- @devtools.send_cmd('Network.setBlockedURLs',
169
- urls: urls)
170
- end
171
-
172
- def set_bypass_service_worker(bypass:)
173
- @devtools.send_cmd('Network.setBypassServiceWorker',
174
- bypass: bypass)
175
- end
176
-
177
- def set_cache_disabled(cache_disabled:)
178
- @devtools.send_cmd('Network.setCacheDisabled',
179
- cacheDisabled: cache_disabled)
180
- end
181
-
182
- def set_cookie(name:, value:, url: nil, domain: nil, path: nil, secure: nil, http_only: nil, same_site: nil, expires: nil, priority: nil, same_party: nil, source_scheme: nil, source_port: nil)
183
- @devtools.send_cmd('Network.setCookie',
184
- name: name,
185
- value: value,
186
- url: url,
187
- domain: domain,
188
- path: path,
189
- secure: secure,
190
- httpOnly: http_only,
191
- sameSite: same_site,
192
- expires: expires,
193
- priority: priority,
194
- sameParty: same_party,
195
- sourceScheme: source_scheme,
196
- sourcePort: source_port)
197
- end
198
-
199
- def set_cookies(cookies:)
200
- @devtools.send_cmd('Network.setCookies',
201
- cookies: cookies)
202
- end
203
-
204
- def set_data_size_limits_for_test(max_total_size:, max_resource_size:)
205
- @devtools.send_cmd('Network.setDataSizeLimitsForTest',
206
- maxTotalSize: max_total_size,
207
- maxResourceSize: max_resource_size)
208
- end
209
-
210
- def set_extra_http_headers(headers:)
211
- @devtools.send_cmd('Network.setExtraHTTPHeaders',
212
- headers: headers)
213
- end
214
-
215
- def set_attach_debug_stack(enabled:)
216
- @devtools.send_cmd('Network.setAttachDebugStack',
217
- enabled: enabled)
218
- end
219
-
220
- def set_request_interception(patterns:)
221
- @devtools.send_cmd('Network.setRequestInterception',
222
- patterns: patterns)
223
- end
224
-
225
- def set_user_agent_override(user_agent:, accept_language: nil, platform: nil, user_agent_metadata: nil)
226
- @devtools.send_cmd('Network.setUserAgentOverride',
227
- userAgent: user_agent,
228
- acceptLanguage: accept_language,
229
- platform: platform,
230
- userAgentMetadata: user_agent_metadata)
231
- end
232
-
233
- def get_security_isolation_status(frame_id: nil)
234
- @devtools.send_cmd('Network.getSecurityIsolationStatus',
235
- frameId: frame_id)
236
- end
237
-
238
- def load_network_resource(frame_id:, url:, options:)
239
- @devtools.send_cmd('Network.loadNetworkResource',
240
- frameId: frame_id,
241
- url: url,
242
- options: options)
243
- end
244
-
245
- end # Network
246
- end # V90
247
- end # DevTools
248
- end # Selenium
@@ -1,187 +0,0 @@
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
- # This file is automatically generated. Any changes will be lost!
21
- module Selenium
22
- module DevTools
23
- module V90
24
- class Overlay
25
- EVENTS = {
26
- inspect_node_requested: 'inspectNodeRequested',
27
- node_highlight_requested: 'nodeHighlightRequested',
28
- screenshot_requested: 'screenshotRequested',
29
- inspect_mode_canceled: 'inspectModeCanceled',
30
- }.freeze
31
-
32
- def initialize(devtools)
33
- @devtools = devtools
34
- end
35
-
36
- def on(event, &block)
37
- event = EVENTS[event] if event.is_a?(Symbol)
38
- @devtools.callbacks["Overlay.#{event}"] << block
39
- end
40
-
41
- def disable
42
- @devtools.send_cmd('Overlay.disable')
43
- end
44
-
45
- def enable
46
- @devtools.send_cmd('Overlay.enable')
47
- end
48
-
49
- def get_highlight_object_for_test(node_id:, include_distance: nil, include_style: nil, color_format: nil, show_accessibility_info: nil)
50
- @devtools.send_cmd('Overlay.getHighlightObjectForTest',
51
- nodeId: node_id,
52
- includeDistance: include_distance,
53
- includeStyle: include_style,
54
- colorFormat: color_format,
55
- showAccessibilityInfo: show_accessibility_info)
56
- end
57
-
58
- def get_grid_highlight_objects_for_test(node_ids:)
59
- @devtools.send_cmd('Overlay.getGridHighlightObjectsForTest',
60
- nodeIds: node_ids)
61
- end
62
-
63
- def get_source_order_highlight_object_for_test(node_id:)
64
- @devtools.send_cmd('Overlay.getSourceOrderHighlightObjectForTest',
65
- nodeId: node_id)
66
- end
67
-
68
- def hide_highlight
69
- @devtools.send_cmd('Overlay.hideHighlight')
70
- end
71
-
72
- def highlight_frame(frame_id:, content_color: nil, content_outline_color: nil)
73
- @devtools.send_cmd('Overlay.highlightFrame',
74
- frameId: frame_id,
75
- contentColor: content_color,
76
- contentOutlineColor: content_outline_color)
77
- end
78
-
79
- def highlight_node(highlight_config:, node_id: nil, backend_node_id: nil, object_id: nil, selector: nil)
80
- @devtools.send_cmd('Overlay.highlightNode',
81
- highlightConfig: highlight_config,
82
- nodeId: node_id,
83
- backendNodeId: backend_node_id,
84
- objectId: object_id,
85
- selector: selector)
86
- end
87
-
88
- def highlight_quad(quad:, color: nil, outline_color: nil)
89
- @devtools.send_cmd('Overlay.highlightQuad',
90
- quad: quad,
91
- color: color,
92
- outlineColor: outline_color)
93
- end
94
-
95
- def highlight_rect(x:, y:, width:, height:, color: nil, outline_color: nil)
96
- @devtools.send_cmd('Overlay.highlightRect',
97
- x: x,
98
- y: y,
99
- width: width,
100
- height: height,
101
- color: color,
102
- outlineColor: outline_color)
103
- end
104
-
105
- def highlight_source_order(source_order_config:, node_id: nil, backend_node_id: nil, object_id: nil)
106
- @devtools.send_cmd('Overlay.highlightSourceOrder',
107
- sourceOrderConfig: source_order_config,
108
- nodeId: node_id,
109
- backendNodeId: backend_node_id,
110
- objectId: object_id)
111
- end
112
-
113
- def set_inspect_mode(mode:, highlight_config: nil)
114
- @devtools.send_cmd('Overlay.setInspectMode',
115
- mode: mode,
116
- highlightConfig: highlight_config)
117
- end
118
-
119
- def set_show_ad_highlights(show:)
120
- @devtools.send_cmd('Overlay.setShowAdHighlights',
121
- show: show)
122
- end
123
-
124
- def set_paused_in_debugger_message(message: nil)
125
- @devtools.send_cmd('Overlay.setPausedInDebuggerMessage',
126
- message: message)
127
- end
128
-
129
- def set_show_debug_borders(show:)
130
- @devtools.send_cmd('Overlay.setShowDebugBorders',
131
- show: show)
132
- end
133
-
134
- def set_show_fps_counter(show:)
135
- @devtools.send_cmd('Overlay.setShowFPSCounter',
136
- show: show)
137
- end
138
-
139
- def set_show_grid_overlays(grid_node_highlight_configs:)
140
- @devtools.send_cmd('Overlay.setShowGridOverlays',
141
- gridNodeHighlightConfigs: grid_node_highlight_configs)
142
- end
143
-
144
- def set_show_flex_overlays(flex_node_highlight_configs:)
145
- @devtools.send_cmd('Overlay.setShowFlexOverlays',
146
- flexNodeHighlightConfigs: flex_node_highlight_configs)
147
- end
148
-
149
- def set_show_paint_rects(result:)
150
- @devtools.send_cmd('Overlay.setShowPaintRects',
151
- result: result)
152
- end
153
-
154
- def set_show_layout_shift_regions(result:)
155
- @devtools.send_cmd('Overlay.setShowLayoutShiftRegions',
156
- result: result)
157
- end
158
-
159
- def set_show_scroll_bottleneck_rects(show:)
160
- @devtools.send_cmd('Overlay.setShowScrollBottleneckRects',
161
- show: show)
162
- end
163
-
164
- def set_show_hit_test_borders(show:)
165
- @devtools.send_cmd('Overlay.setShowHitTestBorders',
166
- show: show)
167
- end
168
-
169
- def set_show_web_vitals(show:)
170
- @devtools.send_cmd('Overlay.setShowWebVitals',
171
- show: show)
172
- end
173
-
174
- def set_show_viewport_size_on_resize(show:)
175
- @devtools.send_cmd('Overlay.setShowViewportSizeOnResize',
176
- show: show)
177
- end
178
-
179
- def set_show_hinge(hinge_config: nil)
180
- @devtools.send_cmd('Overlay.setShowHinge',
181
- hingeConfig: hinge_config)
182
- end
183
-
184
- end # Overlay
185
- end # V90
186
- end # DevTools
187
- end # Selenium