selenium-devtools 0.92.0 → 0.93.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/{v90 → v93}/accessibility.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/animation.rb +2 -2
- data/lib/selenium/devtools/{v91 → 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/{v91 → v93}/cache_storage.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/cast.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/console.rb +2 -2
- data/lib/selenium/devtools/{v90 → v93}/css.rb +9 -2
- data/lib/selenium/devtools/{v90 → v93}/database.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/debugger.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/device_orientation.rb +2 -2
- data/lib/selenium/devtools/{v90 → v93}/dom.rb +8 -2
- data/lib/selenium/devtools/{v90 → v93}/dom_debugger.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/dom_snapshot.rb +6 -4
- data/lib/selenium/devtools/{v90 → v93}/dom_storage.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/emulation.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/fetch.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/headless_experimental.rb +2 -2
- data/lib/selenium/devtools/{v90 → 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/{v90 → v93}/io.rb +2 -2
- data/lib/selenium/devtools/{v90 → v93}/layer_tree.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/log.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/media.rb +2 -2
- data/lib/selenium/devtools/{v90 → 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/{v91 → v93}/profiler.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/runtime.rb +5 -4
- data/lib/selenium/devtools/{v91 → v93}/schema.rb +2 -2
- data/lib/selenium/devtools/{v90 → v93}/security.rb +2 -2
- data/lib/selenium/devtools/{v90 → 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/{v90 → v93}/web_audio.rb +2 -2
- data/lib/selenium/devtools/{v90 → v93}/web_authn.rb +2 -2
- data/lib/selenium/devtools/v93.rb +1 -0
- data/lib/selenium/devtools/version.rb +1 -1
- metadata +49 -96
- data/lib/selenium/devtools/v90/animation.rb +0 -94
- data/lib/selenium/devtools/v90/application_cache.rb +0 -60
- 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/console.rb +0 -53
- data/lib/selenium/devtools/v90/debugger.rb +0 -220
- data/lib/selenium/devtools/v90/device_orientation.rb +0 -49
- data/lib/selenium/devtools/v90/dom_snapshot.rb +0 -61
- data/lib/selenium/devtools/v90/emulation.rb +0 -192
- data/lib/selenium/devtools/v90/fetch.rb +0 -93
- data/lib/selenium/devtools/v90/headless_experimental.rb +0 -57
- data/lib/selenium/devtools/v90/input.rb +0 -142
- data/lib/selenium/devtools/v90/log.rb +0 -62
- data/lib/selenium/devtools/v90/media.rb +0 -53
- data/lib/selenium/devtools/v90/network.rb +0 -248
- data/lib/selenium/devtools/v90/overlay.rb +0 -187
- data/lib/selenium/devtools/v90/page.rb +0 -377
- data/lib/selenium/devtools/v90/performance_timeline.rb +0 -46
- data/lib/selenium/devtools/v90/profiler.rb +0 -119
- data/lib/selenium/devtools/v90/runtime.rb +0 -192
- data/lib/selenium/devtools/v90/schema.rb +0 -42
- data/lib/selenium/devtools/v90/storage.rb +0 -101
- data/lib/selenium/devtools/v90/tracing.rb +0 -74
- data/lib/selenium/devtools/v90.rb +0 -1
- data/lib/selenium/devtools/v91/accessibility.rb +0 -73
- data/lib/selenium/devtools/v91/audits.rb +0 -62
- data/lib/selenium/devtools/v91/background_service.rb +0 -63
- data/lib/selenium/devtools/v91/css.rb +0 -175
- data/lib/selenium/devtools/v91/database.rb +0 -60
- data/lib/selenium/devtools/v91/dom.rb +0 -323
- data/lib/selenium/devtools/v91/dom_debugger.rb +0 -94
- data/lib/selenium/devtools/v91/dom_storage.rb +0 -75
- 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/memory.rb +0 -82
- data/lib/selenium/devtools/v91/performance.rb +0 -59
- data/lib/selenium/devtools/v91/security.rb +0 -67
- data/lib/selenium/devtools/v91/service_worker.rb +0 -112
- data/lib/selenium/devtools/v91/system_info.rb +0 -46
- 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
|
@@ -1,91 +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 V91
|
|
24
|
-
class LayerTree
|
|
25
|
-
EVENTS = {
|
|
26
|
-
layer_painted: 'layerPainted',
|
|
27
|
-
layer_tree_did_change: 'layerTreeDidChange',
|
|
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["LayerTree.#{event}"] << block
|
|
37
|
-
end
|
|
38
|
-
|
|
39
|
-
def compositing_reasons(layer_id:)
|
|
40
|
-
@devtools.send_cmd('LayerTree.compositingReasons',
|
|
41
|
-
layerId: layer_id)
|
|
42
|
-
end
|
|
43
|
-
|
|
44
|
-
def disable
|
|
45
|
-
@devtools.send_cmd('LayerTree.disable')
|
|
46
|
-
end
|
|
47
|
-
|
|
48
|
-
def enable
|
|
49
|
-
@devtools.send_cmd('LayerTree.enable')
|
|
50
|
-
end
|
|
51
|
-
|
|
52
|
-
def load_snapshot(tiles:)
|
|
53
|
-
@devtools.send_cmd('LayerTree.loadSnapshot',
|
|
54
|
-
tiles: tiles)
|
|
55
|
-
end
|
|
56
|
-
|
|
57
|
-
def make_snapshot(layer_id:)
|
|
58
|
-
@devtools.send_cmd('LayerTree.makeSnapshot',
|
|
59
|
-
layerId: layer_id)
|
|
60
|
-
end
|
|
61
|
-
|
|
62
|
-
def profile_snapshot(snapshot_id:, min_repeat_count: nil, min_duration: nil, clip_rect: nil)
|
|
63
|
-
@devtools.send_cmd('LayerTree.profileSnapshot',
|
|
64
|
-
snapshotId: snapshot_id,
|
|
65
|
-
minRepeatCount: min_repeat_count,
|
|
66
|
-
minDuration: min_duration,
|
|
67
|
-
clipRect: clip_rect)
|
|
68
|
-
end
|
|
69
|
-
|
|
70
|
-
def release_snapshot(snapshot_id:)
|
|
71
|
-
@devtools.send_cmd('LayerTree.releaseSnapshot',
|
|
72
|
-
snapshotId: snapshot_id)
|
|
73
|
-
end
|
|
74
|
-
|
|
75
|
-
def replay_snapshot(snapshot_id:, from_step: nil, to_step: nil, scale: nil)
|
|
76
|
-
@devtools.send_cmd('LayerTree.replaySnapshot',
|
|
77
|
-
snapshotId: snapshot_id,
|
|
78
|
-
fromStep: from_step,
|
|
79
|
-
toStep: to_step,
|
|
80
|
-
scale: scale)
|
|
81
|
-
end
|
|
82
|
-
|
|
83
|
-
def snapshot_command_log(snapshot_id:)
|
|
84
|
-
@devtools.send_cmd('LayerTree.snapshotCommandLog',
|
|
85
|
-
snapshotId: snapshot_id)
|
|
86
|
-
end
|
|
87
|
-
|
|
88
|
-
end # LayerTree
|
|
89
|
-
end # V91
|
|
90
|
-
end # DevTools
|
|
91
|
-
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 V91
|
|
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 # V91
|
|
81
|
-
end # DevTools
|
|
82
|
-
end # Selenium
|
|
@@ -1,59 +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 V91
|
|
24
|
-
class Performance
|
|
25
|
-
EVENTS = {
|
|
26
|
-
metrics: 'metrics',
|
|
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["Performance.#{event}"] << block
|
|
36
|
-
end
|
|
37
|
-
|
|
38
|
-
def disable
|
|
39
|
-
@devtools.send_cmd('Performance.disable')
|
|
40
|
-
end
|
|
41
|
-
|
|
42
|
-
def enable(time_domain: nil)
|
|
43
|
-
@devtools.send_cmd('Performance.enable',
|
|
44
|
-
timeDomain: time_domain)
|
|
45
|
-
end
|
|
46
|
-
|
|
47
|
-
def set_time_domain(time_domain:)
|
|
48
|
-
@devtools.send_cmd('Performance.setTimeDomain',
|
|
49
|
-
timeDomain: time_domain)
|
|
50
|
-
end
|
|
51
|
-
|
|
52
|
-
def get_metrics
|
|
53
|
-
@devtools.send_cmd('Performance.getMetrics')
|
|
54
|
-
end
|
|
55
|
-
|
|
56
|
-
end # Performance
|
|
57
|
-
end # V91
|
|
58
|
-
end # DevTools
|
|
59
|
-
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 V91
|
|
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 # V91
|
|
66
|
-
end # DevTools
|
|
67
|
-
end # Selenium
|
|
@@ -1,112 +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 V91
|
|
24
|
-
class ServiceWorker
|
|
25
|
-
EVENTS = {
|
|
26
|
-
worker_error_reported: 'workerErrorReported',
|
|
27
|
-
worker_registration_updated: 'workerRegistrationUpdated',
|
|
28
|
-
worker_version_updated: 'workerVersionUpdated',
|
|
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["ServiceWorker.#{event}"] << block
|
|
38
|
-
end
|
|
39
|
-
|
|
40
|
-
def deliver_push_message(origin:, registration_id:, data:)
|
|
41
|
-
@devtools.send_cmd('ServiceWorker.deliverPushMessage',
|
|
42
|
-
origin: origin,
|
|
43
|
-
registrationId: registration_id,
|
|
44
|
-
data: data)
|
|
45
|
-
end
|
|
46
|
-
|
|
47
|
-
def disable
|
|
48
|
-
@devtools.send_cmd('ServiceWorker.disable')
|
|
49
|
-
end
|
|
50
|
-
|
|
51
|
-
def dispatch_sync_event(origin:, registration_id:, tag:, last_chance:)
|
|
52
|
-
@devtools.send_cmd('ServiceWorker.dispatchSyncEvent',
|
|
53
|
-
origin: origin,
|
|
54
|
-
registrationId: registration_id,
|
|
55
|
-
tag: tag,
|
|
56
|
-
lastChance: last_chance)
|
|
57
|
-
end
|
|
58
|
-
|
|
59
|
-
def dispatch_periodic_sync_event(origin:, registration_id:, tag:)
|
|
60
|
-
@devtools.send_cmd('ServiceWorker.dispatchPeriodicSyncEvent',
|
|
61
|
-
origin: origin,
|
|
62
|
-
registrationId: registration_id,
|
|
63
|
-
tag: tag)
|
|
64
|
-
end
|
|
65
|
-
|
|
66
|
-
def enable
|
|
67
|
-
@devtools.send_cmd('ServiceWorker.enable')
|
|
68
|
-
end
|
|
69
|
-
|
|
70
|
-
def inspect_worker(version_id:)
|
|
71
|
-
@devtools.send_cmd('ServiceWorker.inspectWorker',
|
|
72
|
-
versionId: version_id)
|
|
73
|
-
end
|
|
74
|
-
|
|
75
|
-
def set_force_update_on_page_load(force_update_on_page_load:)
|
|
76
|
-
@devtools.send_cmd('ServiceWorker.setForceUpdateOnPageLoad',
|
|
77
|
-
forceUpdateOnPageLoad: force_update_on_page_load)
|
|
78
|
-
end
|
|
79
|
-
|
|
80
|
-
def skip_waiting(scope_url:)
|
|
81
|
-
@devtools.send_cmd('ServiceWorker.skipWaiting',
|
|
82
|
-
scopeURL: scope_url)
|
|
83
|
-
end
|
|
84
|
-
|
|
85
|
-
def start_worker(scope_url:)
|
|
86
|
-
@devtools.send_cmd('ServiceWorker.startWorker',
|
|
87
|
-
scopeURL: scope_url)
|
|
88
|
-
end
|
|
89
|
-
|
|
90
|
-
def stop_all_workers
|
|
91
|
-
@devtools.send_cmd('ServiceWorker.stopAllWorkers')
|
|
92
|
-
end
|
|
93
|
-
|
|
94
|
-
def stop_worker(version_id:)
|
|
95
|
-
@devtools.send_cmd('ServiceWorker.stopWorker',
|
|
96
|
-
versionId: version_id)
|
|
97
|
-
end
|
|
98
|
-
|
|
99
|
-
def unregister(scope_url:)
|
|
100
|
-
@devtools.send_cmd('ServiceWorker.unregister',
|
|
101
|
-
scopeURL: scope_url)
|
|
102
|
-
end
|
|
103
|
-
|
|
104
|
-
def update_registration(scope_url:)
|
|
105
|
-
@devtools.send_cmd('ServiceWorker.updateRegistration',
|
|
106
|
-
scopeURL: scope_url)
|
|
107
|
-
end
|
|
108
|
-
|
|
109
|
-
end # ServiceWorker
|
|
110
|
-
end # V91
|
|
111
|
-
end # DevTools
|
|
112
|
-
end # Selenium
|
|
@@ -1,46 +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 V91
|
|
24
|
-
class SystemInfo
|
|
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["SystemInfo.#{event}"] << block
|
|
33
|
-
end
|
|
34
|
-
|
|
35
|
-
def get_info
|
|
36
|
-
@devtools.send_cmd('SystemInfo.getInfo')
|
|
37
|
-
end
|
|
38
|
-
|
|
39
|
-
def get_process_info
|
|
40
|
-
@devtools.send_cmd('SystemInfo.getProcessInfo')
|
|
41
|
-
end
|
|
42
|
-
|
|
43
|
-
end # SystemInfo
|
|
44
|
-
end # V91
|
|
45
|
-
end # DevTools
|
|
46
|
-
end # Selenium
|