selenium-devtools 0.143.0 → 0.144.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.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/LICENSE +1 -1
- data/NOTICE +1 -1
- data/lib/selenium/devtools/{v141 → v144}/accessibility.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/animation.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/audits.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/autofill.rb +5 -4
- data/lib/selenium/devtools/{v141 → v144}/background_service.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/bluetooth_emulation.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/browser.rb +4 -4
- data/lib/selenium/devtools/{v141 → v144}/cache_storage.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/cast.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/console.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/css.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/debugger.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/device_access.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/device_orientation.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/dom.rb +4 -2
- data/lib/selenium/devtools/{v141 → v144}/dom_debugger.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/dom_snapshot.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/dom_storage.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/emulation.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/event_breakpoints.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/extensions.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/fed_cm.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/fetch.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/file_system.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/headless_experimental.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/heap_profiler.rb +4 -3
- data/lib/selenium/devtools/{v141 → v144}/indexed_db.rb +3 -3
- data/lib/selenium/devtools/{v141 → v144}/input.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/inspector.rb +3 -2
- data/lib/selenium/devtools/{v141 → v144}/io.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/layer_tree.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/log.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/media.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/memory.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/network.rb +21 -11
- data/lib/selenium/devtools/{v141 → v144}/overlay.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/page.rb +7 -2
- data/lib/selenium/devtools/{v141 → v144}/performance.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/performance_timeline.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/preload.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/profiler.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/pwa.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/runtime.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/schema.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/security.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/service_worker.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/storage.rb +7 -2
- data/lib/selenium/devtools/{v141 → v144}/system_info.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/target.rb +10 -4
- data/lib/selenium/devtools/{v141 → v144}/tethering.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/tracing.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/web_audio.rb +2 -2
- data/lib/selenium/devtools/{v141 → v144}/web_authn.rb +2 -2
- data/lib/selenium/devtools/{v141.rb → v144.rb} +3 -3
- data/lib/selenium/devtools/version.rb +1 -1
- metadata +56 -56
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V144
|
|
24
24
|
class Media
|
|
25
25
|
EVENTS = {
|
|
26
26
|
player_properties_changed: 'playerPropertiesChanged',
|
|
@@ -48,6 +48,6 @@ module Selenium
|
|
|
48
48
|
end
|
|
49
49
|
|
|
50
50
|
end # Media
|
|
51
|
-
end #
|
|
51
|
+
end # V144
|
|
52
52
|
end # DevTools
|
|
53
53
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V144
|
|
24
24
|
class Memory
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -81,6 +81,6 @@ module Selenium
|
|
|
81
81
|
end
|
|
82
82
|
|
|
83
83
|
end # Memory
|
|
84
|
-
end #
|
|
84
|
+
end # V144
|
|
85
85
|
end # DevTools
|
|
86
86
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V144
|
|
24
24
|
class Network
|
|
25
25
|
EVENTS = {
|
|
26
26
|
data_received: 'dataReceived',
|
|
@@ -49,6 +49,8 @@ module Selenium
|
|
|
49
49
|
direct_tcp_socket_closed: 'directTCPSocketClosed',
|
|
50
50
|
direct_tcp_socket_chunk_sent: 'directTCPSocketChunkSent',
|
|
51
51
|
direct_tcp_socket_chunk_received: 'directTCPSocketChunkReceived',
|
|
52
|
+
direct_udp_socket_joined_multicast_group: 'directUDPSocketJoinedMulticastGroup',
|
|
53
|
+
direct_udp_socket_left_multicast_group: 'directUDPSocketLeftMulticastGroup',
|
|
52
54
|
direct_udp_socket_created: 'directUDPSocketCreated',
|
|
53
55
|
direct_udp_socket_opened: 'directUDPSocketOpened',
|
|
54
56
|
direct_udp_socket_aborted: 'directUDPSocketAborted',
|
|
@@ -60,10 +62,6 @@ module Selenium
|
|
|
60
62
|
response_received_early_hints: 'responseReceivedEarlyHints',
|
|
61
63
|
trust_token_operation_done: 'trustTokenOperationDone',
|
|
62
64
|
policy_updated: 'policyUpdated',
|
|
63
|
-
subresource_web_bundle_metadata_received: 'subresourceWebBundleMetadataReceived',
|
|
64
|
-
subresource_web_bundle_metadata_error: 'subresourceWebBundleMetadataError',
|
|
65
|
-
subresource_web_bundle_inner_response_parsed: 'subresourceWebBundleInnerResponseParsed',
|
|
66
|
-
subresource_web_bundle_inner_response_error: 'subresourceWebBundleInnerResponseError',
|
|
67
65
|
reporting_api_report_added: 'reportingApiReportAdded',
|
|
68
66
|
reporting_api_report_updated: 'reportingApiReportUpdated',
|
|
69
67
|
reporting_api_endpoints_changed_for_origin: 'reportingApiEndpointsChangedForOrigin',
|
|
@@ -78,10 +76,6 @@ module Selenium
|
|
|
78
76
|
@devtools.callbacks["Network.#{event}"] << block
|
|
79
77
|
end
|
|
80
78
|
|
|
81
|
-
def get_ip_protection_proxy_status
|
|
82
|
-
@devtools.send_cmd('Network.getIPProtectionProxyStatus')
|
|
83
|
-
end
|
|
84
|
-
|
|
85
79
|
def set_accepted_encodings(encodings:)
|
|
86
80
|
@devtools.send_cmd('Network.setAcceptedEncodings',
|
|
87
81
|
encodings: encodings)
|
|
@@ -148,6 +142,21 @@ module Selenium
|
|
|
148
142
|
packetReordering: packet_reordering)
|
|
149
143
|
end
|
|
150
144
|
|
|
145
|
+
def emulate_network_conditions_by_rule(offline:, matched_network_conditions:)
|
|
146
|
+
@devtools.send_cmd('Network.emulateNetworkConditionsByRule',
|
|
147
|
+
offline: offline,
|
|
148
|
+
matchedNetworkConditions: matched_network_conditions)
|
|
149
|
+
end
|
|
150
|
+
|
|
151
|
+
def override_network_state(offline:, latency:, download_throughput:, upload_throughput:, connection_type: nil)
|
|
152
|
+
@devtools.send_cmd('Network.overrideNetworkState',
|
|
153
|
+
offline: offline,
|
|
154
|
+
latency: latency,
|
|
155
|
+
downloadThroughput: download_throughput,
|
|
156
|
+
uploadThroughput: upload_throughput,
|
|
157
|
+
connectionType: connection_type)
|
|
158
|
+
end
|
|
159
|
+
|
|
151
160
|
def enable(max_total_buffer_size: nil, max_resource_buffer_size: nil, max_post_data_size: nil, report_direct_socket_traffic: nil, enable_durable_messages: nil)
|
|
152
161
|
@devtools.send_cmd('Network.enable',
|
|
153
162
|
maxTotalBufferSize: max_total_buffer_size,
|
|
@@ -204,8 +213,9 @@ module Selenium
|
|
|
204
213
|
isRegex: is_regex)
|
|
205
214
|
end
|
|
206
215
|
|
|
207
|
-
def set_blocked_urls(urls:)
|
|
216
|
+
def set_blocked_urls(url_patterns: nil, urls: nil)
|
|
208
217
|
@devtools.send_cmd('Network.setBlockedURLs',
|
|
218
|
+
urlPatterns: url_patterns,
|
|
209
219
|
urls: urls)
|
|
210
220
|
end
|
|
211
221
|
|
|
@@ -295,6 +305,6 @@ module Selenium
|
|
|
295
305
|
end
|
|
296
306
|
|
|
297
307
|
end # Network
|
|
298
|
-
end #
|
|
308
|
+
end # V144
|
|
299
309
|
end # DevTools
|
|
300
310
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V144
|
|
24
24
|
class Overlay
|
|
25
25
|
EVENTS = {
|
|
26
26
|
inspect_node_requested: 'inspectNodeRequested',
|
|
@@ -202,6 +202,6 @@ module Selenium
|
|
|
202
202
|
end
|
|
203
203
|
|
|
204
204
|
end # Overlay
|
|
205
|
-
end #
|
|
205
|
+
end # V144
|
|
206
206
|
end # DevTools
|
|
207
207
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V144
|
|
24
24
|
class Page
|
|
25
25
|
EVENTS = {
|
|
26
26
|
dom_content_event_fired: 'domContentEventFired',
|
|
@@ -408,7 +408,12 @@ module Selenium
|
|
|
408
408
|
isAllowed: is_allowed)
|
|
409
409
|
end
|
|
410
410
|
|
|
411
|
+
def get_annotated_page_content(include_actionable_information: nil)
|
|
412
|
+
@devtools.send_cmd('Page.getAnnotatedPageContent',
|
|
413
|
+
includeActionableInformation: include_actionable_information)
|
|
414
|
+
end
|
|
415
|
+
|
|
411
416
|
end # Page
|
|
412
|
-
end #
|
|
417
|
+
end # V144
|
|
413
418
|
end # DevTools
|
|
414
419
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V144
|
|
24
24
|
class Performance
|
|
25
25
|
EVENTS = {
|
|
26
26
|
metrics: 'metrics',
|
|
@@ -54,6 +54,6 @@ module Selenium
|
|
|
54
54
|
end
|
|
55
55
|
|
|
56
56
|
end # Performance
|
|
57
|
-
end #
|
|
57
|
+
end # V144
|
|
58
58
|
end # DevTools
|
|
59
59
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V144
|
|
24
24
|
class PerformanceTimeline
|
|
25
25
|
EVENTS = {
|
|
26
26
|
timeline_event_added: 'timelineEventAdded',
|
|
@@ -41,6 +41,6 @@ module Selenium
|
|
|
41
41
|
end
|
|
42
42
|
|
|
43
43
|
end # PerformanceTimeline
|
|
44
|
-
end #
|
|
44
|
+
end # V144
|
|
45
45
|
end # DevTools
|
|
46
46
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V144
|
|
24
24
|
class Preload
|
|
25
25
|
EVENTS = {
|
|
26
26
|
rule_set_updated: 'ruleSetUpdated',
|
|
@@ -49,6 +49,6 @@ module Selenium
|
|
|
49
49
|
end
|
|
50
50
|
|
|
51
51
|
end # Preload
|
|
52
|
-
end #
|
|
52
|
+
end # V144
|
|
53
53
|
end # DevTools
|
|
54
54
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V144
|
|
24
24
|
class Profiler
|
|
25
25
|
EVENTS = {
|
|
26
26
|
console_profile_finished: 'consoleProfileFinished',
|
|
@@ -78,6 +78,6 @@ module Selenium
|
|
|
78
78
|
end
|
|
79
79
|
|
|
80
80
|
end # Profiler
|
|
81
|
-
end #
|
|
81
|
+
end # V144
|
|
82
82
|
end # DevTools
|
|
83
83
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V144
|
|
24
24
|
class PWA
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -73,6 +73,6 @@ module Selenium
|
|
|
73
73
|
end
|
|
74
74
|
|
|
75
75
|
end # PWA
|
|
76
|
-
end #
|
|
76
|
+
end # V144
|
|
77
77
|
end # DevTools
|
|
78
78
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V144
|
|
24
24
|
class Runtime
|
|
25
25
|
EVENTS = {
|
|
26
26
|
binding_called: 'bindingCalled',
|
|
@@ -197,6 +197,6 @@ module Selenium
|
|
|
197
197
|
end
|
|
198
198
|
|
|
199
199
|
end # Runtime
|
|
200
|
-
end #
|
|
200
|
+
end # V144
|
|
201
201
|
end # DevTools
|
|
202
202
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V144
|
|
24
24
|
class Schema
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -37,6 +37,6 @@ module Selenium
|
|
|
37
37
|
end
|
|
38
38
|
|
|
39
39
|
end # Schema
|
|
40
|
-
end #
|
|
40
|
+
end # V144
|
|
41
41
|
end # DevTools
|
|
42
42
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V144
|
|
24
24
|
class Security
|
|
25
25
|
EVENTS = {
|
|
26
26
|
certificate_error: 'certificateError',
|
|
@@ -62,6 +62,6 @@ module Selenium
|
|
|
62
62
|
end
|
|
63
63
|
|
|
64
64
|
end # Security
|
|
65
|
-
end #
|
|
65
|
+
end # V144
|
|
66
66
|
end # DevTools
|
|
67
67
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V144
|
|
24
24
|
class ServiceWorker
|
|
25
25
|
EVENTS = {
|
|
26
26
|
worker_error_reported: 'workerErrorReported',
|
|
@@ -102,6 +102,6 @@ module Selenium
|
|
|
102
102
|
end
|
|
103
103
|
|
|
104
104
|
end # ServiceWorker
|
|
105
|
-
end #
|
|
105
|
+
end # V144
|
|
106
106
|
end # DevTools
|
|
107
107
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V144
|
|
24
24
|
class Storage
|
|
25
25
|
EVENTS = {
|
|
26
26
|
cache_storage_content_updated: 'cacheStorageContentUpdated',
|
|
@@ -54,6 +54,11 @@ module Selenium
|
|
|
54
54
|
frameId: frame_id)
|
|
55
55
|
end
|
|
56
56
|
|
|
57
|
+
def get_storage_key(frame_id: nil)
|
|
58
|
+
@devtools.send_cmd('Storage.getStorageKey',
|
|
59
|
+
frameId: frame_id)
|
|
60
|
+
end
|
|
61
|
+
|
|
57
62
|
def clear_data_for_origin(origin:, storage_types:)
|
|
58
63
|
@devtools.send_cmd('Storage.clearDataForOrigin',
|
|
59
64
|
origin: origin,
|
|
@@ -244,6 +249,6 @@ module Selenium
|
|
|
244
249
|
end
|
|
245
250
|
|
|
246
251
|
end # Storage
|
|
247
|
-
end #
|
|
252
|
+
end # V144
|
|
248
253
|
end # DevTools
|
|
249
254
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V144
|
|
24
24
|
class SystemInfo
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -46,6 +46,6 @@ module Selenium
|
|
|
46
46
|
end
|
|
47
47
|
|
|
48
48
|
end # SystemInfo
|
|
49
|
-
end #
|
|
49
|
+
end # V144
|
|
50
50
|
end # DevTools
|
|
51
51
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V144
|
|
24
24
|
class Target
|
|
25
25
|
EVENTS = {
|
|
26
26
|
attached_to_target: 'attachedToTarget',
|
|
@@ -150,12 +150,18 @@ module Selenium
|
|
|
150
150
|
locations: locations)
|
|
151
151
|
end
|
|
152
152
|
|
|
153
|
-
def
|
|
154
|
-
@devtools.send_cmd('Target.
|
|
153
|
+
def get_dev_tools_target(target_id:)
|
|
154
|
+
@devtools.send_cmd('Target.getDevToolsTarget',
|
|
155
155
|
targetId: target_id)
|
|
156
156
|
end
|
|
157
157
|
|
|
158
|
+
def open_dev_tools(target_id:, panel_id: nil)
|
|
159
|
+
@devtools.send_cmd('Target.openDevTools',
|
|
160
|
+
targetId: target_id,
|
|
161
|
+
panelId: panel_id)
|
|
162
|
+
end
|
|
163
|
+
|
|
158
164
|
end # Target
|
|
159
|
-
end #
|
|
165
|
+
end # V144
|
|
160
166
|
end # DevTools
|
|
161
167
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V144
|
|
24
24
|
class Tethering
|
|
25
25
|
EVENTS = {
|
|
26
26
|
accepted: 'accepted',
|
|
@@ -46,6 +46,6 @@ module Selenium
|
|
|
46
46
|
end
|
|
47
47
|
|
|
48
48
|
end # Tethering
|
|
49
|
-
end #
|
|
49
|
+
end # V144
|
|
50
50
|
end # DevTools
|
|
51
51
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V144
|
|
24
24
|
class Tracing
|
|
25
25
|
EVENTS = {
|
|
26
26
|
buffer_usage: 'bufferUsage',
|
|
@@ -70,6 +70,6 @@ module Selenium
|
|
|
70
70
|
end
|
|
71
71
|
|
|
72
72
|
end # Tracing
|
|
73
|
-
end #
|
|
73
|
+
end # V144
|
|
74
74
|
end # DevTools
|
|
75
75
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V144
|
|
24
24
|
class WebAudio
|
|
25
25
|
EVENTS = {
|
|
26
26
|
context_created: 'contextCreated',
|
|
@@ -61,6 +61,6 @@ module Selenium
|
|
|
61
61
|
end
|
|
62
62
|
|
|
63
63
|
end # WebAudio
|
|
64
|
-
end #
|
|
64
|
+
end # V144
|
|
65
65
|
end # DevTools
|
|
66
66
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V144
|
|
24
24
|
class WebAuthn
|
|
25
25
|
EVENTS = {
|
|
26
26
|
credential_added: 'credentialAdded',
|
|
@@ -114,6 +114,6 @@ module Selenium
|
|
|
114
114
|
end
|
|
115
115
|
|
|
116
116
|
end # WebAuthn
|
|
117
|
-
end #
|
|
117
|
+
end # V144
|
|
118
118
|
end # DevTools
|
|
119
119
|
end # Selenium
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
|
|
22
|
-
Dir.glob("#{File.dirname(File.absolute_path(__FILE__))}/
|
|
22
|
+
Dir.glob("#{File.dirname(File.absolute_path(__FILE__))}/v144/*", &method(:require))
|
|
23
23
|
|
|
24
24
|
module Selenium
|
|
25
25
|
module DevTools
|
|
26
|
-
module
|
|
26
|
+
module V144
|
|
27
27
|
METHODS_TO_CLASSES = {
|
|
28
28
|
accessibility: 'Accessibility',
|
|
29
29
|
animation: 'Animation',
|
|
@@ -79,6 +79,6 @@ module Selenium
|
|
|
79
79
|
runtime: 'Runtime',
|
|
80
80
|
schema: 'Schema',
|
|
81
81
|
}.freeze
|
|
82
|
-
end #
|
|
82
|
+
end # V144
|
|
83
83
|
end # DevTools
|
|
84
84
|
end # Selenium
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: selenium-devtools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.144.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alex Rodionov
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2026-03-14 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: selenium-webdriver
|
|
@@ -41,60 +41,6 @@ files:
|
|
|
41
41
|
- LICENSE
|
|
42
42
|
- NOTICE
|
|
43
43
|
- lib/selenium/devtools.rb
|
|
44
|
-
- lib/selenium/devtools/v141.rb
|
|
45
|
-
- lib/selenium/devtools/v141/accessibility.rb
|
|
46
|
-
- lib/selenium/devtools/v141/animation.rb
|
|
47
|
-
- lib/selenium/devtools/v141/audits.rb
|
|
48
|
-
- lib/selenium/devtools/v141/autofill.rb
|
|
49
|
-
- lib/selenium/devtools/v141/background_service.rb
|
|
50
|
-
- lib/selenium/devtools/v141/bluetooth_emulation.rb
|
|
51
|
-
- lib/selenium/devtools/v141/browser.rb
|
|
52
|
-
- lib/selenium/devtools/v141/cache_storage.rb
|
|
53
|
-
- lib/selenium/devtools/v141/cast.rb
|
|
54
|
-
- lib/selenium/devtools/v141/console.rb
|
|
55
|
-
- lib/selenium/devtools/v141/css.rb
|
|
56
|
-
- lib/selenium/devtools/v141/debugger.rb
|
|
57
|
-
- lib/selenium/devtools/v141/device_access.rb
|
|
58
|
-
- lib/selenium/devtools/v141/device_orientation.rb
|
|
59
|
-
- lib/selenium/devtools/v141/dom.rb
|
|
60
|
-
- lib/selenium/devtools/v141/dom_debugger.rb
|
|
61
|
-
- lib/selenium/devtools/v141/dom_snapshot.rb
|
|
62
|
-
- lib/selenium/devtools/v141/dom_storage.rb
|
|
63
|
-
- lib/selenium/devtools/v141/emulation.rb
|
|
64
|
-
- lib/selenium/devtools/v141/event_breakpoints.rb
|
|
65
|
-
- lib/selenium/devtools/v141/extensions.rb
|
|
66
|
-
- lib/selenium/devtools/v141/fed_cm.rb
|
|
67
|
-
- lib/selenium/devtools/v141/fetch.rb
|
|
68
|
-
- lib/selenium/devtools/v141/file_system.rb
|
|
69
|
-
- lib/selenium/devtools/v141/headless_experimental.rb
|
|
70
|
-
- lib/selenium/devtools/v141/heap_profiler.rb
|
|
71
|
-
- lib/selenium/devtools/v141/indexed_db.rb
|
|
72
|
-
- lib/selenium/devtools/v141/input.rb
|
|
73
|
-
- lib/selenium/devtools/v141/inspector.rb
|
|
74
|
-
- lib/selenium/devtools/v141/io.rb
|
|
75
|
-
- lib/selenium/devtools/v141/layer_tree.rb
|
|
76
|
-
- lib/selenium/devtools/v141/log.rb
|
|
77
|
-
- lib/selenium/devtools/v141/media.rb
|
|
78
|
-
- lib/selenium/devtools/v141/memory.rb
|
|
79
|
-
- lib/selenium/devtools/v141/network.rb
|
|
80
|
-
- lib/selenium/devtools/v141/overlay.rb
|
|
81
|
-
- lib/selenium/devtools/v141/page.rb
|
|
82
|
-
- lib/selenium/devtools/v141/performance.rb
|
|
83
|
-
- lib/selenium/devtools/v141/performance_timeline.rb
|
|
84
|
-
- lib/selenium/devtools/v141/preload.rb
|
|
85
|
-
- lib/selenium/devtools/v141/profiler.rb
|
|
86
|
-
- lib/selenium/devtools/v141/pwa.rb
|
|
87
|
-
- lib/selenium/devtools/v141/runtime.rb
|
|
88
|
-
- lib/selenium/devtools/v141/schema.rb
|
|
89
|
-
- lib/selenium/devtools/v141/security.rb
|
|
90
|
-
- lib/selenium/devtools/v141/service_worker.rb
|
|
91
|
-
- lib/selenium/devtools/v141/storage.rb
|
|
92
|
-
- lib/selenium/devtools/v141/system_info.rb
|
|
93
|
-
- lib/selenium/devtools/v141/target.rb
|
|
94
|
-
- lib/selenium/devtools/v141/tethering.rb
|
|
95
|
-
- lib/selenium/devtools/v141/tracing.rb
|
|
96
|
-
- lib/selenium/devtools/v141/web_audio.rb
|
|
97
|
-
- lib/selenium/devtools/v141/web_authn.rb
|
|
98
44
|
- lib/selenium/devtools/v142.rb
|
|
99
45
|
- lib/selenium/devtools/v142/accessibility.rb
|
|
100
46
|
- lib/selenium/devtools/v142/animation.rb
|
|
@@ -203,6 +149,60 @@ files:
|
|
|
203
149
|
- lib/selenium/devtools/v143/tracing.rb
|
|
204
150
|
- lib/selenium/devtools/v143/web_audio.rb
|
|
205
151
|
- lib/selenium/devtools/v143/web_authn.rb
|
|
152
|
+
- lib/selenium/devtools/v144.rb
|
|
153
|
+
- lib/selenium/devtools/v144/accessibility.rb
|
|
154
|
+
- lib/selenium/devtools/v144/animation.rb
|
|
155
|
+
- lib/selenium/devtools/v144/audits.rb
|
|
156
|
+
- lib/selenium/devtools/v144/autofill.rb
|
|
157
|
+
- lib/selenium/devtools/v144/background_service.rb
|
|
158
|
+
- lib/selenium/devtools/v144/bluetooth_emulation.rb
|
|
159
|
+
- lib/selenium/devtools/v144/browser.rb
|
|
160
|
+
- lib/selenium/devtools/v144/cache_storage.rb
|
|
161
|
+
- lib/selenium/devtools/v144/cast.rb
|
|
162
|
+
- lib/selenium/devtools/v144/console.rb
|
|
163
|
+
- lib/selenium/devtools/v144/css.rb
|
|
164
|
+
- lib/selenium/devtools/v144/debugger.rb
|
|
165
|
+
- lib/selenium/devtools/v144/device_access.rb
|
|
166
|
+
- lib/selenium/devtools/v144/device_orientation.rb
|
|
167
|
+
- lib/selenium/devtools/v144/dom.rb
|
|
168
|
+
- lib/selenium/devtools/v144/dom_debugger.rb
|
|
169
|
+
- lib/selenium/devtools/v144/dom_snapshot.rb
|
|
170
|
+
- lib/selenium/devtools/v144/dom_storage.rb
|
|
171
|
+
- lib/selenium/devtools/v144/emulation.rb
|
|
172
|
+
- lib/selenium/devtools/v144/event_breakpoints.rb
|
|
173
|
+
- lib/selenium/devtools/v144/extensions.rb
|
|
174
|
+
- lib/selenium/devtools/v144/fed_cm.rb
|
|
175
|
+
- lib/selenium/devtools/v144/fetch.rb
|
|
176
|
+
- lib/selenium/devtools/v144/file_system.rb
|
|
177
|
+
- lib/selenium/devtools/v144/headless_experimental.rb
|
|
178
|
+
- lib/selenium/devtools/v144/heap_profiler.rb
|
|
179
|
+
- lib/selenium/devtools/v144/indexed_db.rb
|
|
180
|
+
- lib/selenium/devtools/v144/input.rb
|
|
181
|
+
- lib/selenium/devtools/v144/inspector.rb
|
|
182
|
+
- lib/selenium/devtools/v144/io.rb
|
|
183
|
+
- lib/selenium/devtools/v144/layer_tree.rb
|
|
184
|
+
- lib/selenium/devtools/v144/log.rb
|
|
185
|
+
- lib/selenium/devtools/v144/media.rb
|
|
186
|
+
- lib/selenium/devtools/v144/memory.rb
|
|
187
|
+
- lib/selenium/devtools/v144/network.rb
|
|
188
|
+
- lib/selenium/devtools/v144/overlay.rb
|
|
189
|
+
- lib/selenium/devtools/v144/page.rb
|
|
190
|
+
- lib/selenium/devtools/v144/performance.rb
|
|
191
|
+
- lib/selenium/devtools/v144/performance_timeline.rb
|
|
192
|
+
- lib/selenium/devtools/v144/preload.rb
|
|
193
|
+
- lib/selenium/devtools/v144/profiler.rb
|
|
194
|
+
- lib/selenium/devtools/v144/pwa.rb
|
|
195
|
+
- lib/selenium/devtools/v144/runtime.rb
|
|
196
|
+
- lib/selenium/devtools/v144/schema.rb
|
|
197
|
+
- lib/selenium/devtools/v144/security.rb
|
|
198
|
+
- lib/selenium/devtools/v144/service_worker.rb
|
|
199
|
+
- lib/selenium/devtools/v144/storage.rb
|
|
200
|
+
- lib/selenium/devtools/v144/system_info.rb
|
|
201
|
+
- lib/selenium/devtools/v144/target.rb
|
|
202
|
+
- lib/selenium/devtools/v144/tethering.rb
|
|
203
|
+
- lib/selenium/devtools/v144/tracing.rb
|
|
204
|
+
- lib/selenium/devtools/v144/web_audio.rb
|
|
205
|
+
- lib/selenium/devtools/v144/web_authn.rb
|
|
206
206
|
- lib/selenium/devtools/version.rb
|
|
207
207
|
- selenium-devtools.gemspec
|
|
208
208
|
homepage: https://selenium.dev
|