selenium-devtools 0.96.0 → 0.97.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/LICENSE +1 -1
- data/NOTICE +1 -1
- data/lib/selenium/devtools/README.md +7 -0
- data/lib/selenium/devtools/{v94 → v97}/accessibility.rb +4 -3
- data/lib/selenium/devtools/{v94 → v97}/animation.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/audits.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/background_service.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/browser.rb +2 -2
- data/lib/selenium/devtools/{v94 → v97}/cache_storage.rb +2 -2
- data/lib/selenium/devtools/{v94 → v97}/cast.rb +2 -2
- data/lib/selenium/devtools/{v94 → v97}/console.rb +2 -2
- data/lib/selenium/devtools/{v94 → v97}/css.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/database.rb +2 -2
- data/lib/selenium/devtools/{v94 → v97}/debugger.rb +2 -2
- data/lib/selenium/devtools/{v94 → v97}/device_orientation.rb +2 -2
- data/lib/selenium/devtools/{v94 → v97}/dom.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/dom_debugger.rb +2 -2
- data/lib/selenium/devtools/{v94 → v97}/dom_snapshot.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/dom_storage.rb +2 -2
- data/lib/selenium/devtools/{v94 → v97}/emulation.rb +7 -2
- data/lib/selenium/devtools/{v93/console.rb → v97/event_breakpoints.rb} +11 -16
- data/lib/selenium/devtools/{v94 → v97}/fetch.rb +11 -2
- data/lib/selenium/devtools/{v94 → v97}/headless_experimental.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/heap_profiler.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/indexed_db.rb +2 -2
- data/lib/selenium/devtools/{v94 → v97}/input.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/inspector.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/io.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/layer_tree.rb +2 -2
- data/lib/selenium/devtools/{v94 → v97}/log.rb +2 -2
- data/lib/selenium/devtools/{v94 → v97}/media.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/memory.rb +2 -2
- data/lib/selenium/devtools/{v94 → v97}/network.rb +9 -2
- data/lib/selenium/devtools/{v93 → v97}/overlay.rb +7 -2
- data/lib/selenium/devtools/{v94 → v97}/page.rb +11 -7
- data/lib/selenium/devtools/{v93 → v97}/performance.rb +2 -2
- data/lib/selenium/devtools/{v94 → v97}/performance_timeline.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/profiler.rb +2 -26
- data/lib/selenium/devtools/{v94 → v97}/runtime.rb +5 -4
- data/lib/selenium/devtools/{v94 → v97}/schema.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/security.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/service_worker.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/storage.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/system_info.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/target.rb +8 -2
- data/lib/selenium/devtools/{v93 → v97}/tethering.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/tracing.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/web_audio.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/web_authn.rb +2 -2
- data/lib/selenium/devtools/v97.rb +1 -0
- data/lib/selenium/devtools/version.rb +1 -1
- metadata +50 -96
- data/lib/selenium/devtools/v93/accessibility.rb +0 -73
- data/lib/selenium/devtools/v93/animation.rb +0 -94
- data/lib/selenium/devtools/v93/application_cache.rb +0 -60
- data/lib/selenium/devtools/v93/cache_storage.rb +0 -69
- data/lib/selenium/devtools/v93/cast.rb +0 -66
- data/lib/selenium/devtools/v93/css.rb +0 -182
- data/lib/selenium/devtools/v93/debugger.rb +0 -220
- data/lib/selenium/devtools/v93/device_orientation.rb +0 -49
- data/lib/selenium/devtools/v93/dom.rb +0 -329
- data/lib/selenium/devtools/v93/dom_snapshot.rb +0 -63
- data/lib/selenium/devtools/v93/emulation.rb +0 -192
- data/lib/selenium/devtools/v93/fetch.rb +0 -93
- data/lib/selenium/devtools/v93/headless_experimental.rb +0 -57
- data/lib/selenium/devtools/v93/input.rb +0 -159
- data/lib/selenium/devtools/v93/log.rb +0 -62
- data/lib/selenium/devtools/v93/media.rb +0 -53
- data/lib/selenium/devtools/v93/network.rb +0 -255
- data/lib/selenium/devtools/v93/page.rb +0 -384
- data/lib/selenium/devtools/v93/performance_timeline.rb +0 -46
- data/lib/selenium/devtools/v93/runtime.rb +0 -193
- data/lib/selenium/devtools/v93/schema.rb +0 -42
- data/lib/selenium/devtools/v93.rb +0 -1
- data/lib/selenium/devtools/v94/application_cache.rb +0 -60
- data/lib/selenium/devtools/v94/audits.rb +0 -62
- data/lib/selenium/devtools/v94/background_service.rb +0 -63
- data/lib/selenium/devtools/v94/browser.rb +0 -135
- data/lib/selenium/devtools/v94/database.rb +0 -60
- data/lib/selenium/devtools/v94/dom_debugger.rb +0 -94
- data/lib/selenium/devtools/v94/dom_storage.rb +0 -75
- data/lib/selenium/devtools/v94/heap_profiler.rb +0 -105
- data/lib/selenium/devtools/v94/indexed_db.rb +0 -96
- data/lib/selenium/devtools/v94/inspector.rb +0 -51
- data/lib/selenium/devtools/v94/io.rb +0 -55
- data/lib/selenium/devtools/v94/layer_tree.rb +0 -91
- data/lib/selenium/devtools/v94/memory.rb +0 -82
- data/lib/selenium/devtools/v94/overlay.rb +0 -197
- data/lib/selenium/devtools/v94/performance.rb +0 -59
- data/lib/selenium/devtools/v94/profiler.rb +0 -119
- data/lib/selenium/devtools/v94/security.rb +0 -67
- data/lib/selenium/devtools/v94/service_worker.rb +0 -112
- data/lib/selenium/devtools/v94/storage.rb +0 -106
- data/lib/selenium/devtools/v94/system_info.rb +0 -46
- data/lib/selenium/devtools/v94/target.rb +0 -139
- data/lib/selenium/devtools/v94/tethering.rb +0 -51
- data/lib/selenium/devtools/v94/tracing.rb +0 -75
- data/lib/selenium/devtools/v94/web_audio.rb +0 -66
- data/lib/selenium/devtools/v94/web_authn.rb +0 -96
- data/lib/selenium/devtools/v94.rb +0 -1
|
@@ -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 V97
|
|
24
24
|
class Page
|
|
25
25
|
EVENTS = {
|
|
26
26
|
dom_content_event_fired: 'domContentEventFired',
|
|
@@ -135,6 +135,10 @@ module Selenium
|
|
|
135
135
|
@devtools.send_cmd('Page.getManifestIcons')
|
|
136
136
|
end
|
|
137
137
|
|
|
138
|
+
def get_app_id
|
|
139
|
+
@devtools.send_cmd('Page.getAppId')
|
|
140
|
+
end
|
|
141
|
+
|
|
138
142
|
def get_cookies
|
|
139
143
|
@devtools.send_cmd('Page.getCookies')
|
|
140
144
|
end
|
|
@@ -348,11 +352,6 @@ module Selenium
|
|
|
348
352
|
@devtools.send_cmd('Page.stopScreencast')
|
|
349
353
|
end
|
|
350
354
|
|
|
351
|
-
def set_produce_compilation_cache(enabled:)
|
|
352
|
-
@devtools.send_cmd('Page.setProduceCompilationCache',
|
|
353
|
-
enabled: enabled)
|
|
354
|
-
end
|
|
355
|
-
|
|
356
355
|
def produce_compilation_cache(scripts:)
|
|
357
356
|
@devtools.send_cmd('Page.produceCompilationCache',
|
|
358
357
|
scripts: scripts)
|
|
@@ -368,6 +367,11 @@ module Selenium
|
|
|
368
367
|
@devtools.send_cmd('Page.clearCompilationCache')
|
|
369
368
|
end
|
|
370
369
|
|
|
370
|
+
def set_spc_transaction_mode(mode:)
|
|
371
|
+
@devtools.send_cmd('Page.setSPCTransactionMode',
|
|
372
|
+
mode: mode)
|
|
373
|
+
end
|
|
374
|
+
|
|
371
375
|
def generate_test_report(message:, group: nil)
|
|
372
376
|
@devtools.send_cmd('Page.generateTestReport',
|
|
373
377
|
message: message,
|
|
@@ -384,6 +388,6 @@ module Selenium
|
|
|
384
388
|
end
|
|
385
389
|
|
|
386
390
|
end # Page
|
|
387
|
-
end #
|
|
391
|
+
end # V97
|
|
388
392
|
end # DevTools
|
|
389
393
|
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 V97
|
|
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 # V97
|
|
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 V97
|
|
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 # V97
|
|
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 V97
|
|
24
24
|
class Profiler
|
|
25
25
|
EVENTS = {
|
|
26
26
|
console_profile_finished: 'consoleProfileFinished',
|
|
@@ -89,31 +89,7 @@ module Selenium
|
|
|
89
89
|
@devtools.send_cmd('Profiler.takeTypeProfile')
|
|
90
90
|
end
|
|
91
91
|
|
|
92
|
-
def enable_counters
|
|
93
|
-
@devtools.send_cmd('Profiler.enableCounters')
|
|
94
|
-
end
|
|
95
|
-
|
|
96
|
-
def disable_counters
|
|
97
|
-
@devtools.send_cmd('Profiler.disableCounters')
|
|
98
|
-
end
|
|
99
|
-
|
|
100
|
-
def get_counters
|
|
101
|
-
@devtools.send_cmd('Profiler.getCounters')
|
|
102
|
-
end
|
|
103
|
-
|
|
104
|
-
def enable_runtime_call_stats
|
|
105
|
-
@devtools.send_cmd('Profiler.enableRuntimeCallStats')
|
|
106
|
-
end
|
|
107
|
-
|
|
108
|
-
def disable_runtime_call_stats
|
|
109
|
-
@devtools.send_cmd('Profiler.disableRuntimeCallStats')
|
|
110
|
-
end
|
|
111
|
-
|
|
112
|
-
def get_runtime_call_stats
|
|
113
|
-
@devtools.send_cmd('Profiler.getRuntimeCallStats')
|
|
114
|
-
end
|
|
115
|
-
|
|
116
92
|
end # Profiler
|
|
117
|
-
end #
|
|
93
|
+
end # V97
|
|
118
94
|
end # DevTools
|
|
119
95
|
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 V97
|
|
24
24
|
class Runtime
|
|
25
25
|
EVENTS = {
|
|
26
26
|
binding_called: 'bindingCalled',
|
|
@@ -111,12 +111,13 @@ module Selenium
|
|
|
111
111
|
@devtools.send_cmd('Runtime.getHeapUsage')
|
|
112
112
|
end
|
|
113
113
|
|
|
114
|
-
def get_properties(object_id:, own_properties: nil, accessor_properties_only: nil, generate_preview: nil)
|
|
114
|
+
def get_properties(object_id:, own_properties: nil, accessor_properties_only: nil, generate_preview: nil, non_indexed_properties_only: nil)
|
|
115
115
|
@devtools.send_cmd('Runtime.getProperties',
|
|
116
116
|
objectId: object_id,
|
|
117
117
|
ownProperties: own_properties,
|
|
118
118
|
accessorPropertiesOnly: accessor_properties_only,
|
|
119
|
-
generatePreview: generate_preview
|
|
119
|
+
generatePreview: generate_preview,
|
|
120
|
+
nonIndexedPropertiesOnly: non_indexed_properties_only)
|
|
120
121
|
end
|
|
121
122
|
|
|
122
123
|
def global_lexical_scope_names(execution_context_id: nil)
|
|
@@ -188,6 +189,6 @@ module Selenium
|
|
|
188
189
|
end
|
|
189
190
|
|
|
190
191
|
end # Runtime
|
|
191
|
-
end #
|
|
192
|
+
end # V97
|
|
192
193
|
end # DevTools
|
|
193
194
|
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 V97
|
|
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 # V97
|
|
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 V97
|
|
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 # V97
|
|
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 V97
|
|
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 # V97
|
|
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 V97
|
|
24
24
|
class Storage
|
|
25
25
|
EVENTS = {
|
|
26
26
|
cache_storage_content_updated: 'cacheStorageContentUpdated',
|
|
@@ -101,6 +101,6 @@ module Selenium
|
|
|
101
101
|
end
|
|
102
102
|
|
|
103
103
|
end # Storage
|
|
104
|
-
end #
|
|
104
|
+
end # V97
|
|
105
105
|
end # DevTools
|
|
106
106
|
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 V97
|
|
24
24
|
class SystemInfo
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -41,6 +41,6 @@ module Selenium
|
|
|
41
41
|
end
|
|
42
42
|
|
|
43
43
|
end # SystemInfo
|
|
44
|
-
end #
|
|
44
|
+
end # V97
|
|
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 V97
|
|
24
24
|
class Target
|
|
25
25
|
EVENTS = {
|
|
26
26
|
attached_to_target: 'attachedToTarget',
|
|
@@ -123,6 +123,12 @@ module Selenium
|
|
|
123
123
|
flatten: flatten)
|
|
124
124
|
end
|
|
125
125
|
|
|
126
|
+
def auto_attach_related(target_id:, wait_for_debugger_on_start:)
|
|
127
|
+
@devtools.send_cmd('Target.autoAttachRelated',
|
|
128
|
+
targetId: target_id,
|
|
129
|
+
waitForDebuggerOnStart: wait_for_debugger_on_start)
|
|
130
|
+
end
|
|
131
|
+
|
|
126
132
|
def set_discover_targets(discover:)
|
|
127
133
|
@devtools.send_cmd('Target.setDiscoverTargets',
|
|
128
134
|
discover: discover)
|
|
@@ -134,6 +140,6 @@ module Selenium
|
|
|
134
140
|
end
|
|
135
141
|
|
|
136
142
|
end # Target
|
|
137
|
-
end #
|
|
143
|
+
end # V97
|
|
138
144
|
end # DevTools
|
|
139
145
|
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 V97
|
|
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 # V97
|
|
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 V97
|
|
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 # V97
|
|
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 V97
|
|
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 # V97
|
|
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 V97
|
|
24
24
|
class WebAuthn
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -91,6 +91,6 @@ module Selenium
|
|
|
91
91
|
end
|
|
92
92
|
|
|
93
93
|
end # WebAuthn
|
|
94
|
-
end #
|
|
94
|
+
end # V97
|
|
95
95
|
end # DevTools
|
|
96
96
|
end # Selenium
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Dir.glob("#{File.dirname(File.absolute_path(__FILE__))}/v97/*", &method(:require))
|
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.97.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: 2022-01-04 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: websocket
|
|
@@ -41,6 +41,7 @@ files:
|
|
|
41
41
|
- LICENSE
|
|
42
42
|
- NOTICE
|
|
43
43
|
- lib/selenium/devtools.rb
|
|
44
|
+
- lib/selenium/devtools/README.md
|
|
44
45
|
- lib/selenium/devtools/v85.rb
|
|
45
46
|
- lib/selenium/devtools/v85/accessibility.rb
|
|
46
47
|
- lib/selenium/devtools/v85/animation.rb
|
|
@@ -87,100 +88,6 @@ files:
|
|
|
87
88
|
- lib/selenium/devtools/v85/tracing.rb
|
|
88
89
|
- lib/selenium/devtools/v85/web_audio.rb
|
|
89
90
|
- lib/selenium/devtools/v85/web_authn.rb
|
|
90
|
-
- lib/selenium/devtools/v93.rb
|
|
91
|
-
- lib/selenium/devtools/v93/accessibility.rb
|
|
92
|
-
- lib/selenium/devtools/v93/animation.rb
|
|
93
|
-
- lib/selenium/devtools/v93/application_cache.rb
|
|
94
|
-
- lib/selenium/devtools/v93/audits.rb
|
|
95
|
-
- lib/selenium/devtools/v93/background_service.rb
|
|
96
|
-
- lib/selenium/devtools/v93/browser.rb
|
|
97
|
-
- lib/selenium/devtools/v93/cache_storage.rb
|
|
98
|
-
- lib/selenium/devtools/v93/cast.rb
|
|
99
|
-
- lib/selenium/devtools/v93/console.rb
|
|
100
|
-
- lib/selenium/devtools/v93/css.rb
|
|
101
|
-
- lib/selenium/devtools/v93/database.rb
|
|
102
|
-
- lib/selenium/devtools/v93/debugger.rb
|
|
103
|
-
- lib/selenium/devtools/v93/device_orientation.rb
|
|
104
|
-
- lib/selenium/devtools/v93/dom.rb
|
|
105
|
-
- lib/selenium/devtools/v93/dom_debugger.rb
|
|
106
|
-
- lib/selenium/devtools/v93/dom_snapshot.rb
|
|
107
|
-
- lib/selenium/devtools/v93/dom_storage.rb
|
|
108
|
-
- lib/selenium/devtools/v93/emulation.rb
|
|
109
|
-
- lib/selenium/devtools/v93/fetch.rb
|
|
110
|
-
- lib/selenium/devtools/v93/headless_experimental.rb
|
|
111
|
-
- lib/selenium/devtools/v93/heap_profiler.rb
|
|
112
|
-
- lib/selenium/devtools/v93/indexed_db.rb
|
|
113
|
-
- lib/selenium/devtools/v93/input.rb
|
|
114
|
-
- lib/selenium/devtools/v93/inspector.rb
|
|
115
|
-
- lib/selenium/devtools/v93/io.rb
|
|
116
|
-
- lib/selenium/devtools/v93/layer_tree.rb
|
|
117
|
-
- lib/selenium/devtools/v93/log.rb
|
|
118
|
-
- lib/selenium/devtools/v93/media.rb
|
|
119
|
-
- lib/selenium/devtools/v93/memory.rb
|
|
120
|
-
- lib/selenium/devtools/v93/network.rb
|
|
121
|
-
- lib/selenium/devtools/v93/overlay.rb
|
|
122
|
-
- lib/selenium/devtools/v93/page.rb
|
|
123
|
-
- lib/selenium/devtools/v93/performance.rb
|
|
124
|
-
- lib/selenium/devtools/v93/performance_timeline.rb
|
|
125
|
-
- lib/selenium/devtools/v93/profiler.rb
|
|
126
|
-
- lib/selenium/devtools/v93/runtime.rb
|
|
127
|
-
- lib/selenium/devtools/v93/schema.rb
|
|
128
|
-
- lib/selenium/devtools/v93/security.rb
|
|
129
|
-
- lib/selenium/devtools/v93/service_worker.rb
|
|
130
|
-
- lib/selenium/devtools/v93/storage.rb
|
|
131
|
-
- lib/selenium/devtools/v93/system_info.rb
|
|
132
|
-
- lib/selenium/devtools/v93/target.rb
|
|
133
|
-
- lib/selenium/devtools/v93/tethering.rb
|
|
134
|
-
- lib/selenium/devtools/v93/tracing.rb
|
|
135
|
-
- lib/selenium/devtools/v93/web_audio.rb
|
|
136
|
-
- lib/selenium/devtools/v93/web_authn.rb
|
|
137
|
-
- lib/selenium/devtools/v94.rb
|
|
138
|
-
- lib/selenium/devtools/v94/accessibility.rb
|
|
139
|
-
- lib/selenium/devtools/v94/animation.rb
|
|
140
|
-
- lib/selenium/devtools/v94/application_cache.rb
|
|
141
|
-
- lib/selenium/devtools/v94/audits.rb
|
|
142
|
-
- lib/selenium/devtools/v94/background_service.rb
|
|
143
|
-
- lib/selenium/devtools/v94/browser.rb
|
|
144
|
-
- lib/selenium/devtools/v94/cache_storage.rb
|
|
145
|
-
- lib/selenium/devtools/v94/cast.rb
|
|
146
|
-
- lib/selenium/devtools/v94/console.rb
|
|
147
|
-
- lib/selenium/devtools/v94/css.rb
|
|
148
|
-
- lib/selenium/devtools/v94/database.rb
|
|
149
|
-
- lib/selenium/devtools/v94/debugger.rb
|
|
150
|
-
- lib/selenium/devtools/v94/device_orientation.rb
|
|
151
|
-
- lib/selenium/devtools/v94/dom.rb
|
|
152
|
-
- lib/selenium/devtools/v94/dom_debugger.rb
|
|
153
|
-
- lib/selenium/devtools/v94/dom_snapshot.rb
|
|
154
|
-
- lib/selenium/devtools/v94/dom_storage.rb
|
|
155
|
-
- lib/selenium/devtools/v94/emulation.rb
|
|
156
|
-
- lib/selenium/devtools/v94/fetch.rb
|
|
157
|
-
- lib/selenium/devtools/v94/headless_experimental.rb
|
|
158
|
-
- lib/selenium/devtools/v94/heap_profiler.rb
|
|
159
|
-
- lib/selenium/devtools/v94/indexed_db.rb
|
|
160
|
-
- lib/selenium/devtools/v94/input.rb
|
|
161
|
-
- lib/selenium/devtools/v94/inspector.rb
|
|
162
|
-
- lib/selenium/devtools/v94/io.rb
|
|
163
|
-
- lib/selenium/devtools/v94/layer_tree.rb
|
|
164
|
-
- lib/selenium/devtools/v94/log.rb
|
|
165
|
-
- lib/selenium/devtools/v94/media.rb
|
|
166
|
-
- lib/selenium/devtools/v94/memory.rb
|
|
167
|
-
- lib/selenium/devtools/v94/network.rb
|
|
168
|
-
- lib/selenium/devtools/v94/overlay.rb
|
|
169
|
-
- lib/selenium/devtools/v94/page.rb
|
|
170
|
-
- lib/selenium/devtools/v94/performance.rb
|
|
171
|
-
- lib/selenium/devtools/v94/performance_timeline.rb
|
|
172
|
-
- lib/selenium/devtools/v94/profiler.rb
|
|
173
|
-
- lib/selenium/devtools/v94/runtime.rb
|
|
174
|
-
- lib/selenium/devtools/v94/schema.rb
|
|
175
|
-
- lib/selenium/devtools/v94/security.rb
|
|
176
|
-
- lib/selenium/devtools/v94/service_worker.rb
|
|
177
|
-
- lib/selenium/devtools/v94/storage.rb
|
|
178
|
-
- lib/selenium/devtools/v94/system_info.rb
|
|
179
|
-
- lib/selenium/devtools/v94/target.rb
|
|
180
|
-
- lib/selenium/devtools/v94/tethering.rb
|
|
181
|
-
- lib/selenium/devtools/v94/tracing.rb
|
|
182
|
-
- lib/selenium/devtools/v94/web_audio.rb
|
|
183
|
-
- lib/selenium/devtools/v94/web_authn.rb
|
|
184
91
|
- lib/selenium/devtools/v95.rb
|
|
185
92
|
- lib/selenium/devtools/v95/accessibility.rb
|
|
186
93
|
- lib/selenium/devtools/v95/animation.rb
|
|
@@ -274,6 +181,53 @@ files:
|
|
|
274
181
|
- lib/selenium/devtools/v96/tracing.rb
|
|
275
182
|
- lib/selenium/devtools/v96/web_audio.rb
|
|
276
183
|
- lib/selenium/devtools/v96/web_authn.rb
|
|
184
|
+
- lib/selenium/devtools/v97.rb
|
|
185
|
+
- lib/selenium/devtools/v97/accessibility.rb
|
|
186
|
+
- lib/selenium/devtools/v97/animation.rb
|
|
187
|
+
- lib/selenium/devtools/v97/audits.rb
|
|
188
|
+
- lib/selenium/devtools/v97/background_service.rb
|
|
189
|
+
- lib/selenium/devtools/v97/browser.rb
|
|
190
|
+
- lib/selenium/devtools/v97/cache_storage.rb
|
|
191
|
+
- lib/selenium/devtools/v97/cast.rb
|
|
192
|
+
- lib/selenium/devtools/v97/console.rb
|
|
193
|
+
- lib/selenium/devtools/v97/css.rb
|
|
194
|
+
- lib/selenium/devtools/v97/database.rb
|
|
195
|
+
- lib/selenium/devtools/v97/debugger.rb
|
|
196
|
+
- lib/selenium/devtools/v97/device_orientation.rb
|
|
197
|
+
- lib/selenium/devtools/v97/dom.rb
|
|
198
|
+
- lib/selenium/devtools/v97/dom_debugger.rb
|
|
199
|
+
- lib/selenium/devtools/v97/dom_snapshot.rb
|
|
200
|
+
- lib/selenium/devtools/v97/dom_storage.rb
|
|
201
|
+
- lib/selenium/devtools/v97/emulation.rb
|
|
202
|
+
- lib/selenium/devtools/v97/event_breakpoints.rb
|
|
203
|
+
- lib/selenium/devtools/v97/fetch.rb
|
|
204
|
+
- lib/selenium/devtools/v97/headless_experimental.rb
|
|
205
|
+
- lib/selenium/devtools/v97/heap_profiler.rb
|
|
206
|
+
- lib/selenium/devtools/v97/indexed_db.rb
|
|
207
|
+
- lib/selenium/devtools/v97/input.rb
|
|
208
|
+
- lib/selenium/devtools/v97/inspector.rb
|
|
209
|
+
- lib/selenium/devtools/v97/io.rb
|
|
210
|
+
- lib/selenium/devtools/v97/layer_tree.rb
|
|
211
|
+
- lib/selenium/devtools/v97/log.rb
|
|
212
|
+
- lib/selenium/devtools/v97/media.rb
|
|
213
|
+
- lib/selenium/devtools/v97/memory.rb
|
|
214
|
+
- lib/selenium/devtools/v97/network.rb
|
|
215
|
+
- lib/selenium/devtools/v97/overlay.rb
|
|
216
|
+
- lib/selenium/devtools/v97/page.rb
|
|
217
|
+
- lib/selenium/devtools/v97/performance.rb
|
|
218
|
+
- lib/selenium/devtools/v97/performance_timeline.rb
|
|
219
|
+
- lib/selenium/devtools/v97/profiler.rb
|
|
220
|
+
- lib/selenium/devtools/v97/runtime.rb
|
|
221
|
+
- lib/selenium/devtools/v97/schema.rb
|
|
222
|
+
- lib/selenium/devtools/v97/security.rb
|
|
223
|
+
- lib/selenium/devtools/v97/service_worker.rb
|
|
224
|
+
- lib/selenium/devtools/v97/storage.rb
|
|
225
|
+
- lib/selenium/devtools/v97/system_info.rb
|
|
226
|
+
- lib/selenium/devtools/v97/target.rb
|
|
227
|
+
- lib/selenium/devtools/v97/tethering.rb
|
|
228
|
+
- lib/selenium/devtools/v97/tracing.rb
|
|
229
|
+
- lib/selenium/devtools/v97/web_audio.rb
|
|
230
|
+
- lib/selenium/devtools/v97/web_authn.rb
|
|
277
231
|
- lib/selenium/devtools/version.rb
|
|
278
232
|
- selenium-devtools.gemspec
|
|
279
233
|
homepage: https://selenium.dev
|
|
@@ -1,73 +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 V93
|
|
24
|
-
class Accessibility
|
|
25
|
-
|
|
26
|
-
def initialize(devtools)
|
|
27
|
-
@devtools = devtools
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
def on(event, &block)
|
|
31
|
-
event = EVENTS[event] if event.is_a?(Symbol)
|
|
32
|
-
@devtools.callbacks["Accessibility.#{event}"] << block
|
|
33
|
-
end
|
|
34
|
-
|
|
35
|
-
def disable
|
|
36
|
-
@devtools.send_cmd('Accessibility.disable')
|
|
37
|
-
end
|
|
38
|
-
|
|
39
|
-
def enable
|
|
40
|
-
@devtools.send_cmd('Accessibility.enable')
|
|
41
|
-
end
|
|
42
|
-
|
|
43
|
-
def get_partial_ax_tree(node_id: nil, backend_node_id: nil, object_id: nil, fetch_relatives: nil)
|
|
44
|
-
@devtools.send_cmd('Accessibility.getPartialAXTree',
|
|
45
|
-
nodeId: node_id,
|
|
46
|
-
backendNodeId: backend_node_id,
|
|
47
|
-
objectId: object_id,
|
|
48
|
-
fetchRelatives: fetch_relatives)
|
|
49
|
-
end
|
|
50
|
-
|
|
51
|
-
def get_full_ax_tree(max_depth: nil)
|
|
52
|
-
@devtools.send_cmd('Accessibility.getFullAXTree',
|
|
53
|
-
max_depth: max_depth)
|
|
54
|
-
end
|
|
55
|
-
|
|
56
|
-
def get_child_ax_nodes(id:)
|
|
57
|
-
@devtools.send_cmd('Accessibility.getChildAXNodes',
|
|
58
|
-
id: id)
|
|
59
|
-
end
|
|
60
|
-
|
|
61
|
-
def query_ax_tree(node_id: nil, backend_node_id: nil, object_id: nil, accessible_name: nil, role: nil)
|
|
62
|
-
@devtools.send_cmd('Accessibility.queryAXTree',
|
|
63
|
-
nodeId: node_id,
|
|
64
|
-
backendNodeId: backend_node_id,
|
|
65
|
-
objectId: object_id,
|
|
66
|
-
accessibleName: accessible_name,
|
|
67
|
-
role: role)
|
|
68
|
-
end
|
|
69
|
-
|
|
70
|
-
end # Accessibility
|
|
71
|
-
end # V93
|
|
72
|
-
end # DevTools
|
|
73
|
-
end # Selenium
|