selenium-devtools 0.105.0 → 0.107.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/selenium/devtools/{v102 → v106}/accessibility.rb +2 -2
- data/lib/selenium/devtools/{v102 → v106}/animation.rb +2 -2
- data/lib/selenium/devtools/{v102 → v106}/audits.rb +2 -2
- data/lib/selenium/devtools/{v101 → v106}/background_service.rb +2 -2
- data/lib/selenium/devtools/{v101 → v106}/browser.rb +2 -2
- data/lib/selenium/devtools/{v102 → v106}/cache_storage.rb +2 -2
- data/lib/selenium/devtools/{v103 → v106}/cast.rb +2 -2
- data/lib/selenium/devtools/{v102 → v106}/console.rb +2 -2
- data/lib/selenium/devtools/{v102 → v106}/css.rb +9 -2
- data/lib/selenium/devtools/{v102 → v106}/database.rb +2 -2
- data/lib/selenium/devtools/{v104 → v106}/debugger.rb +15 -4
- data/lib/selenium/devtools/{v101 → v106}/device_orientation.rb +2 -2
- data/lib/selenium/devtools/{v102 → v106}/dom.rb +7 -2
- data/lib/selenium/devtools/{v103 → v106}/dom_debugger.rb +2 -2
- data/lib/selenium/devtools/{v102 → v106}/dom_snapshot.rb +2 -2
- data/lib/selenium/devtools/{v101 → v106}/dom_storage.rb +2 -2
- data/lib/selenium/devtools/{v104 → v106}/emulation.rb +2 -2
- data/lib/selenium/devtools/{v102 → v106}/event_breakpoints.rb +2 -2
- data/lib/selenium/devtools/{v101 → v106}/fetch.rb +2 -2
- data/lib/selenium/devtools/{v101 → v106}/headless_experimental.rb +2 -2
- data/lib/selenium/devtools/{v103 → v106}/heap_profiler.rb +2 -2
- data/lib/selenium/devtools/{v103 → v106}/indexed_db.rb +17 -10
- data/lib/selenium/devtools/{v101 → v106}/input.rb +2 -2
- data/lib/selenium/devtools/{v102 → v106}/inspector.rb +2 -2
- data/lib/selenium/devtools/{v101 → v106}/io.rb +2 -2
- data/lib/selenium/devtools/{v102 → v106}/layer_tree.rb +2 -2
- data/lib/selenium/devtools/{v103 → v106}/log.rb +2 -2
- data/lib/selenium/devtools/{v102 → v106}/media.rb +2 -2
- data/lib/selenium/devtools/{v102 → v106}/memory.rb +2 -2
- data/lib/selenium/devtools/{v103 → v106}/network.rb +2 -2
- data/lib/selenium/devtools/{v101 → v106}/overlay.rb +2 -2
- data/lib/selenium/devtools/{v103 → v106}/page.rb +2 -2
- data/lib/selenium/devtools/{v101 → v106}/performance.rb +2 -2
- data/lib/selenium/devtools/{v103 → v106}/performance_timeline.rb +2 -2
- data/lib/selenium/devtools/{v102 → v106}/profiler.rb +2 -2
- data/lib/selenium/devtools/{v102 → v106}/runtime.rb +2 -2
- data/lib/selenium/devtools/{v102 → v106}/schema.rb +2 -2
- data/lib/selenium/devtools/{v102 → v106}/security.rb +2 -2
- data/lib/selenium/devtools/{v103 → v106}/service_worker.rb +2 -2
- data/lib/selenium/devtools/{v104 → v106}/storage.rb +18 -2
- data/lib/selenium/devtools/{v103 → v106}/system_info.rb +2 -2
- data/lib/selenium/devtools/{v103 → v106}/target.rb +14 -10
- data/lib/selenium/devtools/{v101 → v106}/tethering.rb +2 -2
- data/lib/selenium/devtools/{v101 → v106}/tracing.rb +2 -2
- data/lib/selenium/devtools/{v101 → v106}/web_audio.rb +2 -2
- data/lib/selenium/devtools/{v103 → v106}/web_authn.rb +2 -2
- data/lib/selenium/devtools/v106.rb +1 -0
- data/lib/selenium/devtools/{v101 → v107}/accessibility.rb +2 -2
- data/lib/selenium/devtools/{v103 → v107}/animation.rb +2 -2
- data/lib/selenium/devtools/{v103 → v107}/audits.rb +2 -2
- data/lib/selenium/devtools/{v103 → v107}/background_service.rb +2 -2
- data/lib/selenium/devtools/{v103 → v107}/browser.rb +2 -2
- data/lib/selenium/devtools/{v101 → v107}/cache_storage.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/cast.rb +2 -2
- data/lib/selenium/devtools/{v101 → v107}/console.rb +2 -2
- data/lib/selenium/devtools/{v101 → v107}/css.rb +9 -2
- data/lib/selenium/devtools/{v103 → v107}/database.rb +2 -2
- data/lib/selenium/devtools/{v103 → v107}/debugger.rb +18 -6
- data/lib/selenium/devtools/{v102 → v107}/device_orientation.rb +2 -2
- data/lib/selenium/devtools/{v103 → v107}/dom.rb +7 -2
- data/lib/selenium/devtools/{v104 → v107}/dom_debugger.rb +2 -2
- data/lib/selenium/devtools/{v103 → v107}/dom_snapshot.rb +2 -2
- data/lib/selenium/devtools/{v102 → v107}/dom_storage.rb +2 -2
- data/lib/selenium/devtools/{v103 → v107}/emulation.rb +7 -2
- data/lib/selenium/devtools/{v103 → v107}/event_breakpoints.rb +2 -2
- data/lib/selenium/devtools/{v103 → v107}/fetch.rb +2 -2
- data/lib/selenium/devtools/{v102 → v107}/headless_experimental.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/heap_profiler.rb +2 -2
- data/lib/selenium/devtools/{v101 → v107}/indexed_db.rb +17 -10
- data/lib/selenium/devtools/{v103 → v107}/input.rb +2 -2
- data/lib/selenium/devtools/{v103 → v107}/inspector.rb +2 -2
- data/lib/selenium/devtools/{v103 → v107}/io.rb +2 -2
- data/lib/selenium/devtools/{v103 → v107}/layer_tree.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/log.rb +2 -2
- data/lib/selenium/devtools/{v103 → v107}/media.rb +2 -2
- data/lib/selenium/devtools/{v101 → v107}/memory.rb +2 -2
- data/lib/selenium/devtools/{v102 → v107}/network.rb +2 -2
- data/lib/selenium/devtools/{v103 → v107}/overlay.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/page.rb +2 -2
- data/lib/selenium/devtools/{v103 → v107}/performance.rb +2 -2
- data/lib/selenium/devtools/{v102 → v107}/performance_timeline.rb +2 -2
- data/lib/selenium/devtools/{v101 → v107}/profiler.rb +2 -2
- data/lib/selenium/devtools/{v103 → v107}/runtime.rb +2 -2
- data/lib/selenium/devtools/{v103 → v107}/schema.rb +2 -2
- data/lib/selenium/devtools/{v101 → v107}/security.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/service_worker.rb +2 -2
- data/lib/selenium/devtools/{v103 → v107}/storage.rb +23 -2
- data/lib/selenium/devtools/{v102 → v107}/system_info.rb +2 -2
- data/lib/selenium/devtools/{v104 → v107}/target.rb +14 -10
- data/lib/selenium/devtools/{v103 → v107}/tethering.rb +2 -2
- data/lib/selenium/devtools/{v102 → v107}/tracing.rb +2 -2
- data/lib/selenium/devtools/{v102 → 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 +97 -191
- data/lib/selenium/devtools/v101/animation.rb +0 -94
- data/lib/selenium/devtools/v101/audits.rb +0 -62
- data/lib/selenium/devtools/v101/cast.rb +0 -71
- data/lib/selenium/devtools/v101/database.rb +0 -60
- data/lib/selenium/devtools/v101/debugger.rb +0 -220
- data/lib/selenium/devtools/v101/dom.rb +0 -335
- data/lib/selenium/devtools/v101/dom_debugger.rb +0 -94
- data/lib/selenium/devtools/v101/dom_snapshot.rb +0 -63
- data/lib/selenium/devtools/v101/emulation.rb +0 -201
- data/lib/selenium/devtools/v101/event_breakpoints.rb +0 -48
- data/lib/selenium/devtools/v101/heap_profiler.rb +0 -105
- data/lib/selenium/devtools/v101/inspector.rb +0 -51
- data/lib/selenium/devtools/v101/layer_tree.rb +0 -91
- data/lib/selenium/devtools/v101/log.rb +0 -62
- data/lib/selenium/devtools/v101/media.rb +0 -53
- data/lib/selenium/devtools/v101/network.rb +0 -264
- data/lib/selenium/devtools/v101/page.rb +0 -394
- data/lib/selenium/devtools/v101/performance_timeline.rb +0 -46
- data/lib/selenium/devtools/v101/runtime.rb +0 -199
- data/lib/selenium/devtools/v101/schema.rb +0 -42
- data/lib/selenium/devtools/v101/service_worker.rb +0 -112
- data/lib/selenium/devtools/v101/storage.rb +0 -118
- data/lib/selenium/devtools/v101/system_info.rb +0 -46
- data/lib/selenium/devtools/v101/target.rb +0 -146
- data/lib/selenium/devtools/v101/web_authn.rb +0 -96
- data/lib/selenium/devtools/v101.rb +0 -1
- data/lib/selenium/devtools/v102/background_service.rb +0 -63
- data/lib/selenium/devtools/v102/browser.rb +0 -135
- data/lib/selenium/devtools/v102/cast.rb +0 -71
- data/lib/selenium/devtools/v102/debugger.rb +0 -220
- data/lib/selenium/devtools/v102/dom_debugger.rb +0 -94
- data/lib/selenium/devtools/v102/emulation.rb +0 -201
- data/lib/selenium/devtools/v102/fetch.rb +0 -103
- data/lib/selenium/devtools/v102/heap_profiler.rb +0 -105
- data/lib/selenium/devtools/v102/indexed_db.rb +0 -96
- data/lib/selenium/devtools/v102/input.rb +0 -168
- data/lib/selenium/devtools/v102/io.rb +0 -55
- data/lib/selenium/devtools/v102/log.rb +0 -62
- data/lib/selenium/devtools/v102/overlay.rb +0 -202
- data/lib/selenium/devtools/v102/page.rb +0 -395
- data/lib/selenium/devtools/v102/performance.rb +0 -59
- data/lib/selenium/devtools/v102/service_worker.rb +0 -112
- data/lib/selenium/devtools/v102/storage.rb +0 -118
- data/lib/selenium/devtools/v102/target.rb +0 -146
- data/lib/selenium/devtools/v102/tethering.rb +0 -51
- data/lib/selenium/devtools/v102/web_authn.rb +0 -96
- data/lib/selenium/devtools/v102.rb +0 -1
- data/lib/selenium/devtools/v103/accessibility.rb +0 -91
- data/lib/selenium/devtools/v103/cache_storage.rb +0 -69
- data/lib/selenium/devtools/v103/console.rb +0 -53
- data/lib/selenium/devtools/v103/css.rb +0 -194
- data/lib/selenium/devtools/v103/device_orientation.rb +0 -49
- data/lib/selenium/devtools/v103/dom_storage.rb +0 -80
- data/lib/selenium/devtools/v103/headless_experimental.rb +0 -57
- data/lib/selenium/devtools/v103/memory.rb +0 -82
- data/lib/selenium/devtools/v103/profiler.rb +0 -95
- data/lib/selenium/devtools/v103/security.rb +0 -67
- data/lib/selenium/devtools/v103/tracing.rb +0 -75
- data/lib/selenium/devtools/v103/web_audio.rb +0 -66
- data/lib/selenium/devtools/v103.rb +0 -1
- data/lib/selenium/devtools/v104/accessibility.rb +0 -91
- data/lib/selenium/devtools/v104/animation.rb +0 -94
- data/lib/selenium/devtools/v104/audits.rb +0 -62
- data/lib/selenium/devtools/v104/background_service.rb +0 -63
- data/lib/selenium/devtools/v104/browser.rb +0 -135
- data/lib/selenium/devtools/v104/cache_storage.rb +0 -69
- data/lib/selenium/devtools/v104/console.rb +0 -53
- data/lib/selenium/devtools/v104/css.rb +0 -194
- data/lib/selenium/devtools/v104/database.rb +0 -60
- data/lib/selenium/devtools/v104/device_orientation.rb +0 -49
- data/lib/selenium/devtools/v104/dom.rb +0 -335
- data/lib/selenium/devtools/v104/dom_snapshot.rb +0 -63
- data/lib/selenium/devtools/v104/dom_storage.rb +0 -75
- data/lib/selenium/devtools/v104/event_breakpoints.rb +0 -48
- data/lib/selenium/devtools/v104/fetch.rb +0 -103
- data/lib/selenium/devtools/v104/headless_experimental.rb +0 -57
- data/lib/selenium/devtools/v104/indexed_db.rb +0 -96
- data/lib/selenium/devtools/v104/input.rb +0 -168
- data/lib/selenium/devtools/v104/inspector.rb +0 -51
- data/lib/selenium/devtools/v104/io.rb +0 -55
- data/lib/selenium/devtools/v104/layer_tree.rb +0 -91
- data/lib/selenium/devtools/v104/media.rb +0 -53
- data/lib/selenium/devtools/v104/memory.rb +0 -82
- data/lib/selenium/devtools/v104/network.rb +0 -264
- data/lib/selenium/devtools/v104/overlay.rb +0 -202
- data/lib/selenium/devtools/v104/performance.rb +0 -59
- data/lib/selenium/devtools/v104/performance_timeline.rb +0 -46
- data/lib/selenium/devtools/v104/profiler.rb +0 -95
- data/lib/selenium/devtools/v104/runtime.rb +0 -201
- data/lib/selenium/devtools/v104/schema.rb +0 -42
- data/lib/selenium/devtools/v104/security.rb +0 -67
- data/lib/selenium/devtools/v104/system_info.rb +0 -46
- data/lib/selenium/devtools/v104/tethering.rb +0 -51
- data/lib/selenium/devtools/v104/tracing.rb +0 -75
- data/lib/selenium/devtools/v104/web_audio.rb +0 -66
- data/lib/selenium/devtools/v104.rb +0 -1
@@ -1,194 +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 V103
|
24
|
-
class CSS
|
25
|
-
EVENTS = {
|
26
|
-
fonts_updated: 'fontsUpdated',
|
27
|
-
media_query_result_changed: 'mediaQueryResultChanged',
|
28
|
-
style_sheet_added: 'styleSheetAdded',
|
29
|
-
style_sheet_changed: 'styleSheetChanged',
|
30
|
-
style_sheet_removed: 'styleSheetRemoved',
|
31
|
-
}.freeze
|
32
|
-
|
33
|
-
def initialize(devtools)
|
34
|
-
@devtools = devtools
|
35
|
-
end
|
36
|
-
|
37
|
-
def on(event, &block)
|
38
|
-
event = EVENTS[event] if event.is_a?(Symbol)
|
39
|
-
@devtools.callbacks["CSS.#{event}"] << block
|
40
|
-
end
|
41
|
-
|
42
|
-
def add_rule(style_sheet_id:, rule_text:, location:)
|
43
|
-
@devtools.send_cmd('CSS.addRule',
|
44
|
-
styleSheetId: style_sheet_id,
|
45
|
-
ruleText: rule_text,
|
46
|
-
location: location)
|
47
|
-
end
|
48
|
-
|
49
|
-
def collect_class_names(style_sheet_id:)
|
50
|
-
@devtools.send_cmd('CSS.collectClassNames',
|
51
|
-
styleSheetId: style_sheet_id)
|
52
|
-
end
|
53
|
-
|
54
|
-
def create_style_sheet(frame_id:)
|
55
|
-
@devtools.send_cmd('CSS.createStyleSheet',
|
56
|
-
frameId: frame_id)
|
57
|
-
end
|
58
|
-
|
59
|
-
def disable
|
60
|
-
@devtools.send_cmd('CSS.disable')
|
61
|
-
end
|
62
|
-
|
63
|
-
def enable
|
64
|
-
@devtools.send_cmd('CSS.enable')
|
65
|
-
end
|
66
|
-
|
67
|
-
def force_pseudo_state(node_id:, forced_pseudo_classes:)
|
68
|
-
@devtools.send_cmd('CSS.forcePseudoState',
|
69
|
-
nodeId: node_id,
|
70
|
-
forcedPseudoClasses: forced_pseudo_classes)
|
71
|
-
end
|
72
|
-
|
73
|
-
def get_background_colors(node_id:)
|
74
|
-
@devtools.send_cmd('CSS.getBackgroundColors',
|
75
|
-
nodeId: node_id)
|
76
|
-
end
|
77
|
-
|
78
|
-
def get_computed_style_for_node(node_id:)
|
79
|
-
@devtools.send_cmd('CSS.getComputedStyleForNode',
|
80
|
-
nodeId: node_id)
|
81
|
-
end
|
82
|
-
|
83
|
-
def get_inline_styles_for_node(node_id:)
|
84
|
-
@devtools.send_cmd('CSS.getInlineStylesForNode',
|
85
|
-
nodeId: node_id)
|
86
|
-
end
|
87
|
-
|
88
|
-
def get_matched_styles_for_node(node_id:)
|
89
|
-
@devtools.send_cmd('CSS.getMatchedStylesForNode',
|
90
|
-
nodeId: node_id)
|
91
|
-
end
|
92
|
-
|
93
|
-
def get_media_queries
|
94
|
-
@devtools.send_cmd('CSS.getMediaQueries')
|
95
|
-
end
|
96
|
-
|
97
|
-
def get_platform_fonts_for_node(node_id:)
|
98
|
-
@devtools.send_cmd('CSS.getPlatformFontsForNode',
|
99
|
-
nodeId: node_id)
|
100
|
-
end
|
101
|
-
|
102
|
-
def get_style_sheet_text(style_sheet_id:)
|
103
|
-
@devtools.send_cmd('CSS.getStyleSheetText',
|
104
|
-
styleSheetId: style_sheet_id)
|
105
|
-
end
|
106
|
-
|
107
|
-
def get_layers_for_node(node_id:)
|
108
|
-
@devtools.send_cmd('CSS.getLayersForNode',
|
109
|
-
nodeId: node_id)
|
110
|
-
end
|
111
|
-
|
112
|
-
def track_computed_style_updates(properties_to_track:)
|
113
|
-
@devtools.send_cmd('CSS.trackComputedStyleUpdates',
|
114
|
-
propertiesToTrack: properties_to_track)
|
115
|
-
end
|
116
|
-
|
117
|
-
def take_computed_style_updates
|
118
|
-
@devtools.send_cmd('CSS.takeComputedStyleUpdates')
|
119
|
-
end
|
120
|
-
|
121
|
-
def set_effective_property_value_for_node(node_id:, property_name:, value:)
|
122
|
-
@devtools.send_cmd('CSS.setEffectivePropertyValueForNode',
|
123
|
-
nodeId: node_id,
|
124
|
-
propertyName: property_name,
|
125
|
-
value: value)
|
126
|
-
end
|
127
|
-
|
128
|
-
def set_keyframe_key(style_sheet_id:, range:, key_text:)
|
129
|
-
@devtools.send_cmd('CSS.setKeyframeKey',
|
130
|
-
styleSheetId: style_sheet_id,
|
131
|
-
range: range,
|
132
|
-
keyText: key_text)
|
133
|
-
end
|
134
|
-
|
135
|
-
def set_media_text(style_sheet_id:, range:, text:)
|
136
|
-
@devtools.send_cmd('CSS.setMediaText',
|
137
|
-
styleSheetId: style_sheet_id,
|
138
|
-
range: range,
|
139
|
-
text: text)
|
140
|
-
end
|
141
|
-
|
142
|
-
def set_container_query_text(style_sheet_id:, range:, text:)
|
143
|
-
@devtools.send_cmd('CSS.setContainerQueryText',
|
144
|
-
styleSheetId: style_sheet_id,
|
145
|
-
range: range,
|
146
|
-
text: text)
|
147
|
-
end
|
148
|
-
|
149
|
-
def set_supports_text(style_sheet_id:, range:, text:)
|
150
|
-
@devtools.send_cmd('CSS.setSupportsText',
|
151
|
-
styleSheetId: style_sheet_id,
|
152
|
-
range: range,
|
153
|
-
text: text)
|
154
|
-
end
|
155
|
-
|
156
|
-
def set_rule_selector(style_sheet_id:, range:, selector:)
|
157
|
-
@devtools.send_cmd('CSS.setRuleSelector',
|
158
|
-
styleSheetId: style_sheet_id,
|
159
|
-
range: range,
|
160
|
-
selector: selector)
|
161
|
-
end
|
162
|
-
|
163
|
-
def set_style_sheet_text(style_sheet_id:, text:)
|
164
|
-
@devtools.send_cmd('CSS.setStyleSheetText',
|
165
|
-
styleSheetId: style_sheet_id,
|
166
|
-
text: text)
|
167
|
-
end
|
168
|
-
|
169
|
-
def set_style_texts(edits:)
|
170
|
-
@devtools.send_cmd('CSS.setStyleTexts',
|
171
|
-
edits: edits)
|
172
|
-
end
|
173
|
-
|
174
|
-
def start_rule_usage_tracking
|
175
|
-
@devtools.send_cmd('CSS.startRuleUsageTracking')
|
176
|
-
end
|
177
|
-
|
178
|
-
def stop_rule_usage_tracking
|
179
|
-
@devtools.send_cmd('CSS.stopRuleUsageTracking')
|
180
|
-
end
|
181
|
-
|
182
|
-
def take_coverage_delta
|
183
|
-
@devtools.send_cmd('CSS.takeCoverageDelta')
|
184
|
-
end
|
185
|
-
|
186
|
-
def set_local_fonts_enabled(enabled:)
|
187
|
-
@devtools.send_cmd('CSS.setLocalFontsEnabled',
|
188
|
-
enabled: enabled)
|
189
|
-
end
|
190
|
-
|
191
|
-
end # CSS
|
192
|
-
end # V103
|
193
|
-
end # DevTools
|
194
|
-
end # Selenium
|
@@ -1,49 +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 V103
|
24
|
-
class DeviceOrientation
|
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["DeviceOrientation.#{event}"] << block
|
33
|
-
end
|
34
|
-
|
35
|
-
def clear_device_orientation_override
|
36
|
-
@devtools.send_cmd('DeviceOrientation.clearDeviceOrientationOverride')
|
37
|
-
end
|
38
|
-
|
39
|
-
def set_device_orientation_override(alpha:, beta:, gamma:)
|
40
|
-
@devtools.send_cmd('DeviceOrientation.setDeviceOrientationOverride',
|
41
|
-
alpha: alpha,
|
42
|
-
beta: beta,
|
43
|
-
gamma: gamma)
|
44
|
-
end
|
45
|
-
|
46
|
-
end # DeviceOrientation
|
47
|
-
end # V103
|
48
|
-
end # DevTools
|
49
|
-
end # Selenium
|
@@ -1,80 +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 V103
|
24
|
-
class DOMStorage
|
25
|
-
EVENTS = {
|
26
|
-
dom_storage_item_added: 'domStorageItemAdded',
|
27
|
-
dom_storage_item_removed: 'domStorageItemRemoved',
|
28
|
-
dom_storage_item_updated: 'domStorageItemUpdated',
|
29
|
-
dom_storage_items_cleared: 'domStorageItemsCleared',
|
30
|
-
}.freeze
|
31
|
-
|
32
|
-
def initialize(devtools)
|
33
|
-
@devtools = devtools
|
34
|
-
end
|
35
|
-
|
36
|
-
def on(event, &block)
|
37
|
-
event = EVENTS[event] if event.is_a?(Symbol)
|
38
|
-
@devtools.callbacks["DOMStorage.#{event}"] << block
|
39
|
-
end
|
40
|
-
|
41
|
-
def clear(storage_id:)
|
42
|
-
@devtools.send_cmd('DOMStorage.clear',
|
43
|
-
storageId: storage_id)
|
44
|
-
end
|
45
|
-
|
46
|
-
def disable
|
47
|
-
@devtools.send_cmd('DOMStorage.disable')
|
48
|
-
end
|
49
|
-
|
50
|
-
def enable
|
51
|
-
@devtools.send_cmd('DOMStorage.enable')
|
52
|
-
end
|
53
|
-
|
54
|
-
def get_dom_storage_items(storage_id:)
|
55
|
-
@devtools.send_cmd('DOMStorage.getDOMStorageItems',
|
56
|
-
storageId: storage_id)
|
57
|
-
end
|
58
|
-
|
59
|
-
def remove_dom_storage_item(storage_id:, key:)
|
60
|
-
@devtools.send_cmd('DOMStorage.removeDOMStorageItem',
|
61
|
-
storageId: storage_id,
|
62
|
-
key: key)
|
63
|
-
end
|
64
|
-
|
65
|
-
def set_dom_storage_item(storage_id:, key:, value:)
|
66
|
-
@devtools.send_cmd('DOMStorage.setDOMStorageItem',
|
67
|
-
storageId: storage_id,
|
68
|
-
key: key,
|
69
|
-
value: value)
|
70
|
-
end
|
71
|
-
|
72
|
-
def get_storage_key_for_frame(frame_id:)
|
73
|
-
@devtools.send_cmd('DOMStorage.getStorageKeyForFrame',
|
74
|
-
frameId: frame_id)
|
75
|
-
end
|
76
|
-
|
77
|
-
end # DOMStorage
|
78
|
-
end # V103
|
79
|
-
end # DevTools
|
80
|
-
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 V103
|
24
|
-
class HeadlessExperimental
|
25
|
-
EVENTS = {
|
26
|
-
needs_begin_frames_changed: 'needsBeginFramesChanged',
|
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["HeadlessExperimental.#{event}"] << block
|
36
|
-
end
|
37
|
-
|
38
|
-
def begin_frame(frame_time_ticks: nil, interval: nil, no_display_updates: nil, screenshot: nil)
|
39
|
-
@devtools.send_cmd('HeadlessExperimental.beginFrame',
|
40
|
-
frameTimeTicks: frame_time_ticks,
|
41
|
-
interval: interval,
|
42
|
-
noDisplayUpdates: no_display_updates,
|
43
|
-
screenshot: screenshot)
|
44
|
-
end
|
45
|
-
|
46
|
-
def disable
|
47
|
-
@devtools.send_cmd('HeadlessExperimental.disable')
|
48
|
-
end
|
49
|
-
|
50
|
-
def enable
|
51
|
-
@devtools.send_cmd('HeadlessExperimental.enable')
|
52
|
-
end
|
53
|
-
|
54
|
-
end # HeadlessExperimental
|
55
|
-
end # V103
|
56
|
-
end # DevTools
|
57
|
-
end # Selenium
|
@@ -1,82 +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 V103
|
24
|
-
class Memory
|
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["Memory.#{event}"] << block
|
33
|
-
end
|
34
|
-
|
35
|
-
def get_dom_counters
|
36
|
-
@devtools.send_cmd('Memory.getDOMCounters')
|
37
|
-
end
|
38
|
-
|
39
|
-
def prepare_for_leak_detection
|
40
|
-
@devtools.send_cmd('Memory.prepareForLeakDetection')
|
41
|
-
end
|
42
|
-
|
43
|
-
def forcibly_purge_javascript_memory
|
44
|
-
@devtools.send_cmd('Memory.forciblyPurgeJavaScriptMemory')
|
45
|
-
end
|
46
|
-
|
47
|
-
def set_pressure_notifications_suppressed(suppressed:)
|
48
|
-
@devtools.send_cmd('Memory.setPressureNotificationsSuppressed',
|
49
|
-
suppressed: suppressed)
|
50
|
-
end
|
51
|
-
|
52
|
-
def simulate_pressure_notification(level:)
|
53
|
-
@devtools.send_cmd('Memory.simulatePressureNotification',
|
54
|
-
level: level)
|
55
|
-
end
|
56
|
-
|
57
|
-
def start_sampling(sampling_interval: nil, suppress_randomness: nil)
|
58
|
-
@devtools.send_cmd('Memory.startSampling',
|
59
|
-
samplingInterval: sampling_interval,
|
60
|
-
suppressRandomness: suppress_randomness)
|
61
|
-
end
|
62
|
-
|
63
|
-
def stop_sampling
|
64
|
-
@devtools.send_cmd('Memory.stopSampling')
|
65
|
-
end
|
66
|
-
|
67
|
-
def get_all_time_sampling_profile
|
68
|
-
@devtools.send_cmd('Memory.getAllTimeSamplingProfile')
|
69
|
-
end
|
70
|
-
|
71
|
-
def get_browser_sampling_profile
|
72
|
-
@devtools.send_cmd('Memory.getBrowserSamplingProfile')
|
73
|
-
end
|
74
|
-
|
75
|
-
def get_sampling_profile
|
76
|
-
@devtools.send_cmd('Memory.getSamplingProfile')
|
77
|
-
end
|
78
|
-
|
79
|
-
end # Memory
|
80
|
-
end # V103
|
81
|
-
end # DevTools
|
82
|
-
end # Selenium
|
@@ -1,95 +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 V103
|
24
|
-
class Profiler
|
25
|
-
EVENTS = {
|
26
|
-
console_profile_finished: 'consoleProfileFinished',
|
27
|
-
console_profile_started: 'consoleProfileStarted',
|
28
|
-
precise_coverage_delta_update: 'preciseCoverageDeltaUpdate',
|
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["Profiler.#{event}"] << block
|
38
|
-
end
|
39
|
-
|
40
|
-
def disable
|
41
|
-
@devtools.send_cmd('Profiler.disable')
|
42
|
-
end
|
43
|
-
|
44
|
-
def enable
|
45
|
-
@devtools.send_cmd('Profiler.enable')
|
46
|
-
end
|
47
|
-
|
48
|
-
def get_best_effort_coverage
|
49
|
-
@devtools.send_cmd('Profiler.getBestEffortCoverage')
|
50
|
-
end
|
51
|
-
|
52
|
-
def set_sampling_interval(interval:)
|
53
|
-
@devtools.send_cmd('Profiler.setSamplingInterval',
|
54
|
-
interval: interval)
|
55
|
-
end
|
56
|
-
|
57
|
-
def start
|
58
|
-
@devtools.send_cmd('Profiler.start')
|
59
|
-
end
|
60
|
-
|
61
|
-
def start_precise_coverage(call_count: nil, detailed: nil, allow_triggered_updates: nil)
|
62
|
-
@devtools.send_cmd('Profiler.startPreciseCoverage',
|
63
|
-
callCount: call_count,
|
64
|
-
detailed: detailed,
|
65
|
-
allowTriggeredUpdates: allow_triggered_updates)
|
66
|
-
end
|
67
|
-
|
68
|
-
def start_type_profile
|
69
|
-
@devtools.send_cmd('Profiler.startTypeProfile')
|
70
|
-
end
|
71
|
-
|
72
|
-
def stop
|
73
|
-
@devtools.send_cmd('Profiler.stop')
|
74
|
-
end
|
75
|
-
|
76
|
-
def stop_precise_coverage
|
77
|
-
@devtools.send_cmd('Profiler.stopPreciseCoverage')
|
78
|
-
end
|
79
|
-
|
80
|
-
def stop_type_profile
|
81
|
-
@devtools.send_cmd('Profiler.stopTypeProfile')
|
82
|
-
end
|
83
|
-
|
84
|
-
def take_precise_coverage
|
85
|
-
@devtools.send_cmd('Profiler.takePreciseCoverage')
|
86
|
-
end
|
87
|
-
|
88
|
-
def take_type_profile
|
89
|
-
@devtools.send_cmd('Profiler.takeTypeProfile')
|
90
|
-
end
|
91
|
-
|
92
|
-
end # Profiler
|
93
|
-
end # V103
|
94
|
-
end # DevTools
|
95
|
-
end # Selenium
|
@@ -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 V103
|
24
|
-
class Security
|
25
|
-
EVENTS = {
|
26
|
-
certificate_error: 'certificateError',
|
27
|
-
visible_security_state_changed: 'visibleSecurityStateChanged',
|
28
|
-
security_state_changed: 'securityStateChanged',
|
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["Security.#{event}"] << block
|
38
|
-
end
|
39
|
-
|
40
|
-
def disable
|
41
|
-
@devtools.send_cmd('Security.disable')
|
42
|
-
end
|
43
|
-
|
44
|
-
def enable
|
45
|
-
@devtools.send_cmd('Security.enable')
|
46
|
-
end
|
47
|
-
|
48
|
-
def set_ignore_certificate_errors(ignore:)
|
49
|
-
@devtools.send_cmd('Security.setIgnoreCertificateErrors',
|
50
|
-
ignore: ignore)
|
51
|
-
end
|
52
|
-
|
53
|
-
def handle_certificate_error(event_id:, action:)
|
54
|
-
@devtools.send_cmd('Security.handleCertificateError',
|
55
|
-
eventId: event_id,
|
56
|
-
action: action)
|
57
|
-
end
|
58
|
-
|
59
|
-
def set_override_certificate_errors(override:)
|
60
|
-
@devtools.send_cmd('Security.setOverrideCertificateErrors',
|
61
|
-
override: override)
|
62
|
-
end
|
63
|
-
|
64
|
-
end # Security
|
65
|
-
end # V103
|
66
|
-
end # DevTools
|
67
|
-
end # Selenium
|