selenium-devtools 0.106.0 → 0.107.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/{v104 → v107}/accessibility.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/animation.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/audits.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/background_service.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/browser.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/cache_storage.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/cast.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/console.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/css.rb +9 -2
- data/lib/selenium/devtools/{v104 → v107}/database.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/debugger.rb +15 -4
- data/lib/selenium/devtools/{v104 → v107}/device_orientation.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/dom.rb +7 -2
- data/lib/selenium/devtools/{v104 → v107}/dom_debugger.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/dom_snapshot.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/dom_storage.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/emulation.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/event_breakpoints.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/fetch.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/headless_experimental.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/heap_profiler.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/indexed_db.rb +17 -10
- data/lib/selenium/devtools/{v104 → v107}/input.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/inspector.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/io.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/layer_tree.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/log.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/media.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/memory.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/network.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/overlay.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/page.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/performance.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/performance_timeline.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/profiler.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/runtime.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/schema.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/security.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/service_worker.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/storage.rb +18 -2
- data/lib/selenium/devtools/{v104 → v107}/system_info.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/target.rb +14 -10
- data/lib/selenium/devtools/{v104 → v107}/tethering.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/tracing.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/web_audio.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/web_authn.rb +2 -2
- data/lib/selenium/devtools/v107.rb +1 -0
- data/lib/selenium/devtools/version.rb +1 -1
- metadata +50 -50
- data/lib/selenium/devtools/v104.rb +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 43b3488b9194f9fac24063fac56e8338a20d2c0707a088b390b97a7c8ad0ff76
|
|
4
|
+
data.tar.gz: 4ac4463ad487610f34a7b2a05556017194396893a6a449bd68f5eb479df26622
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dd2bdc8d0d9f27ff7bb520957296ff81c78a4f24e69cdf8a26744978cf28ed63a38d14424cd3651030b6ed174219f7013d279ab077d77e6ad2e8a1f401bcfc79
|
|
7
|
+
data.tar.gz: 92f6e2f5b5151676069e9bd8d5190a26dcdab9710e8b58c953aec3c650ddad2fa22a5ea1e84c29931a40db54f6a98ea5bd4f820ca640573c754a99a5dec74875
|
|
@@ -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 V107
|
|
24
24
|
class Accessibility
|
|
25
25
|
EVENTS = {
|
|
26
26
|
load_complete: 'loadComplete',
|
|
@@ -86,6 +86,6 @@ module Selenium
|
|
|
86
86
|
end
|
|
87
87
|
|
|
88
88
|
end # Accessibility
|
|
89
|
-
end #
|
|
89
|
+
end # V107
|
|
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 V107
|
|
24
24
|
class Animation
|
|
25
25
|
EVENTS = {
|
|
26
26
|
animation_canceled: 'animationCanceled',
|
|
@@ -89,6 +89,6 @@ module Selenium
|
|
|
89
89
|
end
|
|
90
90
|
|
|
91
91
|
end # Animation
|
|
92
|
-
end #
|
|
92
|
+
end # V107
|
|
93
93
|
end # DevTools
|
|
94
94
|
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 V107
|
|
24
24
|
class Audits
|
|
25
25
|
EVENTS = {
|
|
26
26
|
issue_added: 'issueAdded',
|
|
@@ -57,6 +57,6 @@ module Selenium
|
|
|
57
57
|
end
|
|
58
58
|
|
|
59
59
|
end # Audits
|
|
60
|
-
end #
|
|
60
|
+
end # V107
|
|
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 V107
|
|
24
24
|
class BackgroundService
|
|
25
25
|
EVENTS = {
|
|
26
26
|
recording_state_changed: 'recordingStateChanged',
|
|
@@ -58,6 +58,6 @@ module Selenium
|
|
|
58
58
|
end
|
|
59
59
|
|
|
60
60
|
end # BackgroundService
|
|
61
|
-
end #
|
|
61
|
+
end # V107
|
|
62
62
|
end # DevTools
|
|
63
63
|
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 V107
|
|
24
24
|
class Browser
|
|
25
25
|
EVENTS = {
|
|
26
26
|
download_will_begin: 'downloadWillBegin',
|
|
@@ -130,6 +130,6 @@ module Selenium
|
|
|
130
130
|
end
|
|
131
131
|
|
|
132
132
|
end # Browser
|
|
133
|
-
end #
|
|
133
|
+
end # V107
|
|
134
134
|
end # DevTools
|
|
135
135
|
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 V107
|
|
24
24
|
class CacheStorage
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -64,6 +64,6 @@ module Selenium
|
|
|
64
64
|
end
|
|
65
65
|
|
|
66
66
|
end # CacheStorage
|
|
67
|
-
end #
|
|
67
|
+
end # V107
|
|
68
68
|
end # DevTools
|
|
69
69
|
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 V107
|
|
24
24
|
class Cast
|
|
25
25
|
EVENTS = {
|
|
26
26
|
sinks_updated: 'sinksUpdated',
|
|
@@ -66,6 +66,6 @@ module Selenium
|
|
|
66
66
|
end
|
|
67
67
|
|
|
68
68
|
end # Cast
|
|
69
|
-
end #
|
|
69
|
+
end # V107
|
|
70
70
|
end # DevTools
|
|
71
71
|
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 V107
|
|
24
24
|
class Console
|
|
25
25
|
EVENTS = {
|
|
26
26
|
message_added: 'messageAdded',
|
|
@@ -48,6 +48,6 @@ module Selenium
|
|
|
48
48
|
end
|
|
49
49
|
|
|
50
50
|
end # Console
|
|
51
|
-
end #
|
|
51
|
+
end # V107
|
|
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 V107
|
|
24
24
|
class CSS
|
|
25
25
|
EVENTS = {
|
|
26
26
|
fonts_updated: 'fontsUpdated',
|
|
@@ -153,6 +153,13 @@ module Selenium
|
|
|
153
153
|
text: text)
|
|
154
154
|
end
|
|
155
155
|
|
|
156
|
+
def set_scope_text(style_sheet_id:, range:, text:)
|
|
157
|
+
@devtools.send_cmd('CSS.setScopeText',
|
|
158
|
+
styleSheetId: style_sheet_id,
|
|
159
|
+
range: range,
|
|
160
|
+
text: text)
|
|
161
|
+
end
|
|
162
|
+
|
|
156
163
|
def set_rule_selector(style_sheet_id:, range:, selector:)
|
|
157
164
|
@devtools.send_cmd('CSS.setRuleSelector',
|
|
158
165
|
styleSheetId: style_sheet_id,
|
|
@@ -189,6 +196,6 @@ module Selenium
|
|
|
189
196
|
end
|
|
190
197
|
|
|
191
198
|
end # CSS
|
|
192
|
-
end #
|
|
199
|
+
end # V107
|
|
193
200
|
end # DevTools
|
|
194
201
|
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 V107
|
|
24
24
|
class Database
|
|
25
25
|
EVENTS = {
|
|
26
26
|
add_database: 'addDatabase',
|
|
@@ -55,6 +55,6 @@ module Selenium
|
|
|
55
55
|
end
|
|
56
56
|
|
|
57
57
|
end # Database
|
|
58
|
-
end #
|
|
58
|
+
end # V107
|
|
59
59
|
end # DevTools
|
|
60
60
|
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 V107
|
|
24
24
|
class Debugger
|
|
25
25
|
EVENTS = {
|
|
26
26
|
breakpoint_resolved: 'breakpointResolved',
|
|
@@ -79,6 +79,16 @@ module Selenium
|
|
|
79
79
|
scriptId: script_id)
|
|
80
80
|
end
|
|
81
81
|
|
|
82
|
+
def disassemble_wasm_module(script_id:)
|
|
83
|
+
@devtools.send_cmd('Debugger.disassembleWasmModule',
|
|
84
|
+
scriptId: script_id)
|
|
85
|
+
end
|
|
86
|
+
|
|
87
|
+
def next_wasm_disassembly_chunk(stream_id:)
|
|
88
|
+
@devtools.send_cmd('Debugger.nextWasmDisassemblyChunk',
|
|
89
|
+
streamId: stream_id)
|
|
90
|
+
end
|
|
91
|
+
|
|
82
92
|
def get_wasm_bytecode(script_id:)
|
|
83
93
|
@devtools.send_cmd('Debugger.getWasmBytecode',
|
|
84
94
|
scriptId: script_id)
|
|
@@ -180,11 +190,12 @@ module Selenium
|
|
|
180
190
|
newValue: new_value)
|
|
181
191
|
end
|
|
182
192
|
|
|
183
|
-
def set_script_source(script_id:, script_source:, dry_run: nil)
|
|
193
|
+
def set_script_source(script_id:, script_source:, dry_run: nil, allow_top_frame_editing: nil)
|
|
184
194
|
@devtools.send_cmd('Debugger.setScriptSource',
|
|
185
195
|
scriptId: script_id,
|
|
186
196
|
scriptSource: script_source,
|
|
187
|
-
dryRun: dry_run
|
|
197
|
+
dryRun: dry_run,
|
|
198
|
+
allowTopFrameEditing: allow_top_frame_editing)
|
|
188
199
|
end
|
|
189
200
|
|
|
190
201
|
def set_skip_all_pauses(skip:)
|
|
@@ -216,6 +227,6 @@ module Selenium
|
|
|
216
227
|
end
|
|
217
228
|
|
|
218
229
|
end # Debugger
|
|
219
|
-
end #
|
|
230
|
+
end # V107
|
|
220
231
|
end # DevTools
|
|
221
232
|
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 V107
|
|
24
24
|
class DeviceOrientation
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -44,6 +44,6 @@ module Selenium
|
|
|
44
44
|
end
|
|
45
45
|
|
|
46
46
|
end # DeviceOrientation
|
|
47
|
-
end #
|
|
47
|
+
end # V107
|
|
48
48
|
end # DevTools
|
|
49
49
|
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 V107
|
|
24
24
|
class DOM
|
|
25
25
|
EVENTS = {
|
|
26
26
|
attribute_modified: 'attributeModified',
|
|
@@ -33,6 +33,7 @@ module Selenium
|
|
|
33
33
|
document_updated: 'documentUpdated',
|
|
34
34
|
inline_style_invalidated: 'inlineStyleInvalidated',
|
|
35
35
|
pseudo_element_added: 'pseudoElementAdded',
|
|
36
|
+
top_layer_elements_updated: 'topLayerElementsUpdated',
|
|
36
37
|
pseudo_element_removed: 'pseudoElementRemoved',
|
|
37
38
|
set_child_nodes: 'setChildNodes',
|
|
38
39
|
shadow_root_popped: 'shadowRootPopped',
|
|
@@ -214,6 +215,10 @@ module Selenium
|
|
|
214
215
|
selector: selector)
|
|
215
216
|
end
|
|
216
217
|
|
|
218
|
+
def get_top_layer_elements
|
|
219
|
+
@devtools.send_cmd('DOM.getTopLayerElements')
|
|
220
|
+
end
|
|
221
|
+
|
|
217
222
|
def redo
|
|
218
223
|
@devtools.send_cmd('DOM.redo')
|
|
219
224
|
end
|
|
@@ -330,6 +335,6 @@ module Selenium
|
|
|
330
335
|
end
|
|
331
336
|
|
|
332
337
|
end # DOM
|
|
333
|
-
end #
|
|
338
|
+
end # V107
|
|
334
339
|
end # DevTools
|
|
335
340
|
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 V107
|
|
24
24
|
class DOMDebugger
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -89,6 +89,6 @@ module Selenium
|
|
|
89
89
|
end
|
|
90
90
|
|
|
91
91
|
end # DOMDebugger
|
|
92
|
-
end #
|
|
92
|
+
end # V107
|
|
93
93
|
end # DevTools
|
|
94
94
|
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 V107
|
|
24
24
|
class DOMSnapshot
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -58,6 +58,6 @@ module Selenium
|
|
|
58
58
|
end
|
|
59
59
|
|
|
60
60
|
end # DOMSnapshot
|
|
61
|
-
end #
|
|
61
|
+
end # V107
|
|
62
62
|
end # DevTools
|
|
63
63
|
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 V107
|
|
24
24
|
class DOMStorage
|
|
25
25
|
EVENTS = {
|
|
26
26
|
dom_storage_item_added: 'domStorageItemAdded',
|
|
@@ -70,6 +70,6 @@ module Selenium
|
|
|
70
70
|
end
|
|
71
71
|
|
|
72
72
|
end # DOMStorage
|
|
73
|
-
end #
|
|
73
|
+
end # V107
|
|
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 V107
|
|
24
24
|
class Emulation
|
|
25
25
|
EVENTS = {
|
|
26
26
|
virtual_time_budget_expired: 'virtualTimeBudgetExpired',
|
|
@@ -201,6 +201,6 @@ module Selenium
|
|
|
201
201
|
end
|
|
202
202
|
|
|
203
203
|
end # Emulation
|
|
204
|
-
end #
|
|
204
|
+
end # V107
|
|
205
205
|
end # DevTools
|
|
206
206
|
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 V107
|
|
24
24
|
class EventBreakpoints
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -43,6 +43,6 @@ module Selenium
|
|
|
43
43
|
end
|
|
44
44
|
|
|
45
45
|
end # EventBreakpoints
|
|
46
|
-
end #
|
|
46
|
+
end # V107
|
|
47
47
|
end # DevTools
|
|
48
48
|
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 V107
|
|
24
24
|
class Fetch
|
|
25
25
|
EVENTS = {
|
|
26
26
|
request_paused: 'requestPaused',
|
|
@@ -98,6 +98,6 @@ module Selenium
|
|
|
98
98
|
end
|
|
99
99
|
|
|
100
100
|
end # Fetch
|
|
101
|
-
end #
|
|
101
|
+
end # V107
|
|
102
102
|
end # DevTools
|
|
103
103
|
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 V107
|
|
24
24
|
class HeadlessExperimental
|
|
25
25
|
EVENTS = {
|
|
26
26
|
needs_begin_frames_changed: 'needsBeginFramesChanged',
|
|
@@ -52,6 +52,6 @@ module Selenium
|
|
|
52
52
|
end
|
|
53
53
|
|
|
54
54
|
end # HeadlessExperimental
|
|
55
|
-
end #
|
|
55
|
+
end # V107
|
|
56
56
|
end # DevTools
|
|
57
57
|
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 V107
|
|
24
24
|
class HeapProfiler
|
|
25
25
|
EVENTS = {
|
|
26
26
|
add_heap_snapshot_chunk: 'addHeapSnapshotChunk',
|
|
@@ -102,6 +102,6 @@ module Selenium
|
|
|
102
102
|
end
|
|
103
103
|
|
|
104
104
|
end # HeapProfiler
|
|
105
|
-
end #
|
|
105
|
+
end # V107
|
|
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 V107
|
|
24
24
|
class IndexedDB
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -32,22 +32,25 @@ module Selenium
|
|
|
32
32
|
@devtools.callbacks["IndexedDB.#{event}"] << block
|
|
33
33
|
end
|
|
34
34
|
|
|
35
|
-
def clear_object_store(security_origin
|
|
35
|
+
def clear_object_store(security_origin: nil, storage_key: nil, database_name:, object_store_name:)
|
|
36
36
|
@devtools.send_cmd('IndexedDB.clearObjectStore',
|
|
37
37
|
securityOrigin: security_origin,
|
|
38
|
+
storageKey: storage_key,
|
|
38
39
|
databaseName: database_name,
|
|
39
40
|
objectStoreName: object_store_name)
|
|
40
41
|
end
|
|
41
42
|
|
|
42
|
-
def delete_database(security_origin
|
|
43
|
+
def delete_database(security_origin: nil, storage_key: nil, database_name:)
|
|
43
44
|
@devtools.send_cmd('IndexedDB.deleteDatabase',
|
|
44
45
|
securityOrigin: security_origin,
|
|
46
|
+
storageKey: storage_key,
|
|
45
47
|
databaseName: database_name)
|
|
46
48
|
end
|
|
47
49
|
|
|
48
|
-
def delete_object_store_entries(security_origin
|
|
50
|
+
def delete_object_store_entries(security_origin: nil, storage_key: nil, database_name:, object_store_name:, key_range:)
|
|
49
51
|
@devtools.send_cmd('IndexedDB.deleteObjectStoreEntries',
|
|
50
52
|
securityOrigin: security_origin,
|
|
53
|
+
storageKey: storage_key,
|
|
51
54
|
databaseName: database_name,
|
|
52
55
|
objectStoreName: object_store_name,
|
|
53
56
|
keyRange: key_range)
|
|
@@ -61,9 +64,10 @@ module Selenium
|
|
|
61
64
|
@devtools.send_cmd('IndexedDB.enable')
|
|
62
65
|
end
|
|
63
66
|
|
|
64
|
-
def request_data(security_origin
|
|
67
|
+
def request_data(security_origin: nil, storage_key: nil, database_name:, object_store_name:, index_name:, skip_count:, page_size:, key_range: nil)
|
|
65
68
|
@devtools.send_cmd('IndexedDB.requestData',
|
|
66
69
|
securityOrigin: security_origin,
|
|
70
|
+
storageKey: storage_key,
|
|
67
71
|
databaseName: database_name,
|
|
68
72
|
objectStoreName: object_store_name,
|
|
69
73
|
indexName: index_name,
|
|
@@ -72,25 +76,28 @@ module Selenium
|
|
|
72
76
|
keyRange: key_range)
|
|
73
77
|
end
|
|
74
78
|
|
|
75
|
-
def get_metadata(security_origin
|
|
79
|
+
def get_metadata(security_origin: nil, storage_key: nil, database_name:, object_store_name:)
|
|
76
80
|
@devtools.send_cmd('IndexedDB.getMetadata',
|
|
77
81
|
securityOrigin: security_origin,
|
|
82
|
+
storageKey: storage_key,
|
|
78
83
|
databaseName: database_name,
|
|
79
84
|
objectStoreName: object_store_name)
|
|
80
85
|
end
|
|
81
86
|
|
|
82
|
-
def request_database(security_origin
|
|
87
|
+
def request_database(security_origin: nil, storage_key: nil, database_name:)
|
|
83
88
|
@devtools.send_cmd('IndexedDB.requestDatabase',
|
|
84
89
|
securityOrigin: security_origin,
|
|
90
|
+
storageKey: storage_key,
|
|
85
91
|
databaseName: database_name)
|
|
86
92
|
end
|
|
87
93
|
|
|
88
|
-
def request_database_names(security_origin:)
|
|
94
|
+
def request_database_names(security_origin: nil, storage_key: nil)
|
|
89
95
|
@devtools.send_cmd('IndexedDB.requestDatabaseNames',
|
|
90
|
-
securityOrigin: security_origin
|
|
96
|
+
securityOrigin: security_origin,
|
|
97
|
+
storageKey: storage_key)
|
|
91
98
|
end
|
|
92
99
|
|
|
93
100
|
end # IndexedDB
|
|
94
|
-
end #
|
|
101
|
+
end # V107
|
|
95
102
|
end # DevTools
|
|
96
103
|
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 V107
|
|
24
24
|
class Input
|
|
25
25
|
EVENTS = {
|
|
26
26
|
drag_intercepted: 'dragIntercepted',
|
|
@@ -163,6 +163,6 @@ module Selenium
|
|
|
163
163
|
end
|
|
164
164
|
|
|
165
165
|
end # Input
|
|
166
|
-
end #
|
|
166
|
+
end # V107
|
|
167
167
|
end # DevTools
|
|
168
168
|
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 V107
|
|
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 # V107
|
|
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 V107
|
|
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 # V107
|
|
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 V107
|
|
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 # V107
|
|
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 V107
|
|
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 # V107
|
|
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 V107
|
|
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 # V107
|
|
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 V107
|
|
24
24
|
class Memory
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -77,6 +77,6 @@ module Selenium
|
|
|
77
77
|
end
|
|
78
78
|
|
|
79
79
|
end # Memory
|
|
80
|
-
end #
|
|
80
|
+
end # V107
|
|
81
81
|
end # DevTools
|
|
82
82
|
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 V107
|
|
24
24
|
class Network
|
|
25
25
|
EVENTS = {
|
|
26
26
|
data_received: 'dataReceived',
|
|
@@ -259,6 +259,6 @@ module Selenium
|
|
|
259
259
|
end
|
|
260
260
|
|
|
261
261
|
end # Network
|
|
262
|
-
end #
|
|
262
|
+
end # V107
|
|
263
263
|
end # DevTools
|
|
264
264
|
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 V107
|
|
24
24
|
class Overlay
|
|
25
25
|
EVENTS = {
|
|
26
26
|
inspect_node_requested: 'inspectNodeRequested',
|
|
@@ -197,6 +197,6 @@ module Selenium
|
|
|
197
197
|
end
|
|
198
198
|
|
|
199
199
|
end # Overlay
|
|
200
|
-
end #
|
|
200
|
+
end # V107
|
|
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 V107
|
|
24
24
|
class Page
|
|
25
25
|
EVENTS = {
|
|
26
26
|
dom_content_event_fired: 'domContentEventFired',
|
|
@@ -389,6 +389,6 @@ module Selenium
|
|
|
389
389
|
end
|
|
390
390
|
|
|
391
391
|
end # Page
|
|
392
|
-
end #
|
|
392
|
+
end # V107
|
|
393
393
|
end # DevTools
|
|
394
394
|
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 V107
|
|
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 # V107
|
|
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 V107
|
|
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 # V107
|
|
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 V107
|
|
24
24
|
class Profiler
|
|
25
25
|
EVENTS = {
|
|
26
26
|
console_profile_finished: 'consoleProfileFinished',
|
|
@@ -90,6 +90,6 @@ module Selenium
|
|
|
90
90
|
end
|
|
91
91
|
|
|
92
92
|
end # Profiler
|
|
93
|
-
end #
|
|
93
|
+
end # V107
|
|
94
94
|
end # DevTools
|
|
95
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 V107
|
|
24
24
|
class Runtime
|
|
25
25
|
EVENTS = {
|
|
26
26
|
binding_called: 'bindingCalled',
|
|
@@ -196,6 +196,6 @@ module Selenium
|
|
|
196
196
|
end
|
|
197
197
|
|
|
198
198
|
end # Runtime
|
|
199
|
-
end #
|
|
199
|
+
end # V107
|
|
200
200
|
end # DevTools
|
|
201
201
|
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 V107
|
|
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 # V107
|
|
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 V107
|
|
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 # V107
|
|
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 V107
|
|
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 # V107
|
|
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 V107
|
|
24
24
|
class Storage
|
|
25
25
|
EVENTS = {
|
|
26
26
|
cache_storage_content_updated: 'cacheStorageContentUpdated',
|
|
@@ -50,6 +50,12 @@ module Selenium
|
|
|
50
50
|
storageTypes: storage_types)
|
|
51
51
|
end
|
|
52
52
|
|
|
53
|
+
def clear_data_for_storage_key(storage_key:, storage_types:)
|
|
54
|
+
@devtools.send_cmd('Storage.clearDataForStorageKey',
|
|
55
|
+
storageKey: storage_key,
|
|
56
|
+
storageTypes: storage_types)
|
|
57
|
+
end
|
|
58
|
+
|
|
53
59
|
def get_cookies(browser_context_id: nil)
|
|
54
60
|
@devtools.send_cmd('Storage.getCookies',
|
|
55
61
|
browserContextId: browser_context_id)
|
|
@@ -87,6 +93,11 @@ module Selenium
|
|
|
87
93
|
origin: origin)
|
|
88
94
|
end
|
|
89
95
|
|
|
96
|
+
def track_indexed_db_for_storage_key(storage_key:)
|
|
97
|
+
@devtools.send_cmd('Storage.trackIndexedDBForStorageKey',
|
|
98
|
+
storageKey: storage_key)
|
|
99
|
+
end
|
|
100
|
+
|
|
90
101
|
def untrack_cache_storage_for_origin(origin:)
|
|
91
102
|
@devtools.send_cmd('Storage.untrackCacheStorageForOrigin',
|
|
92
103
|
origin: origin)
|
|
@@ -97,6 +108,11 @@ module Selenium
|
|
|
97
108
|
origin: origin)
|
|
98
109
|
end
|
|
99
110
|
|
|
111
|
+
def untrack_indexed_db_for_storage_key(storage_key:)
|
|
112
|
+
@devtools.send_cmd('Storage.untrackIndexedDBForStorageKey',
|
|
113
|
+
storageKey: storage_key)
|
|
114
|
+
end
|
|
115
|
+
|
|
100
116
|
def get_trust_tokens
|
|
101
117
|
@devtools.send_cmd('Storage.getTrustTokens')
|
|
102
118
|
end
|
|
@@ -118,6 +134,6 @@ module Selenium
|
|
|
118
134
|
end
|
|
119
135
|
|
|
120
136
|
end # Storage
|
|
121
|
-
end #
|
|
137
|
+
end # V107
|
|
122
138
|
end # DevTools
|
|
123
139
|
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 V107
|
|
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 # V107
|
|
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 V107
|
|
24
24
|
class Target
|
|
25
25
|
EVENTS = {
|
|
26
26
|
attached_to_target: 'attachedToTarget',
|
|
@@ -106,8 +106,9 @@ module Selenium
|
|
|
106
106
|
targetId: target_id)
|
|
107
107
|
end
|
|
108
108
|
|
|
109
|
-
def get_targets
|
|
110
|
-
@devtools.send_cmd('Target.getTargets'
|
|
109
|
+
def get_targets(filter: nil)
|
|
110
|
+
@devtools.send_cmd('Target.getTargets',
|
|
111
|
+
filter: filter)
|
|
111
112
|
end
|
|
112
113
|
|
|
113
114
|
def send_message_to_target(message:, session_id: nil, target_id: nil)
|
|
@@ -117,22 +118,25 @@ module Selenium
|
|
|
117
118
|
targetId: target_id)
|
|
118
119
|
end
|
|
119
120
|
|
|
120
|
-
def set_auto_attach(auto_attach:, wait_for_debugger_on_start:, flatten: nil)
|
|
121
|
+
def set_auto_attach(auto_attach:, wait_for_debugger_on_start:, flatten: nil, filter: nil)
|
|
121
122
|
@devtools.send_cmd('Target.setAutoAttach',
|
|
122
123
|
autoAttach: auto_attach,
|
|
123
124
|
waitForDebuggerOnStart: wait_for_debugger_on_start,
|
|
124
|
-
flatten: flatten
|
|
125
|
+
flatten: flatten,
|
|
126
|
+
filter: filter)
|
|
125
127
|
end
|
|
126
128
|
|
|
127
|
-
def auto_attach_related(target_id:, wait_for_debugger_on_start:)
|
|
129
|
+
def auto_attach_related(target_id:, wait_for_debugger_on_start:, filter: nil)
|
|
128
130
|
@devtools.send_cmd('Target.autoAttachRelated',
|
|
129
131
|
targetId: target_id,
|
|
130
|
-
waitForDebuggerOnStart: wait_for_debugger_on_start
|
|
132
|
+
waitForDebuggerOnStart: wait_for_debugger_on_start,
|
|
133
|
+
filter: filter)
|
|
131
134
|
end
|
|
132
135
|
|
|
133
|
-
def set_discover_targets(discover:)
|
|
136
|
+
def set_discover_targets(discover:, filter: nil)
|
|
134
137
|
@devtools.send_cmd('Target.setDiscoverTargets',
|
|
135
|
-
discover: discover
|
|
138
|
+
discover: discover,
|
|
139
|
+
filter: filter)
|
|
136
140
|
end
|
|
137
141
|
|
|
138
142
|
def set_remote_locations(locations:)
|
|
@@ -141,6 +145,6 @@ module Selenium
|
|
|
141
145
|
end
|
|
142
146
|
|
|
143
147
|
end # Target
|
|
144
|
-
end #
|
|
148
|
+
end # V107
|
|
145
149
|
end # DevTools
|
|
146
150
|
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 V107
|
|
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 # V107
|
|
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 V107
|
|
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 # V107
|
|
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 V107
|
|
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 # V107
|
|
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 V107
|
|
24
24
|
class WebAuthn
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -92,6 +92,6 @@ module Selenium
|
|
|
92
92
|
end
|
|
93
93
|
|
|
94
94
|
end # WebAuthn
|
|
95
|
-
end #
|
|
95
|
+
end # V107
|
|
96
96
|
end # DevTools
|
|
97
97
|
end # Selenium
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Dir.glob("#{File.dirname(File.absolute_path(__FILE__))}/v107/*", &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.107.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: 2022-
|
|
13
|
+
date: 2022-10-26 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: selenium-webdriver
|
|
@@ -42,53 +42,6 @@ files:
|
|
|
42
42
|
- NOTICE
|
|
43
43
|
- lib/selenium/devtools.rb
|
|
44
44
|
- lib/selenium/devtools/README.md
|
|
45
|
-
- lib/selenium/devtools/v104.rb
|
|
46
|
-
- lib/selenium/devtools/v104/accessibility.rb
|
|
47
|
-
- lib/selenium/devtools/v104/animation.rb
|
|
48
|
-
- lib/selenium/devtools/v104/audits.rb
|
|
49
|
-
- lib/selenium/devtools/v104/background_service.rb
|
|
50
|
-
- lib/selenium/devtools/v104/browser.rb
|
|
51
|
-
- lib/selenium/devtools/v104/cache_storage.rb
|
|
52
|
-
- lib/selenium/devtools/v104/cast.rb
|
|
53
|
-
- lib/selenium/devtools/v104/console.rb
|
|
54
|
-
- lib/selenium/devtools/v104/css.rb
|
|
55
|
-
- lib/selenium/devtools/v104/database.rb
|
|
56
|
-
- lib/selenium/devtools/v104/debugger.rb
|
|
57
|
-
- lib/selenium/devtools/v104/device_orientation.rb
|
|
58
|
-
- lib/selenium/devtools/v104/dom.rb
|
|
59
|
-
- lib/selenium/devtools/v104/dom_debugger.rb
|
|
60
|
-
- lib/selenium/devtools/v104/dom_snapshot.rb
|
|
61
|
-
- lib/selenium/devtools/v104/dom_storage.rb
|
|
62
|
-
- lib/selenium/devtools/v104/emulation.rb
|
|
63
|
-
- lib/selenium/devtools/v104/event_breakpoints.rb
|
|
64
|
-
- lib/selenium/devtools/v104/fetch.rb
|
|
65
|
-
- lib/selenium/devtools/v104/headless_experimental.rb
|
|
66
|
-
- lib/selenium/devtools/v104/heap_profiler.rb
|
|
67
|
-
- lib/selenium/devtools/v104/indexed_db.rb
|
|
68
|
-
- lib/selenium/devtools/v104/input.rb
|
|
69
|
-
- lib/selenium/devtools/v104/inspector.rb
|
|
70
|
-
- lib/selenium/devtools/v104/io.rb
|
|
71
|
-
- lib/selenium/devtools/v104/layer_tree.rb
|
|
72
|
-
- lib/selenium/devtools/v104/log.rb
|
|
73
|
-
- lib/selenium/devtools/v104/media.rb
|
|
74
|
-
- lib/selenium/devtools/v104/memory.rb
|
|
75
|
-
- lib/selenium/devtools/v104/network.rb
|
|
76
|
-
- lib/selenium/devtools/v104/overlay.rb
|
|
77
|
-
- lib/selenium/devtools/v104/page.rb
|
|
78
|
-
- lib/selenium/devtools/v104/performance.rb
|
|
79
|
-
- lib/selenium/devtools/v104/performance_timeline.rb
|
|
80
|
-
- lib/selenium/devtools/v104/profiler.rb
|
|
81
|
-
- lib/selenium/devtools/v104/runtime.rb
|
|
82
|
-
- lib/selenium/devtools/v104/schema.rb
|
|
83
|
-
- lib/selenium/devtools/v104/security.rb
|
|
84
|
-
- lib/selenium/devtools/v104/service_worker.rb
|
|
85
|
-
- lib/selenium/devtools/v104/storage.rb
|
|
86
|
-
- lib/selenium/devtools/v104/system_info.rb
|
|
87
|
-
- lib/selenium/devtools/v104/target.rb
|
|
88
|
-
- lib/selenium/devtools/v104/tethering.rb
|
|
89
|
-
- lib/selenium/devtools/v104/tracing.rb
|
|
90
|
-
- lib/selenium/devtools/v104/web_audio.rb
|
|
91
|
-
- lib/selenium/devtools/v104/web_authn.rb
|
|
92
45
|
- lib/selenium/devtools/v105.rb
|
|
93
46
|
- lib/selenium/devtools/v105/accessibility.rb
|
|
94
47
|
- lib/selenium/devtools/v105/animation.rb
|
|
@@ -183,6 +136,53 @@ files:
|
|
|
183
136
|
- lib/selenium/devtools/v106/tracing.rb
|
|
184
137
|
- lib/selenium/devtools/v106/web_audio.rb
|
|
185
138
|
- lib/selenium/devtools/v106/web_authn.rb
|
|
139
|
+
- lib/selenium/devtools/v107.rb
|
|
140
|
+
- lib/selenium/devtools/v107/accessibility.rb
|
|
141
|
+
- lib/selenium/devtools/v107/animation.rb
|
|
142
|
+
- lib/selenium/devtools/v107/audits.rb
|
|
143
|
+
- lib/selenium/devtools/v107/background_service.rb
|
|
144
|
+
- lib/selenium/devtools/v107/browser.rb
|
|
145
|
+
- lib/selenium/devtools/v107/cache_storage.rb
|
|
146
|
+
- lib/selenium/devtools/v107/cast.rb
|
|
147
|
+
- lib/selenium/devtools/v107/console.rb
|
|
148
|
+
- lib/selenium/devtools/v107/css.rb
|
|
149
|
+
- lib/selenium/devtools/v107/database.rb
|
|
150
|
+
- lib/selenium/devtools/v107/debugger.rb
|
|
151
|
+
- lib/selenium/devtools/v107/device_orientation.rb
|
|
152
|
+
- lib/selenium/devtools/v107/dom.rb
|
|
153
|
+
- lib/selenium/devtools/v107/dom_debugger.rb
|
|
154
|
+
- lib/selenium/devtools/v107/dom_snapshot.rb
|
|
155
|
+
- lib/selenium/devtools/v107/dom_storage.rb
|
|
156
|
+
- lib/selenium/devtools/v107/emulation.rb
|
|
157
|
+
- lib/selenium/devtools/v107/event_breakpoints.rb
|
|
158
|
+
- lib/selenium/devtools/v107/fetch.rb
|
|
159
|
+
- lib/selenium/devtools/v107/headless_experimental.rb
|
|
160
|
+
- lib/selenium/devtools/v107/heap_profiler.rb
|
|
161
|
+
- lib/selenium/devtools/v107/indexed_db.rb
|
|
162
|
+
- lib/selenium/devtools/v107/input.rb
|
|
163
|
+
- lib/selenium/devtools/v107/inspector.rb
|
|
164
|
+
- lib/selenium/devtools/v107/io.rb
|
|
165
|
+
- lib/selenium/devtools/v107/layer_tree.rb
|
|
166
|
+
- lib/selenium/devtools/v107/log.rb
|
|
167
|
+
- lib/selenium/devtools/v107/media.rb
|
|
168
|
+
- lib/selenium/devtools/v107/memory.rb
|
|
169
|
+
- lib/selenium/devtools/v107/network.rb
|
|
170
|
+
- lib/selenium/devtools/v107/overlay.rb
|
|
171
|
+
- lib/selenium/devtools/v107/page.rb
|
|
172
|
+
- lib/selenium/devtools/v107/performance.rb
|
|
173
|
+
- lib/selenium/devtools/v107/performance_timeline.rb
|
|
174
|
+
- lib/selenium/devtools/v107/profiler.rb
|
|
175
|
+
- lib/selenium/devtools/v107/runtime.rb
|
|
176
|
+
- lib/selenium/devtools/v107/schema.rb
|
|
177
|
+
- lib/selenium/devtools/v107/security.rb
|
|
178
|
+
- lib/selenium/devtools/v107/service_worker.rb
|
|
179
|
+
- lib/selenium/devtools/v107/storage.rb
|
|
180
|
+
- lib/selenium/devtools/v107/system_info.rb
|
|
181
|
+
- lib/selenium/devtools/v107/target.rb
|
|
182
|
+
- lib/selenium/devtools/v107/tethering.rb
|
|
183
|
+
- lib/selenium/devtools/v107/tracing.rb
|
|
184
|
+
- lib/selenium/devtools/v107/web_audio.rb
|
|
185
|
+
- lib/selenium/devtools/v107/web_authn.rb
|
|
186
186
|
- lib/selenium/devtools/v85.rb
|
|
187
187
|
- lib/selenium/devtools/v85/accessibility.rb
|
|
188
188
|
- lib/selenium/devtools/v85/animation.rb
|
|
@@ -253,7 +253,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
253
253
|
- !ruby/object:Gem::Version
|
|
254
254
|
version: 1.3.1
|
|
255
255
|
requirements: []
|
|
256
|
-
rubygems_version: 3.0.3
|
|
256
|
+
rubygems_version: 3.0.3.1
|
|
257
257
|
signing_key:
|
|
258
258
|
specification_version: 4
|
|
259
259
|
summary: DevTools Code for use with Selenium
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Dir.glob("#{File.dirname(File.absolute_path(__FILE__))}/v104/*", &method(:require))
|