selenium-devtools 0.136.0 → 0.137.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/lib/selenium/devtools/{v134 → v137}/accessibility.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/animation.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/audits.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/autofill.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/background_service.rb +2 -2
- data/lib/selenium/devtools/v137/bluetooth_emulation.rb +119 -0
- data/lib/selenium/devtools/{v134 → v137}/browser.rb +10 -2
- data/lib/selenium/devtools/{v134 → v137}/cache_storage.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/cast.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/console.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/css.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/debugger.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/device_access.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/device_orientation.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/dom.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/dom_debugger.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/dom_snapshot.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/dom_storage.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/emulation.rb +27 -4
- data/lib/selenium/devtools/{v134 → v137}/event_breakpoints.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/extensions.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/fed_cm.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/fetch.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/file_system.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/headless_experimental.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/heap_profiler.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/indexed_db.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/input.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/inspector.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/io.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/layer_tree.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/log.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/media.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/memory.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/network.rb +9 -2
- data/lib/selenium/devtools/{v134 → v137}/overlay.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/page.rb +10 -8
- data/lib/selenium/devtools/{v134 → v137}/performance.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/performance_timeline.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/preload.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/profiler.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/pwa.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/runtime.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/schema.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/security.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/service_worker.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/storage.rb +9 -2
- data/lib/selenium/devtools/{v134 → v137}/system_info.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/target.rb +8 -6
- data/lib/selenium/devtools/{v134 → v137}/tethering.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/tracing.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/web_audio.rb +2 -2
- data/lib/selenium/devtools/{v134 → v137}/web_authn.rb +2 -2
- data/lib/selenium/devtools/{v134.rb → v137.rb} +3 -3
- data/lib/selenium/devtools/version.rb +1 -1
- data/selenium-devtools.gemspec +1 -1
- metadata +58 -58
- data/lib/selenium/devtools/v134/bluetooth_emulation.rb +0 -60
@@ -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 V137
|
24
24
|
class Inspector
|
25
25
|
EVENTS = {
|
26
26
|
detached: 'detached',
|
@@ -46,6 +46,6 @@ module Selenium
|
|
46
46
|
end
|
47
47
|
|
48
48
|
end # Inspector
|
49
|
-
end #
|
49
|
+
end # V137
|
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 V137
|
24
24
|
class IO
|
25
25
|
|
26
26
|
def initialize(devtools)
|
@@ -50,6 +50,6 @@ module Selenium
|
|
50
50
|
end
|
51
51
|
|
52
52
|
end # IO
|
53
|
-
end #
|
53
|
+
end # V137
|
54
54
|
end # DevTools
|
55
55
|
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 V137
|
24
24
|
class LayerTree
|
25
25
|
EVENTS = {
|
26
26
|
layer_painted: 'layerPainted',
|
@@ -86,6 +86,6 @@ module Selenium
|
|
86
86
|
end
|
87
87
|
|
88
88
|
end # LayerTree
|
89
|
-
end #
|
89
|
+
end # V137
|
90
90
|
end # DevTools
|
91
91
|
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 V137
|
24
24
|
class Log
|
25
25
|
EVENTS = {
|
26
26
|
entry_added: 'entryAdded',
|
@@ -57,6 +57,6 @@ module Selenium
|
|
57
57
|
end
|
58
58
|
|
59
59
|
end # Log
|
60
|
-
end #
|
60
|
+
end # V137
|
61
61
|
end # DevTools
|
62
62
|
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 V137
|
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 # V137
|
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 V137
|
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 # V137
|
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 V137
|
24
24
|
class Network
|
25
25
|
EVENTS = {
|
26
26
|
data_received: 'dataReceived',
|
@@ -43,6 +43,13 @@ module Selenium
|
|
43
43
|
web_transport_created: 'webTransportCreated',
|
44
44
|
web_transport_connection_established: 'webTransportConnectionEstablished',
|
45
45
|
web_transport_closed: 'webTransportClosed',
|
46
|
+
direct_tcp_socket_created: 'directTCPSocketCreated',
|
47
|
+
direct_tcp_socket_opened: 'directTCPSocketOpened',
|
48
|
+
direct_tcp_socket_aborted: 'directTCPSocketAborted',
|
49
|
+
direct_tcp_socket_closed: 'directTCPSocketClosed',
|
50
|
+
direct_tcp_socket_chunk_sent: 'directTCPSocketChunkSent',
|
51
|
+
direct_tcp_socket_chunk_received: 'directTCPSocketChunkReceived',
|
52
|
+
direct_tcp_socket_chunk_error: 'directTCPSocketChunkError',
|
46
53
|
request_will_be_sent_extra_info: 'requestWillBeSentExtraInfo',
|
47
54
|
response_received_extra_info: 'responseReceivedExtraInfo',
|
48
55
|
response_received_early_hints: 'responseReceivedEarlyHints',
|
@@ -277,6 +284,6 @@ module Selenium
|
|
277
284
|
end
|
278
285
|
|
279
286
|
end # Network
|
280
|
-
end #
|
287
|
+
end # V137
|
281
288
|
end # DevTools
|
282
289
|
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 V137
|
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 # V137
|
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 V137
|
24
24
|
class Page
|
25
25
|
EVENTS = {
|
26
26
|
dom_content_event_fired: 'domContentEventFired',
|
@@ -123,8 +123,9 @@ module Selenium
|
|
123
123
|
@devtools.send_cmd('Page.disable')
|
124
124
|
end
|
125
125
|
|
126
|
-
def enable
|
127
|
-
@devtools.send_cmd('Page.enable'
|
126
|
+
def enable(enable_file_chooser_opened_event: nil)
|
127
|
+
@devtools.send_cmd('Page.enable',
|
128
|
+
enableFileChooserOpenedEvent: enable_file_chooser_opened_event)
|
128
129
|
end
|
129
130
|
|
130
131
|
def get_app_manifest(manifest_id: nil)
|
@@ -144,8 +145,8 @@ module Selenium
|
|
144
145
|
@devtools.send_cmd('Page.getAppId')
|
145
146
|
end
|
146
147
|
|
147
|
-
def
|
148
|
-
@devtools.send_cmd('Page.
|
148
|
+
def get_ad_script_ancestry_ids(frame_id:)
|
149
|
+
@devtools.send_cmd('Page.getAdScriptAncestryIds',
|
149
150
|
frameId: frame_id)
|
150
151
|
end
|
151
152
|
|
@@ -396,9 +397,10 @@ module Selenium
|
|
396
397
|
@devtools.send_cmd('Page.waitForDebugger')
|
397
398
|
end
|
398
399
|
|
399
|
-
def set_intercept_file_chooser_dialog(enabled:)
|
400
|
+
def set_intercept_file_chooser_dialog(enabled:, cancel: nil)
|
400
401
|
@devtools.send_cmd('Page.setInterceptFileChooserDialog',
|
401
|
-
enabled: enabled
|
402
|
+
enabled: enabled,
|
403
|
+
cancel: cancel)
|
402
404
|
end
|
403
405
|
|
404
406
|
def set_prerendering_allowed(is_allowed:)
|
@@ -407,6 +409,6 @@ module Selenium
|
|
407
409
|
end
|
408
410
|
|
409
411
|
end # Page
|
410
|
-
end #
|
412
|
+
end # V137
|
411
413
|
end # DevTools
|
412
414
|
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 V137
|
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 # V137
|
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 V137
|
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 # V137
|
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 V137
|
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 # V137
|
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 V137
|
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 # V137
|
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 V137
|
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 # V137
|
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 V137
|
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 # V137
|
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 V137
|
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 # V137
|
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 V137
|
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 # V137
|
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 V137
|
24
24
|
class ServiceWorker
|
25
25
|
EVENTS = {
|
26
26
|
worker_error_reported: 'workerErrorReported',
|
@@ -107,6 +107,6 @@ module Selenium
|
|
107
107
|
end
|
108
108
|
|
109
109
|
end # ServiceWorker
|
110
|
-
end #
|
110
|
+
end # V137
|
111
111
|
end # DevTools
|
112
112
|
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 V137
|
24
24
|
class Storage
|
25
25
|
EVENTS = {
|
26
26
|
cache_storage_content_updated: 'cacheStorageContentUpdated',
|
@@ -233,7 +233,14 @@ module Selenium
|
|
233
233
|
thirdPartyUrls: third_party_urls)
|
234
234
|
end
|
235
235
|
|
236
|
+
def set_protected_audience_k_anonymity(owner:, name:, hashes:)
|
237
|
+
@devtools.send_cmd('Storage.setProtectedAudienceKAnonymity',
|
238
|
+
owner: owner,
|
239
|
+
name: name,
|
240
|
+
hashes: hashes)
|
241
|
+
end
|
242
|
+
|
236
243
|
end # Storage
|
237
|
-
end #
|
244
|
+
end # V137
|
238
245
|
end # DevTools
|
239
246
|
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 V137
|
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 # V137
|
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 V137
|
24
24
|
class Target
|
25
25
|
EVENTS = {
|
26
26
|
attached_to_target: 'attachedToTarget',
|
@@ -61,10 +61,11 @@ module Selenium
|
|
61
61
|
targetId: target_id)
|
62
62
|
end
|
63
63
|
|
64
|
-
def expose_dev_tools_protocol(target_id:, binding_name: nil)
|
64
|
+
def expose_dev_tools_protocol(target_id:, binding_name: nil, inherit_permissions: nil)
|
65
65
|
@devtools.send_cmd('Target.exposeDevToolsProtocol',
|
66
66
|
targetId: target_id,
|
67
|
-
bindingName: binding_name
|
67
|
+
bindingName: binding_name,
|
68
|
+
inheritPermissions: inherit_permissions)
|
68
69
|
end
|
69
70
|
|
70
71
|
def create_browser_context(dispose_on_detach: nil, proxy_server: nil, proxy_bypass_list: nil, origins_with_universal_network_access: nil)
|
@@ -79,7 +80,7 @@ module Selenium
|
|
79
80
|
@devtools.send_cmd('Target.getBrowserContexts')
|
80
81
|
end
|
81
82
|
|
82
|
-
def create_target(url:, left: nil, top: nil, width: nil, height: nil, window_state: nil, browser_context_id: nil, enable_begin_frame_control: nil, new_window: nil, background: nil, for_tab: nil)
|
83
|
+
def create_target(url:, left: nil, top: nil, width: nil, height: nil, window_state: nil, browser_context_id: nil, enable_begin_frame_control: nil, new_window: nil, background: nil, for_tab: nil, hidden: nil)
|
83
84
|
@devtools.send_cmd('Target.createTarget',
|
84
85
|
url: url,
|
85
86
|
left: left,
|
@@ -91,7 +92,8 @@ module Selenium
|
|
91
92
|
enableBeginFrameControl: enable_begin_frame_control,
|
92
93
|
newWindow: new_window,
|
93
94
|
background: background,
|
94
|
-
forTab: for_tab
|
95
|
+
forTab: for_tab,
|
96
|
+
hidden: hidden)
|
95
97
|
end
|
96
98
|
|
97
99
|
def detach_from_target(session_id: nil, target_id: nil)
|
@@ -149,6 +151,6 @@ module Selenium
|
|
149
151
|
end
|
150
152
|
|
151
153
|
end # Target
|
152
|
-
end #
|
154
|
+
end # V137
|
153
155
|
end # DevTools
|
154
156
|
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 V137
|
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 # V137
|
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 V137
|
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 # V137
|
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 V137
|
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 # V137
|
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 V137
|
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 # V137
|
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__))}/v137/*", &method(:require))
|
23
23
|
|
24
24
|
module Selenium
|
25
25
|
module DevTools
|
26
|
-
module
|
26
|
+
module V137
|
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 # V137
|
83
83
|
end # DevTools
|
84
84
|
end # Selenium
|
data/selenium-devtools.gemspec
CHANGED
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
|
|
28
28
|
}
|
29
29
|
|
30
30
|
s.required_rubygems_version = Gem::Requirement.new('> 1.3.1') if s.respond_to? :required_rubygems_version=
|
31
|
-
s.required_ruby_version = Gem::Requirement.new('>= 3.
|
31
|
+
s.required_ruby_version = Gem::Requirement.new('>= 3.2')
|
32
32
|
|
33
33
|
s.files = [
|
34
34
|
'LICENSE',
|