selenium-devtools 0.91.0 → 0.94.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 +6 -0
- data/LICENSE +202 -0
- data/NOTICE +2 -0
- data/lib/selenium/devtools/{v89 → v93}/accessibility.rb +2 -2
- data/lib/selenium/devtools/{v90 → v93}/animation.rb +2 -2
- data/lib/selenium/devtools/{v89 → v93}/application_cache.rb +2 -2
- data/lib/selenium/devtools/{v90 → v93}/audits.rb +2 -2
- data/lib/selenium/devtools/{v90 → v93}/background_service.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/browser.rb +2 -2
- data/lib/selenium/devtools/{v88 → v93}/cache_storage.rb +2 -2
- data/lib/selenium/devtools/{v89 → v93}/cast.rb +2 -2
- data/lib/selenium/devtools/{v89 → v93}/console.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/css.rb +9 -2
- data/lib/selenium/devtools/{v89 → v93}/database.rb +2 -2
- data/lib/selenium/devtools/{v89 → v93}/debugger.rb +2 -2
- data/lib/selenium/devtools/{v89 → v93}/device_orientation.rb +2 -2
- data/lib/selenium/devtools/{v89 → v93}/dom.rb +8 -2
- data/lib/selenium/devtools/{v90 → v93}/dom_debugger.rb +2 -2
- data/lib/selenium/devtools/{v88 → v93}/dom_snapshot.rb +6 -4
- data/lib/selenium/devtools/{v88 → v93}/dom_storage.rb +2 -2
- data/lib/selenium/devtools/{v89 → v93}/emulation.rb +2 -2
- data/lib/selenium/devtools/{v89 → v93}/fetch.rb +2 -2
- data/lib/selenium/devtools/{v89 → v93}/headless_experimental.rb +2 -2
- data/lib/selenium/devtools/{v89 → v93}/heap_profiler.rb +8 -6
- data/lib/selenium/devtools/{v90 → v93}/indexed_db.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/input.rb +2 -2
- data/lib/selenium/devtools/{v90 → v93}/inspector.rb +2 -2
- data/lib/selenium/devtools/{v88 → v93}/io.rb +2 -2
- data/lib/selenium/devtools/{v90 → v93}/layer_tree.rb +2 -2
- data/lib/selenium/devtools/{v90 → v93}/log.rb +2 -2
- data/lib/selenium/devtools/{v89 → v93}/media.rb +2 -2
- data/lib/selenium/devtools/{v88 → v93}/memory.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/network.rb +6 -8
- data/lib/selenium/devtools/{v91 → v93}/overlay.rb +7 -2
- data/lib/selenium/devtools/{v91 → v93}/page.rb +6 -4
- data/lib/selenium/devtools/{v90 → v93}/performance.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/performance_timeline.rb +2 -2
- data/lib/selenium/devtools/{v89 → v93}/profiler.rb +2 -2
- data/lib/selenium/devtools/{v89 → v93}/runtime.rb +5 -4
- data/lib/selenium/devtools/{v88 → v93}/schema.rb +2 -2
- data/lib/selenium/devtools/{v88 → v93}/security.rb +2 -2
- data/lib/selenium/devtools/{v89 → v93}/service_worker.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/storage.rb +2 -2
- data/lib/selenium/devtools/{v90 → v93}/system_info.rb +2 -2
- data/lib/selenium/devtools/{v90 → v93}/target.rb +2 -2
- data/lib/selenium/devtools/{v90 → v93}/tethering.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/tracing.rb +2 -2
- data/lib/selenium/devtools/{v88 → v93}/web_audio.rb +2 -2
- data/lib/selenium/devtools/{v88 → v93}/web_authn.rb +2 -2
- data/lib/selenium/devtools/v93.rb +1 -0
- data/lib/selenium/devtools/{v90 → v94}/accessibility.rb +8 -6
- data/lib/selenium/devtools/{v91 → v94}/animation.rb +2 -2
- data/lib/selenium/devtools/{v90 → v94}/application_cache.rb +2 -2
- data/lib/selenium/devtools/{v91 → v94}/audits.rb +2 -2
- data/lib/selenium/devtools/{v91 → v94}/background_service.rb +2 -2
- data/lib/selenium/devtools/{v88 → v94}/browser.rb +15 -4
- data/lib/selenium/devtools/{v89 → v94}/cache_storage.rb +2 -2
- data/lib/selenium/devtools/{v88 → v94}/cast.rb +2 -2
- data/lib/selenium/devtools/{v90 → v94}/console.rb +2 -2
- data/lib/selenium/devtools/{v88 → v94}/css.rb +9 -2
- data/lib/selenium/devtools/{v88 → v94}/database.rb +2 -2
- data/lib/selenium/devtools/{v90 → v94}/debugger.rb +2 -2
- data/lib/selenium/devtools/{v90 → v94}/device_orientation.rb +2 -2
- data/lib/selenium/devtools/{v88 → v94}/dom.rb +13 -2
- data/lib/selenium/devtools/{v91 → v94}/dom_debugger.rb +2 -2
- data/lib/selenium/devtools/{v89 → v94}/dom_snapshot.rb +6 -4
- data/lib/selenium/devtools/{v90 → v94}/dom_storage.rb +2 -2
- data/lib/selenium/devtools/{v90 → v94}/emulation.rb +2 -2
- data/lib/selenium/devtools/{v90 → v94}/fetch.rb +5 -4
- data/lib/selenium/devtools/{v90 → v94}/headless_experimental.rb +2 -2
- data/lib/selenium/devtools/{v88 → v94}/heap_profiler.rb +8 -6
- data/lib/selenium/devtools/{v88 → v94}/indexed_db.rb +2 -2
- data/lib/selenium/devtools/{v89 → v94}/input.rb +28 -2
- data/lib/selenium/devtools/{v88 → v94}/inspector.rb +2 -2
- data/lib/selenium/devtools/{v90 → v94}/io.rb +2 -2
- data/lib/selenium/devtools/{v88 → v94}/layer_tree.rb +2 -2
- data/lib/selenium/devtools/{v88 → v94}/log.rb +2 -2
- data/lib/selenium/devtools/{v90 → v94}/media.rb +2 -2
- data/lib/selenium/devtools/{v89 → v94}/memory.rb +2 -2
- data/lib/selenium/devtools/{v90 → v94}/network.rb +16 -9
- data/lib/selenium/devtools/{v90 → v94}/overlay.rb +12 -2
- data/lib/selenium/devtools/{v90 → v94}/page.rb +16 -4
- data/lib/selenium/devtools/{v91 → v94}/performance.rb +2 -2
- data/lib/selenium/devtools/{v90 → v94}/performance_timeline.rb +2 -2
- data/lib/selenium/devtools/{v88 → v94}/profiler.rb +2 -2
- data/lib/selenium/devtools/{v90 → v94}/runtime.rb +5 -4
- data/lib/selenium/devtools/{v89 → v94}/schema.rb +2 -2
- data/lib/selenium/devtools/{v90 → v94}/security.rb +2 -2
- data/lib/selenium/devtools/{v88 → v94}/service_worker.rb +2 -2
- data/lib/selenium/devtools/{v90 → v94}/storage.rb +7 -2
- data/lib/selenium/devtools/{v91 → v94}/system_info.rb +2 -2
- data/lib/selenium/devtools/{v88 → v94}/target.rb +2 -2
- data/lib/selenium/devtools/{v89 → v94}/tethering.rb +2 -2
- data/lib/selenium/devtools/{v89 → v94}/tracing.rb +5 -4
- data/lib/selenium/devtools/{v89 → v94}/web_audio.rb +2 -2
- data/lib/selenium/devtools/{v89 → v94}/web_authn.rb +2 -2
- data/lib/selenium/devtools/v94.rb +1 -0
- data/lib/selenium/devtools/version.rb +1 -1
- data/lib/selenium/{devtools/v90/schema.rb → devtools.rb} +9 -19
- data/selenium-devtools.gemspec +43 -0
- metadata +120 -195
- data/lib/selenium/devtools/v88/accessibility.rb +0 -67
- data/lib/selenium/devtools/v88/animation.rb +0 -94
- data/lib/selenium/devtools/v88/application_cache.rb +0 -60
- data/lib/selenium/devtools/v88/audits.rb +0 -57
- data/lib/selenium/devtools/v88/background_service.rb +0 -63
- data/lib/selenium/devtools/v88/console.rb +0 -53
- data/lib/selenium/devtools/v88/debugger.rb +0 -227
- data/lib/selenium/devtools/v88/device_orientation.rb +0 -49
- data/lib/selenium/devtools/v88/dom_debugger.rb +0 -89
- data/lib/selenium/devtools/v88/emulation.rb +0 -192
- data/lib/selenium/devtools/v88/fetch.rb +0 -93
- data/lib/selenium/devtools/v88/headless_experimental.rb +0 -57
- data/lib/selenium/devtools/v88/input.rb +0 -142
- data/lib/selenium/devtools/v88/media.rb +0 -53
- data/lib/selenium/devtools/v88/network.rb +0 -241
- data/lib/selenium/devtools/v88/overlay.rb +0 -177
- data/lib/selenium/devtools/v88/page.rb +0 -370
- data/lib/selenium/devtools/v88/performance.rb +0 -59
- data/lib/selenium/devtools/v88/runtime.rb +0 -191
- data/lib/selenium/devtools/v88/storage.rb +0 -97
- data/lib/selenium/devtools/v88/system_info.rb +0 -46
- data/lib/selenium/devtools/v88/tethering.rb +0 -51
- data/lib/selenium/devtools/v88/tracing.rb +0 -73
- data/lib/selenium/devtools/v88.rb +0 -1
- data/lib/selenium/devtools/v89/animation.rb +0 -94
- data/lib/selenium/devtools/v89/audits.rb +0 -57
- data/lib/selenium/devtools/v89/background_service.rb +0 -63
- data/lib/selenium/devtools/v89/browser.rb +0 -124
- data/lib/selenium/devtools/v89/css.rb +0 -175
- data/lib/selenium/devtools/v89/dom_debugger.rb +0 -94
- data/lib/selenium/devtools/v89/dom_storage.rb +0 -75
- data/lib/selenium/devtools/v89/indexed_db.rb +0 -96
- data/lib/selenium/devtools/v89/inspector.rb +0 -51
- data/lib/selenium/devtools/v89/io.rb +0 -55
- data/lib/selenium/devtools/v89/layer_tree.rb +0 -91
- data/lib/selenium/devtools/v89/log.rb +0 -62
- data/lib/selenium/devtools/v89/network.rb +0 -244
- data/lib/selenium/devtools/v89/overlay.rb +0 -182
- data/lib/selenium/devtools/v89/page.rb +0 -372
- data/lib/selenium/devtools/v89/performance.rb +0 -59
- data/lib/selenium/devtools/v89/performance_timeline.rb +0 -46
- data/lib/selenium/devtools/v89/security.rb +0 -67
- data/lib/selenium/devtools/v89/storage.rb +0 -97
- data/lib/selenium/devtools/v89/system_info.rb +0 -46
- data/lib/selenium/devtools/v89/target.rb +0 -139
- data/lib/selenium/devtools/v89.rb +0 -1
- data/lib/selenium/devtools/v90/browser.rb +0 -124
- data/lib/selenium/devtools/v90/cache_storage.rb +0 -69
- data/lib/selenium/devtools/v90/cast.rb +0 -66
- data/lib/selenium/devtools/v90/css.rb +0 -175
- data/lib/selenium/devtools/v90/database.rb +0 -60
- data/lib/selenium/devtools/v90/dom.rb +0 -323
- data/lib/selenium/devtools/v90/dom_snapshot.rb +0 -61
- data/lib/selenium/devtools/v90/heap_profiler.rb +0 -103
- data/lib/selenium/devtools/v90/input.rb +0 -142
- data/lib/selenium/devtools/v90/memory.rb +0 -82
- data/lib/selenium/devtools/v90/profiler.rb +0 -119
- data/lib/selenium/devtools/v90/service_worker.rb +0 -112
- data/lib/selenium/devtools/v90/tracing.rb +0 -74
- data/lib/selenium/devtools/v90/web_audio.rb +0 -66
- data/lib/selenium/devtools/v90/web_authn.rb +0 -96
- data/lib/selenium/devtools/v90.rb +0 -1
- data/lib/selenium/devtools/v91/accessibility.rb +0 -73
- data/lib/selenium/devtools/v91/application_cache.rb +0 -60
- data/lib/selenium/devtools/v91/cache_storage.rb +0 -69
- data/lib/selenium/devtools/v91/cast.rb +0 -66
- data/lib/selenium/devtools/v91/console.rb +0 -53
- data/lib/selenium/devtools/v91/database.rb +0 -60
- data/lib/selenium/devtools/v91/debugger.rb +0 -220
- data/lib/selenium/devtools/v91/device_orientation.rb +0 -49
- data/lib/selenium/devtools/v91/dom.rb +0 -323
- data/lib/selenium/devtools/v91/dom_snapshot.rb +0 -61
- data/lib/selenium/devtools/v91/dom_storage.rb +0 -75
- data/lib/selenium/devtools/v91/emulation.rb +0 -192
- data/lib/selenium/devtools/v91/fetch.rb +0 -93
- data/lib/selenium/devtools/v91/headless_experimental.rb +0 -57
- data/lib/selenium/devtools/v91/heap_profiler.rb +0 -103
- data/lib/selenium/devtools/v91/indexed_db.rb +0 -96
- data/lib/selenium/devtools/v91/inspector.rb +0 -51
- data/lib/selenium/devtools/v91/io.rb +0 -55
- data/lib/selenium/devtools/v91/layer_tree.rb +0 -91
- data/lib/selenium/devtools/v91/log.rb +0 -62
- data/lib/selenium/devtools/v91/media.rb +0 -53
- data/lib/selenium/devtools/v91/memory.rb +0 -82
- data/lib/selenium/devtools/v91/profiler.rb +0 -119
- data/lib/selenium/devtools/v91/runtime.rb +0 -192
- data/lib/selenium/devtools/v91/schema.rb +0 -42
- data/lib/selenium/devtools/v91/security.rb +0 -67
- data/lib/selenium/devtools/v91/service_worker.rb +0 -112
- data/lib/selenium/devtools/v91/target.rb +0 -139
- data/lib/selenium/devtools/v91/tethering.rb +0 -51
- data/lib/selenium/devtools/v91/web_audio.rb +0 -66
- data/lib/selenium/devtools/v91/web_authn.rb +0 -96
- data/lib/selenium/devtools/v91.rb +0 -1
metadata
CHANGED
|
@@ -1,17 +1,31 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: selenium-devtools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.94.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alex Rodionov
|
|
8
8
|
- Titus Fortner
|
|
9
9
|
- Thomas Walpole
|
|
10
|
-
autorequire:
|
|
10
|
+
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2021-
|
|
14
|
-
dependencies:
|
|
13
|
+
date: 2021-09-22 00:00:00.000000000 Z
|
|
14
|
+
dependencies:
|
|
15
|
+
- !ruby/object:Gem::Dependency
|
|
16
|
+
name: websocket
|
|
17
|
+
requirement: !ruby/object:Gem::Requirement
|
|
18
|
+
requirements:
|
|
19
|
+
- - "~>"
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: '1.0'
|
|
22
|
+
type: :runtime
|
|
23
|
+
prerelease: false
|
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
+
requirements:
|
|
26
|
+
- - "~>"
|
|
27
|
+
- !ruby/object:Gem::Version
|
|
28
|
+
version: '1.0'
|
|
15
29
|
description: |2
|
|
16
30
|
Selenium WebDriver now supports limited DevTools interactions.
|
|
17
31
|
This project allows users to specify desired versioning.
|
|
@@ -23,6 +37,10 @@ executables: []
|
|
|
23
37
|
extensions: []
|
|
24
38
|
extra_rdoc_files: []
|
|
25
39
|
files:
|
|
40
|
+
- Gemfile
|
|
41
|
+
- LICENSE
|
|
42
|
+
- NOTICE
|
|
43
|
+
- lib/selenium/devtools.rb
|
|
26
44
|
- lib/selenium/devtools/v85.rb
|
|
27
45
|
- lib/selenium/devtools/v85/accessibility.rb
|
|
28
46
|
- lib/selenium/devtools/v85/animation.rb
|
|
@@ -69,201 +87,109 @@ files:
|
|
|
69
87
|
- lib/selenium/devtools/v85/tracing.rb
|
|
70
88
|
- lib/selenium/devtools/v85/web_audio.rb
|
|
71
89
|
- lib/selenium/devtools/v85/web_authn.rb
|
|
72
|
-
- lib/selenium/devtools/
|
|
73
|
-
- lib/selenium/devtools/
|
|
74
|
-
- lib/selenium/devtools/
|
|
75
|
-
- lib/selenium/devtools/
|
|
76
|
-
- lib/selenium/devtools/
|
|
77
|
-
- lib/selenium/devtools/
|
|
78
|
-
- lib/selenium/devtools/
|
|
79
|
-
- lib/selenium/devtools/
|
|
80
|
-
- lib/selenium/devtools/
|
|
81
|
-
- lib/selenium/devtools/
|
|
82
|
-
- lib/selenium/devtools/
|
|
83
|
-
- lib/selenium/devtools/
|
|
84
|
-
- lib/selenium/devtools/
|
|
85
|
-
- lib/selenium/devtools/
|
|
86
|
-
- lib/selenium/devtools/
|
|
87
|
-
- lib/selenium/devtools/
|
|
88
|
-
- lib/selenium/devtools/
|
|
89
|
-
- lib/selenium/devtools/
|
|
90
|
-
- lib/selenium/devtools/
|
|
91
|
-
- lib/selenium/devtools/
|
|
92
|
-
- lib/selenium/devtools/
|
|
93
|
-
- lib/selenium/devtools/
|
|
94
|
-
- lib/selenium/devtools/
|
|
95
|
-
- lib/selenium/devtools/
|
|
96
|
-
- lib/selenium/devtools/
|
|
97
|
-
- lib/selenium/devtools/
|
|
98
|
-
- lib/selenium/devtools/
|
|
99
|
-
- lib/selenium/devtools/
|
|
100
|
-
- lib/selenium/devtools/
|
|
101
|
-
- lib/selenium/devtools/
|
|
102
|
-
- lib/selenium/devtools/
|
|
103
|
-
- lib/selenium/devtools/
|
|
104
|
-
- lib/selenium/devtools/
|
|
105
|
-
- lib/selenium/devtools/
|
|
106
|
-
- lib/selenium/devtools/
|
|
107
|
-
- lib/selenium/devtools/
|
|
108
|
-
- lib/selenium/devtools/
|
|
109
|
-
- lib/selenium/devtools/
|
|
110
|
-
- lib/selenium/devtools/
|
|
111
|
-
- lib/selenium/devtools/
|
|
112
|
-
- lib/selenium/devtools/
|
|
113
|
-
- lib/selenium/devtools/
|
|
114
|
-
- lib/selenium/devtools/
|
|
115
|
-
- lib/selenium/devtools/
|
|
116
|
-
- lib/selenium/devtools/
|
|
117
|
-
- lib/selenium/devtools/
|
|
118
|
-
- lib/selenium/devtools/
|
|
119
|
-
- lib/selenium/devtools/
|
|
120
|
-
- lib/selenium/devtools/
|
|
121
|
-
- lib/selenium/devtools/
|
|
122
|
-
- lib/selenium/devtools/
|
|
123
|
-
- lib/selenium/devtools/
|
|
124
|
-
- lib/selenium/devtools/
|
|
125
|
-
- lib/selenium/devtools/
|
|
126
|
-
- lib/selenium/devtools/
|
|
127
|
-
- lib/selenium/devtools/
|
|
128
|
-
- lib/selenium/devtools/
|
|
129
|
-
- lib/selenium/devtools/
|
|
130
|
-
- lib/selenium/devtools/
|
|
131
|
-
- lib/selenium/devtools/
|
|
132
|
-
- lib/selenium/devtools/
|
|
133
|
-
- lib/selenium/devtools/
|
|
134
|
-
- lib/selenium/devtools/
|
|
135
|
-
- lib/selenium/devtools/
|
|
136
|
-
- lib/selenium/devtools/
|
|
137
|
-
- lib/selenium/devtools/
|
|
138
|
-
- lib/selenium/devtools/
|
|
139
|
-
- lib/selenium/devtools/
|
|
140
|
-
- lib/selenium/devtools/
|
|
141
|
-
- lib/selenium/devtools/
|
|
142
|
-
- lib/selenium/devtools/
|
|
143
|
-
- lib/selenium/devtools/
|
|
144
|
-
- lib/selenium/devtools/
|
|
145
|
-
- lib/selenium/devtools/
|
|
146
|
-
- lib/selenium/devtools/
|
|
147
|
-
- lib/selenium/devtools/
|
|
148
|
-
- lib/selenium/devtools/
|
|
149
|
-
- lib/selenium/devtools/
|
|
150
|
-
- lib/selenium/devtools/
|
|
151
|
-
- lib/selenium/devtools/
|
|
152
|
-
- lib/selenium/devtools/
|
|
153
|
-
- lib/selenium/devtools/
|
|
154
|
-
- lib/selenium/devtools/
|
|
155
|
-
- lib/selenium/devtools/
|
|
156
|
-
- lib/selenium/devtools/
|
|
157
|
-
- lib/selenium/devtools/
|
|
158
|
-
- lib/selenium/devtools/
|
|
159
|
-
- lib/selenium/devtools/
|
|
160
|
-
- lib/selenium/devtools/
|
|
161
|
-
- lib/selenium/devtools/
|
|
162
|
-
- lib/selenium/devtools/
|
|
163
|
-
- lib/selenium/devtools/
|
|
164
|
-
- lib/selenium/devtools/
|
|
165
|
-
- lib/selenium/devtools/
|
|
166
|
-
- lib/selenium/devtools/v90/accessibility.rb
|
|
167
|
-
- lib/selenium/devtools/v90/animation.rb
|
|
168
|
-
- lib/selenium/devtools/v90/application_cache.rb
|
|
169
|
-
- lib/selenium/devtools/v90/audits.rb
|
|
170
|
-
- lib/selenium/devtools/v90/background_service.rb
|
|
171
|
-
- lib/selenium/devtools/v90/browser.rb
|
|
172
|
-
- lib/selenium/devtools/v90/cache_storage.rb
|
|
173
|
-
- lib/selenium/devtools/v90/cast.rb
|
|
174
|
-
- lib/selenium/devtools/v90/console.rb
|
|
175
|
-
- lib/selenium/devtools/v90/css.rb
|
|
176
|
-
- lib/selenium/devtools/v90/database.rb
|
|
177
|
-
- lib/selenium/devtools/v90/debugger.rb
|
|
178
|
-
- lib/selenium/devtools/v90/device_orientation.rb
|
|
179
|
-
- lib/selenium/devtools/v90/dom.rb
|
|
180
|
-
- lib/selenium/devtools/v90/dom_debugger.rb
|
|
181
|
-
- lib/selenium/devtools/v90/dom_snapshot.rb
|
|
182
|
-
- lib/selenium/devtools/v90/dom_storage.rb
|
|
183
|
-
- lib/selenium/devtools/v90/emulation.rb
|
|
184
|
-
- lib/selenium/devtools/v90/fetch.rb
|
|
185
|
-
- lib/selenium/devtools/v90/headless_experimental.rb
|
|
186
|
-
- lib/selenium/devtools/v90/heap_profiler.rb
|
|
187
|
-
- lib/selenium/devtools/v90/indexed_db.rb
|
|
188
|
-
- lib/selenium/devtools/v90/input.rb
|
|
189
|
-
- lib/selenium/devtools/v90/inspector.rb
|
|
190
|
-
- lib/selenium/devtools/v90/io.rb
|
|
191
|
-
- lib/selenium/devtools/v90/layer_tree.rb
|
|
192
|
-
- lib/selenium/devtools/v90/log.rb
|
|
193
|
-
- lib/selenium/devtools/v90/media.rb
|
|
194
|
-
- lib/selenium/devtools/v90/memory.rb
|
|
195
|
-
- lib/selenium/devtools/v90/network.rb
|
|
196
|
-
- lib/selenium/devtools/v90/overlay.rb
|
|
197
|
-
- lib/selenium/devtools/v90/page.rb
|
|
198
|
-
- lib/selenium/devtools/v90/performance.rb
|
|
199
|
-
- lib/selenium/devtools/v90/performance_timeline.rb
|
|
200
|
-
- lib/selenium/devtools/v90/profiler.rb
|
|
201
|
-
- lib/selenium/devtools/v90/runtime.rb
|
|
202
|
-
- lib/selenium/devtools/v90/schema.rb
|
|
203
|
-
- lib/selenium/devtools/v90/security.rb
|
|
204
|
-
- lib/selenium/devtools/v90/service_worker.rb
|
|
205
|
-
- lib/selenium/devtools/v90/storage.rb
|
|
206
|
-
- lib/selenium/devtools/v90/system_info.rb
|
|
207
|
-
- lib/selenium/devtools/v90/target.rb
|
|
208
|
-
- lib/selenium/devtools/v90/tethering.rb
|
|
209
|
-
- lib/selenium/devtools/v90/tracing.rb
|
|
210
|
-
- lib/selenium/devtools/v90/web_audio.rb
|
|
211
|
-
- lib/selenium/devtools/v90/web_authn.rb
|
|
212
|
-
- lib/selenium/devtools/v91.rb
|
|
213
|
-
- lib/selenium/devtools/v91/accessibility.rb
|
|
214
|
-
- lib/selenium/devtools/v91/animation.rb
|
|
215
|
-
- lib/selenium/devtools/v91/application_cache.rb
|
|
216
|
-
- lib/selenium/devtools/v91/audits.rb
|
|
217
|
-
- lib/selenium/devtools/v91/background_service.rb
|
|
218
|
-
- lib/selenium/devtools/v91/browser.rb
|
|
219
|
-
- lib/selenium/devtools/v91/cache_storage.rb
|
|
220
|
-
- lib/selenium/devtools/v91/cast.rb
|
|
221
|
-
- lib/selenium/devtools/v91/console.rb
|
|
222
|
-
- lib/selenium/devtools/v91/css.rb
|
|
223
|
-
- lib/selenium/devtools/v91/database.rb
|
|
224
|
-
- lib/selenium/devtools/v91/debugger.rb
|
|
225
|
-
- lib/selenium/devtools/v91/device_orientation.rb
|
|
226
|
-
- lib/selenium/devtools/v91/dom.rb
|
|
227
|
-
- lib/selenium/devtools/v91/dom_debugger.rb
|
|
228
|
-
- lib/selenium/devtools/v91/dom_snapshot.rb
|
|
229
|
-
- lib/selenium/devtools/v91/dom_storage.rb
|
|
230
|
-
- lib/selenium/devtools/v91/emulation.rb
|
|
231
|
-
- lib/selenium/devtools/v91/fetch.rb
|
|
232
|
-
- lib/selenium/devtools/v91/headless_experimental.rb
|
|
233
|
-
- lib/selenium/devtools/v91/heap_profiler.rb
|
|
234
|
-
- lib/selenium/devtools/v91/indexed_db.rb
|
|
235
|
-
- lib/selenium/devtools/v91/input.rb
|
|
236
|
-
- lib/selenium/devtools/v91/inspector.rb
|
|
237
|
-
- lib/selenium/devtools/v91/io.rb
|
|
238
|
-
- lib/selenium/devtools/v91/layer_tree.rb
|
|
239
|
-
- lib/selenium/devtools/v91/log.rb
|
|
240
|
-
- lib/selenium/devtools/v91/media.rb
|
|
241
|
-
- lib/selenium/devtools/v91/memory.rb
|
|
242
|
-
- lib/selenium/devtools/v91/network.rb
|
|
243
|
-
- lib/selenium/devtools/v91/overlay.rb
|
|
244
|
-
- lib/selenium/devtools/v91/page.rb
|
|
245
|
-
- lib/selenium/devtools/v91/performance.rb
|
|
246
|
-
- lib/selenium/devtools/v91/performance_timeline.rb
|
|
247
|
-
- lib/selenium/devtools/v91/profiler.rb
|
|
248
|
-
- lib/selenium/devtools/v91/runtime.rb
|
|
249
|
-
- lib/selenium/devtools/v91/schema.rb
|
|
250
|
-
- lib/selenium/devtools/v91/security.rb
|
|
251
|
-
- lib/selenium/devtools/v91/service_worker.rb
|
|
252
|
-
- lib/selenium/devtools/v91/storage.rb
|
|
253
|
-
- lib/selenium/devtools/v91/system_info.rb
|
|
254
|
-
- lib/selenium/devtools/v91/target.rb
|
|
255
|
-
- lib/selenium/devtools/v91/tethering.rb
|
|
256
|
-
- lib/selenium/devtools/v91/tracing.rb
|
|
257
|
-
- lib/selenium/devtools/v91/web_audio.rb
|
|
258
|
-
- lib/selenium/devtools/v91/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
|
|
259
184
|
- lib/selenium/devtools/version.rb
|
|
185
|
+
- selenium-devtools.gemspec
|
|
260
186
|
homepage: https://selenium.dev
|
|
261
187
|
licenses:
|
|
262
188
|
- Apache-2.0
|
|
263
189
|
metadata:
|
|
264
190
|
changelog_uri: https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES
|
|
265
191
|
source_code_uri: https://github.com/SeleniumHQ/selenium/tree/trunk/rb
|
|
266
|
-
post_install_message:
|
|
192
|
+
post_install_message:
|
|
267
193
|
rdoc_options: []
|
|
268
194
|
require_paths:
|
|
269
195
|
- lib
|
|
@@ -278,9 +204,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
278
204
|
- !ruby/object:Gem::Version
|
|
279
205
|
version: 1.3.1
|
|
280
206
|
requirements: []
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
signing_key:
|
|
207
|
+
rubygems_version: 3.0.3
|
|
208
|
+
signing_key:
|
|
284
209
|
specification_version: 4
|
|
285
210
|
summary: DevTools Code for use with Selenium
|
|
286
211
|
test_files: []
|
|
@@ -1,67 +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 V88
|
|
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
|
|
52
|
-
@devtools.send_cmd('Accessibility.getFullAXTree')
|
|
53
|
-
end
|
|
54
|
-
|
|
55
|
-
def query_ax_tree(node_id: nil, backend_node_id: nil, object_id: nil, accessible_name: nil, role: nil)
|
|
56
|
-
@devtools.send_cmd('Accessibility.queryAXTree',
|
|
57
|
-
nodeId: node_id,
|
|
58
|
-
backendNodeId: backend_node_id,
|
|
59
|
-
objectId: object_id,
|
|
60
|
-
accessibleName: accessible_name,
|
|
61
|
-
role: role)
|
|
62
|
-
end
|
|
63
|
-
|
|
64
|
-
end # Accessibility
|
|
65
|
-
end # V88
|
|
66
|
-
end # DevTools
|
|
67
|
-
end # Selenium
|
|
@@ -1,94 +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 V88
|
|
24
|
-
class Animation
|
|
25
|
-
EVENTS = {
|
|
26
|
-
animation_canceled: 'animationCanceled',
|
|
27
|
-
animation_created: 'animationCreated',
|
|
28
|
-
animation_started: 'animationStarted',
|
|
29
|
-
}.freeze
|
|
30
|
-
|
|
31
|
-
def initialize(devtools)
|
|
32
|
-
@devtools = devtools
|
|
33
|
-
end
|
|
34
|
-
|
|
35
|
-
def on(event, &block)
|
|
36
|
-
event = EVENTS[event] if event.is_a?(Symbol)
|
|
37
|
-
@devtools.callbacks["Animation.#{event}"] << block
|
|
38
|
-
end
|
|
39
|
-
|
|
40
|
-
def disable
|
|
41
|
-
@devtools.send_cmd('Animation.disable')
|
|
42
|
-
end
|
|
43
|
-
|
|
44
|
-
def enable
|
|
45
|
-
@devtools.send_cmd('Animation.enable')
|
|
46
|
-
end
|
|
47
|
-
|
|
48
|
-
def get_current_time(id:)
|
|
49
|
-
@devtools.send_cmd('Animation.getCurrentTime',
|
|
50
|
-
id: id)
|
|
51
|
-
end
|
|
52
|
-
|
|
53
|
-
def get_playback_rate
|
|
54
|
-
@devtools.send_cmd('Animation.getPlaybackRate')
|
|
55
|
-
end
|
|
56
|
-
|
|
57
|
-
def release_animations(animations:)
|
|
58
|
-
@devtools.send_cmd('Animation.releaseAnimations',
|
|
59
|
-
animations: animations)
|
|
60
|
-
end
|
|
61
|
-
|
|
62
|
-
def resolve_animation(animation_id:)
|
|
63
|
-
@devtools.send_cmd('Animation.resolveAnimation',
|
|
64
|
-
animationId: animation_id)
|
|
65
|
-
end
|
|
66
|
-
|
|
67
|
-
def seek_animations(animations:, current_time:)
|
|
68
|
-
@devtools.send_cmd('Animation.seekAnimations',
|
|
69
|
-
animations: animations,
|
|
70
|
-
currentTime: current_time)
|
|
71
|
-
end
|
|
72
|
-
|
|
73
|
-
def set_paused(animations:, paused:)
|
|
74
|
-
@devtools.send_cmd('Animation.setPaused',
|
|
75
|
-
animations: animations,
|
|
76
|
-
paused: paused)
|
|
77
|
-
end
|
|
78
|
-
|
|
79
|
-
def set_playback_rate(playback_rate:)
|
|
80
|
-
@devtools.send_cmd('Animation.setPlaybackRate',
|
|
81
|
-
playbackRate: playback_rate)
|
|
82
|
-
end
|
|
83
|
-
|
|
84
|
-
def set_timing(animation_id:, duration:, delay:)
|
|
85
|
-
@devtools.send_cmd('Animation.setTiming',
|
|
86
|
-
animationId: animation_id,
|
|
87
|
-
duration: duration,
|
|
88
|
-
delay: delay)
|
|
89
|
-
end
|
|
90
|
-
|
|
91
|
-
end # Animation
|
|
92
|
-
end # V88
|
|
93
|
-
end # DevTools
|
|
94
|
-
end # Selenium
|
|
@@ -1,60 +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 V88
|
|
24
|
-
class ApplicationCache
|
|
25
|
-
EVENTS = {
|
|
26
|
-
application_cache_status_updated: 'applicationCacheStatusUpdated',
|
|
27
|
-
network_state_updated: 'networkStateUpdated',
|
|
28
|
-
}.freeze
|
|
29
|
-
|
|
30
|
-
def initialize(devtools)
|
|
31
|
-
@devtools = devtools
|
|
32
|
-
end
|
|
33
|
-
|
|
34
|
-
def on(event, &block)
|
|
35
|
-
event = EVENTS[event] if event.is_a?(Symbol)
|
|
36
|
-
@devtools.callbacks["ApplicationCache.#{event}"] << block
|
|
37
|
-
end
|
|
38
|
-
|
|
39
|
-
def enable
|
|
40
|
-
@devtools.send_cmd('ApplicationCache.enable')
|
|
41
|
-
end
|
|
42
|
-
|
|
43
|
-
def get_application_cache_for_frame(frame_id:)
|
|
44
|
-
@devtools.send_cmd('ApplicationCache.getApplicationCacheForFrame',
|
|
45
|
-
frameId: frame_id)
|
|
46
|
-
end
|
|
47
|
-
|
|
48
|
-
def get_frames_with_manifests
|
|
49
|
-
@devtools.send_cmd('ApplicationCache.getFramesWithManifests')
|
|
50
|
-
end
|
|
51
|
-
|
|
52
|
-
def get_manifest_for_frame(frame_id:)
|
|
53
|
-
@devtools.send_cmd('ApplicationCache.getManifestForFrame',
|
|
54
|
-
frameId: frame_id)
|
|
55
|
-
end
|
|
56
|
-
|
|
57
|
-
end # ApplicationCache
|
|
58
|
-
end # V88
|
|
59
|
-
end # DevTools
|
|
60
|
-
end # Selenium
|
|
@@ -1,57 +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 V88
|
|
24
|
-
class Audits
|
|
25
|
-
EVENTS = {
|
|
26
|
-
issue_added: 'issueAdded',
|
|
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["Audits.#{event}"] << block
|
|
36
|
-
end
|
|
37
|
-
|
|
38
|
-
def get_encoded_response(request_id:, encoding:, quality: nil, size_only: nil)
|
|
39
|
-
@devtools.send_cmd('Audits.getEncodedResponse',
|
|
40
|
-
requestId: request_id,
|
|
41
|
-
encoding: encoding,
|
|
42
|
-
quality: quality,
|
|
43
|
-
sizeOnly: size_only)
|
|
44
|
-
end
|
|
45
|
-
|
|
46
|
-
def disable
|
|
47
|
-
@devtools.send_cmd('Audits.disable')
|
|
48
|
-
end
|
|
49
|
-
|
|
50
|
-
def enable
|
|
51
|
-
@devtools.send_cmd('Audits.enable')
|
|
52
|
-
end
|
|
53
|
-
|
|
54
|
-
end # Audits
|
|
55
|
-
end # V88
|
|
56
|
-
end # DevTools
|
|
57
|
-
end # Selenium
|