selenium-devtools 0.0.2.alpha → 0.89.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/v85/accessibility.rb +34 -32
- data/lib/selenium/devtools/v85/animation.rb +57 -55
- data/lib/selenium/devtools/v85/application_cache.rb +36 -34
- data/lib/selenium/devtools/v85/audits.rb +33 -31
- data/lib/selenium/devtools/v85/background_service.rb +39 -37
- data/lib/selenium/devtools/v85/browser.rb +95 -93
- data/lib/selenium/devtools/v85/cache_storage.rb +37 -35
- data/lib/selenium/devtools/v85/cast.rb +34 -32
- data/lib/selenium/devtools/v85/console.rb +29 -27
- data/lib/selenium/devtools/v85/css.rb +137 -135
- data/lib/selenium/devtools/v85/database.rb +36 -34
- data/lib/selenium/devtools/v85/debugger.rb +201 -199
- data/lib/selenium/devtools/v85/device_orientation.rb +20 -18
- data/lib/selenium/devtools/v85/dom.rb +292 -290
- data/lib/selenium/devtools/v85/dom_debugger.rb +53 -51
- data/lib/selenium/devtools/v85/dom_snapshot.rb +37 -35
- data/lib/selenium/devtools/v85/dom_storage.rb +42 -40
- data/lib/selenium/devtools/v85/emulation.rb +152 -150
- data/lib/selenium/devtools/v85/fetch.rb +58 -56
- data/lib/selenium/devtools/v85/headless_experimental.rb +33 -31
- data/lib/selenium/devtools/v85/heap_profiler.rb +79 -77
- data/lib/selenium/devtools/v85/indexed_db.rb +60 -58
- data/lib/selenium/devtools/v85/input.rb +101 -99
- data/lib/selenium/devtools/v85/inspector.rb +22 -20
- data/lib/selenium/devtools/v85/io.rb +31 -29
- data/lib/selenium/devtools/v85/layer_tree.rb +55 -53
- data/lib/selenium/devtools/v85/log.rb +38 -36
- data/lib/selenium/devtools/v85/media.rb +24 -22
- data/lib/selenium/devtools/v85/memory.rb +45 -43
- data/lib/selenium/devtools/v85/network.rb +200 -198
- data/lib/selenium/devtools/v85/overlay.rb +130 -128
- data/lib/selenium/devtools/v85/page.rb +346 -344
- data/lib/selenium/devtools/v85/performance.rb +35 -33
- data/lib/selenium/devtools/v85/profiler.rb +83 -81
- data/lib/selenium/devtools/v85/runtime.rb +166 -164
- data/lib/selenium/devtools/v85/schema.rb +14 -12
- data/lib/selenium/devtools/v85/security.rb +35 -33
- data/lib/selenium/devtools/v85/service_worker.rb +88 -86
- data/lib/selenium/devtools/v85/storage.rb +55 -53
- data/lib/selenium/devtools/v85/system_info.rb +17 -15
- data/lib/selenium/devtools/v85/target.rb +115 -113
- data/lib/selenium/devtools/v85/tethering.rb +22 -20
- data/lib/selenium/devtools/v85/tracing.rb +40 -38
- data/lib/selenium/devtools/v85/web_audio.rb +36 -34
- data/lib/selenium/devtools/v85/web_authn.rb +53 -51
- data/lib/selenium/devtools/v86/accessibility.rb +34 -32
- data/lib/selenium/devtools/v86/animation.rb +57 -55
- data/lib/selenium/devtools/v86/application_cache.rb +36 -34
- data/lib/selenium/devtools/v86/audits.rb +33 -31
- data/lib/selenium/devtools/v86/background_service.rb +39 -37
- data/lib/selenium/devtools/v86/browser.rb +95 -93
- data/lib/selenium/devtools/v86/cache_storage.rb +37 -35
- data/lib/selenium/devtools/v86/cast.rb +34 -32
- data/lib/selenium/devtools/v86/console.rb +29 -27
- data/lib/selenium/devtools/v86/css.rb +151 -149
- data/lib/selenium/devtools/v86/database.rb +36 -34
- data/lib/selenium/devtools/v86/debugger.rb +203 -201
- data/lib/selenium/devtools/v86/device_orientation.rb +20 -18
- data/lib/selenium/devtools/v86/dom.rb +299 -297
- data/lib/selenium/devtools/v86/dom_debugger.rb +53 -51
- data/lib/selenium/devtools/v86/dom_snapshot.rb +37 -35
- data/lib/selenium/devtools/v86/dom_storage.rb +42 -40
- data/lib/selenium/devtools/v86/emulation.rb +163 -161
- data/lib/selenium/devtools/v86/fetch.rb +58 -56
- data/lib/selenium/devtools/v86/headless_experimental.rb +33 -31
- data/lib/selenium/devtools/v86/heap_profiler.rb +79 -77
- data/lib/selenium/devtools/v86/indexed_db.rb +60 -58
- data/lib/selenium/devtools/v86/input.rb +101 -99
- data/lib/selenium/devtools/v86/inspector.rb +22 -20
- data/lib/selenium/devtools/v86/io.rb +31 -29
- data/lib/selenium/devtools/v86/layer_tree.rb +55 -53
- data/lib/selenium/devtools/v86/log.rb +38 -36
- data/lib/selenium/devtools/v86/media.rb +24 -22
- data/lib/selenium/devtools/v86/memory.rb +45 -43
- data/lib/selenium/devtools/v86/network.rb +205 -203
- data/lib/selenium/devtools/v86/overlay.rb +153 -151
- data/lib/selenium/devtools/v86/page.rb +346 -344
- data/lib/selenium/devtools/v86/performance.rb +35 -33
- data/lib/selenium/devtools/v86/profiler.rb +83 -81
- data/lib/selenium/devtools/v86/runtime.rb +166 -164
- data/lib/selenium/devtools/v86/schema.rb +14 -12
- data/lib/selenium/devtools/v86/security.rb +35 -33
- data/lib/selenium/devtools/v86/service_worker.rb +88 -86
- data/lib/selenium/devtools/v86/storage.rb +55 -53
- data/lib/selenium/devtools/v86/system_info.rb +17 -15
- data/lib/selenium/devtools/v86/target.rb +115 -113
- data/lib/selenium/devtools/v86/tethering.rb +22 -20
- data/lib/selenium/devtools/v86/tracing.rb +40 -38
- data/lib/selenium/devtools/v86/web_audio.rb +36 -34
- data/lib/selenium/devtools/v86/web_authn.rb +72 -70
- data/lib/selenium/devtools/v87/accessibility.rb +35 -33
- data/lib/selenium/devtools/v87/animation.rb +57 -55
- data/lib/selenium/devtools/v87/application_cache.rb +36 -34
- data/lib/selenium/devtools/v87/audits.rb +33 -31
- data/lib/selenium/devtools/v87/background_service.rb +39 -37
- data/lib/selenium/devtools/v87/browser.rb +95 -93
- data/lib/selenium/devtools/v87/cache_storage.rb +37 -35
- data/lib/selenium/devtools/v87/cast.rb +34 -32
- data/lib/selenium/devtools/v87/console.rb +29 -27
- data/lib/selenium/devtools/v87/css.rb +151 -149
- data/lib/selenium/devtools/v87/database.rb +36 -34
- data/lib/selenium/devtools/v87/debugger.rb +203 -201
- data/lib/selenium/devtools/v87/device_orientation.rb +20 -18
- data/lib/selenium/devtools/v87/dom.rb +299 -297
- data/lib/selenium/devtools/v87/dom_debugger.rb +53 -51
- data/lib/selenium/devtools/v87/dom_snapshot.rb +37 -35
- data/lib/selenium/devtools/v87/dom_storage.rb +42 -40
- data/lib/selenium/devtools/v87/emulation.rb +163 -161
- data/lib/selenium/devtools/v87/fetch.rb +58 -56
- data/lib/selenium/devtools/v87/headless_experimental.rb +33 -31
- data/lib/selenium/devtools/v87/heap_profiler.rb +79 -77
- data/lib/selenium/devtools/v87/indexed_db.rb +60 -58
- data/lib/selenium/devtools/v87/input.rb +101 -99
- data/lib/selenium/devtools/v87/inspector.rb +22 -20
- data/lib/selenium/devtools/v87/io.rb +31 -29
- data/lib/selenium/devtools/v87/layer_tree.rb +55 -53
- data/lib/selenium/devtools/v87/log.rb +38 -36
- data/lib/selenium/devtools/v87/media.rb +24 -22
- data/lib/selenium/devtools/v87/memory.rb +45 -43
- data/lib/selenium/devtools/v87/network.rb +217 -215
- data/lib/selenium/devtools/v87/overlay.rb +153 -151
- data/lib/selenium/devtools/v87/page.rb +346 -344
- data/lib/selenium/devtools/v87/performance.rb +35 -33
- data/lib/selenium/devtools/v87/profiler.rb +95 -93
- data/lib/selenium/devtools/v87/runtime.rb +166 -164
- data/lib/selenium/devtools/v87/schema.rb +14 -12
- data/lib/selenium/devtools/v87/security.rb +35 -33
- data/lib/selenium/devtools/v87/service_worker.rb +88 -86
- data/lib/selenium/devtools/v87/storage.rb +55 -53
- data/lib/selenium/devtools/v87/system_info.rb +17 -15
- data/lib/selenium/devtools/v87/target.rb +115 -113
- data/lib/selenium/devtools/v87/tethering.rb +22 -20
- data/lib/selenium/devtools/v87/tracing.rb +40 -38
- data/lib/selenium/devtools/v87/web_audio.rb +36 -34
- data/lib/selenium/devtools/v87/web_authn.rb +72 -70
- data/lib/selenium/devtools/v88/accessibility.rb +35 -33
- data/lib/selenium/devtools/v88/animation.rb +57 -55
- data/lib/selenium/devtools/v88/application_cache.rb +36 -34
- data/lib/selenium/devtools/v88/audits.rb +33 -31
- data/lib/selenium/devtools/v88/background_service.rb +39 -37
- data/lib/selenium/devtools/v88/browser.rb +100 -98
- data/lib/selenium/devtools/v88/cache_storage.rb +37 -35
- data/lib/selenium/devtools/v88/cast.rb +34 -32
- data/lib/selenium/devtools/v88/console.rb +29 -27
- data/lib/selenium/devtools/v88/css.rb +151 -149
- data/lib/selenium/devtools/v88/database.rb +36 -34
- data/lib/selenium/devtools/v88/debugger.rb +203 -201
- data/lib/selenium/devtools/v88/device_orientation.rb +20 -18
- data/lib/selenium/devtools/v88/dom.rb +299 -297
- data/lib/selenium/devtools/v88/dom_debugger.rb +53 -51
- data/lib/selenium/devtools/v88/dom_snapshot.rb +37 -35
- data/lib/selenium/devtools/v88/dom_storage.rb +42 -40
- data/lib/selenium/devtools/v88/emulation.rb +168 -166
- data/lib/selenium/devtools/v88/fetch.rb +58 -56
- data/lib/selenium/devtools/v88/headless_experimental.rb +33 -31
- data/lib/selenium/devtools/v88/heap_profiler.rb +79 -77
- data/lib/selenium/devtools/v88/indexed_db.rb +60 -58
- data/lib/selenium/devtools/v88/input.rb +106 -104
- data/lib/selenium/devtools/v88/inspector.rb +22 -20
- data/lib/selenium/devtools/v88/io.rb +31 -29
- data/lib/selenium/devtools/v88/layer_tree.rb +55 -53
- data/lib/selenium/devtools/v88/log.rb +38 -36
- data/lib/selenium/devtools/v88/media.rb +24 -22
- data/lib/selenium/devtools/v88/memory.rb +45 -43
- data/lib/selenium/devtools/v88/network.rb +217 -215
- data/lib/selenium/devtools/v88/overlay.rb +153 -151
- data/lib/selenium/devtools/v88/page.rb +346 -344
- data/lib/selenium/devtools/v88/performance.rb +35 -33
- data/lib/selenium/devtools/v88/profiler.rb +95 -93
- data/lib/selenium/devtools/v88/runtime.rb +167 -165
- data/lib/selenium/devtools/v88/schema.rb +14 -12
- data/lib/selenium/devtools/v88/security.rb +35 -33
- data/lib/selenium/devtools/v88/service_worker.rb +88 -86
- data/lib/selenium/devtools/v88/storage.rb +60 -58
- data/lib/selenium/devtools/v88/system_info.rb +17 -15
- data/lib/selenium/devtools/v88/target.rb +115 -113
- data/lib/selenium/devtools/v88/tethering.rb +22 -20
- data/lib/selenium/devtools/v88/tracing.rb +41 -39
- data/lib/selenium/devtools/v88/web_audio.rb +36 -34
- data/lib/selenium/devtools/v88/web_authn.rb +72 -70
- data/lib/selenium/devtools/v89.rb +1 -0
- data/lib/selenium/devtools/v89/accessibility.rb +67 -0
- data/lib/selenium/devtools/v89/animation.rb +94 -0
- data/lib/selenium/devtools/v89/application_cache.rb +60 -0
- data/lib/selenium/devtools/{v84 → v89}/audits.rb +33 -31
- data/lib/selenium/devtools/v89/background_service.rb +63 -0
- data/lib/selenium/devtools/v89/browser.rb +124 -0
- data/lib/selenium/devtools/v89/cache_storage.rb +69 -0
- data/lib/selenium/devtools/v89/cast.rb +66 -0
- data/lib/selenium/devtools/{v84 → v89}/console.rb +29 -27
- data/lib/selenium/devtools/v89/css.rb +175 -0
- data/lib/selenium/devtools/{v84 → v89}/database.rb +36 -34
- data/lib/selenium/devtools/v89/debugger.rb +227 -0
- data/lib/selenium/devtools/{v84 → v89}/device_orientation.rb +20 -18
- data/lib/selenium/devtools/v89/dom.rb +323 -0
- data/lib/selenium/devtools/v89/dom_debugger.rb +94 -0
- data/lib/selenium/devtools/v89/dom_snapshot.rb +61 -0
- data/lib/selenium/devtools/v89/dom_storage.rb +75 -0
- data/lib/selenium/devtools/v89/emulation.rb +192 -0
- data/lib/selenium/devtools/v89/fetch.rb +93 -0
- data/lib/selenium/devtools/v89/headless_experimental.rb +57 -0
- data/lib/selenium/devtools/v89/heap_profiler.rb +103 -0
- data/lib/selenium/devtools/v89/indexed_db.rb +96 -0
- data/lib/selenium/devtools/v89/input.rb +142 -0
- data/lib/selenium/devtools/{v84 → v89}/inspector.rb +22 -20
- data/lib/selenium/devtools/{v84 → v89}/io.rb +31 -29
- data/lib/selenium/devtools/v89/layer_tree.rb +91 -0
- data/lib/selenium/devtools/{v84 → v89}/log.rb +38 -36
- data/lib/selenium/devtools/{v84 → v89}/media.rb +24 -22
- data/lib/selenium/devtools/v89/memory.rb +82 -0
- data/lib/selenium/devtools/v89/network.rb +243 -0
- data/lib/selenium/devtools/v89/overlay.rb +182 -0
- data/lib/selenium/devtools/v89/page.rb +372 -0
- data/lib/selenium/devtools/{v84 → v89}/performance.rb +35 -33
- data/lib/selenium/devtools/v89/profiler.rb +119 -0
- data/lib/selenium/devtools/v89/runtime.rb +191 -0
- data/lib/selenium/devtools/{v84 → v89}/schema.rb +14 -12
- data/lib/selenium/devtools/v89/security.rb +67 -0
- data/lib/selenium/devtools/v89/service_worker.rb +112 -0
- data/lib/selenium/devtools/v89/storage.rb +97 -0
- data/lib/selenium/devtools/{v84 → v89}/system_info.rb +17 -15
- data/lib/selenium/devtools/v89/target.rb +139 -0
- data/lib/selenium/devtools/{v84 → v89}/tethering.rb +22 -20
- data/lib/selenium/devtools/v89/tracing.rb +73 -0
- data/lib/selenium/devtools/v89/web_audio.rb +66 -0
- data/lib/selenium/devtools/v89/web_authn.rb +96 -0
- data/lib/selenium/devtools/version.rb +1 -1
- metadata +49 -49
- data/lib/selenium/devtools/v84.rb +0 -1
- data/lib/selenium/devtools/v84/accessibility.rb +0 -56
- data/lib/selenium/devtools/v84/animation.rb +0 -92
- data/lib/selenium/devtools/v84/application_cache.rb +0 -58
- data/lib/selenium/devtools/v84/background_service.rb +0 -61
- data/lib/selenium/devtools/v84/browser.rb +0 -117
- data/lib/selenium/devtools/v84/cache_storage.rb +0 -67
- data/lib/selenium/devtools/v84/cast.rb +0 -64
- data/lib/selenium/devtools/v84/css.rb +0 -159
- data/lib/selenium/devtools/v84/debugger.rb +0 -223
- data/lib/selenium/devtools/v84/dom.rb +0 -314
- data/lib/selenium/devtools/v84/dom_debugger.rb +0 -87
- data/lib/selenium/devtools/v84/dom_snapshot.rb +0 -59
- data/lib/selenium/devtools/v84/dom_storage.rb +0 -73
- data/lib/selenium/devtools/v84/emulation.rb +0 -174
- data/lib/selenium/devtools/v84/fetch.rb +0 -91
- data/lib/selenium/devtools/v84/headless_experimental.rb +0 -55
- data/lib/selenium/devtools/v84/heap_profiler.rb +0 -101
- data/lib/selenium/devtools/v84/indexed_db.rb +0 -94
- data/lib/selenium/devtools/v84/input.rb +0 -134
- data/lib/selenium/devtools/v84/layer_tree.rb +0 -89
- data/lib/selenium/devtools/v84/memory.rb +0 -80
- data/lib/selenium/devtools/v84/network.rb +0 -222
- data/lib/selenium/devtools/v84/overlay.rb +0 -151
- data/lib/selenium/devtools/v84/page.rb +0 -368
- data/lib/selenium/devtools/v84/profiler.rb +0 -105
- data/lib/selenium/devtools/v84/runtime.rb +0 -187
- data/lib/selenium/devtools/v84/security.rb +0 -65
- data/lib/selenium/devtools/v84/service_worker.rb +0 -110
- data/lib/selenium/devtools/v84/storage.rb +0 -89
- data/lib/selenium/devtools/v84/target.rb +0 -135
- data/lib/selenium/devtools/v84/tracing.rb +0 -70
- data/lib/selenium/devtools/v84/web_audio.rb +0 -64
- data/lib/selenium/devtools/v84/web_authn.rb +0 -88
@@ -1,55 +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
|
-
class HeadlessExperimental
|
24
|
-
EVENTS = {
|
25
|
-
needs_begin_frames_changed: 'needsBeginFramesChanged',
|
26
|
-
}.freeze
|
27
|
-
|
28
|
-
def initialize(devtools)
|
29
|
-
@devtools = devtools
|
30
|
-
end
|
31
|
-
|
32
|
-
def on(event, &block)
|
33
|
-
event = EVENTS[event] if event.is_a?(Symbol)
|
34
|
-
@devtools.callbacks["HeadlessExperimental.#{event}"] << block
|
35
|
-
end
|
36
|
-
|
37
|
-
def begin_frame(frame_time_ticks: nil, interval: nil, no_display_updates: nil, screenshot: nil)
|
38
|
-
@devtools.send_cmd('HeadlessExperimental.beginFrame',
|
39
|
-
frameTimeTicks: frame_time_ticks,
|
40
|
-
interval: interval,
|
41
|
-
noDisplayUpdates: no_display_updates,
|
42
|
-
screenshot: screenshot)
|
43
|
-
end
|
44
|
-
|
45
|
-
def disable
|
46
|
-
@devtools.send_cmd('HeadlessExperimental.disable')
|
47
|
-
end
|
48
|
-
|
49
|
-
def enable
|
50
|
-
@devtools.send_cmd('HeadlessExperimental.enable')
|
51
|
-
end
|
52
|
-
|
53
|
-
end # HeadlessExperimental
|
54
|
-
end # DevTools
|
55
|
-
end # Selenium
|
@@ -1,101 +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
|
-
class HeapProfiler
|
24
|
-
EVENTS = {
|
25
|
-
add_heap_snapshot_chunk: 'addHeapSnapshotChunk',
|
26
|
-
heap_stats_update: 'heapStatsUpdate',
|
27
|
-
last_seen_object_id: 'lastSeenObjectId',
|
28
|
-
report_heap_snapshot_progress: 'reportHeapSnapshotProgress',
|
29
|
-
reset_profiles: 'resetProfiles',
|
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["HeapProfiler.#{event}"] << block
|
39
|
-
end
|
40
|
-
|
41
|
-
def add_inspected_heap_object(heap_object_id:)
|
42
|
-
@devtools.send_cmd('HeapProfiler.addInspectedHeapObject',
|
43
|
-
heapObjectId: heap_object_id)
|
44
|
-
end
|
45
|
-
|
46
|
-
def collect_garbage
|
47
|
-
@devtools.send_cmd('HeapProfiler.collectGarbage')
|
48
|
-
end
|
49
|
-
|
50
|
-
def disable
|
51
|
-
@devtools.send_cmd('HeapProfiler.disable')
|
52
|
-
end
|
53
|
-
|
54
|
-
def enable
|
55
|
-
@devtools.send_cmd('HeapProfiler.enable')
|
56
|
-
end
|
57
|
-
|
58
|
-
def get_heap_object_id(object_id:)
|
59
|
-
@devtools.send_cmd('HeapProfiler.getHeapObjectId',
|
60
|
-
objectId: object_id)
|
61
|
-
end
|
62
|
-
|
63
|
-
def get_object_by_heap_object_id(object_id:, object_group: nil)
|
64
|
-
@devtools.send_cmd('HeapProfiler.getObjectByHeapObjectId',
|
65
|
-
objectId: object_id,
|
66
|
-
objectGroup: object_group)
|
67
|
-
end
|
68
|
-
|
69
|
-
def get_sampling_profile
|
70
|
-
@devtools.send_cmd('HeapProfiler.getSamplingProfile')
|
71
|
-
end
|
72
|
-
|
73
|
-
def start_sampling(sampling_interval: nil)
|
74
|
-
@devtools.send_cmd('HeapProfiler.startSampling',
|
75
|
-
samplingInterval: sampling_interval)
|
76
|
-
end
|
77
|
-
|
78
|
-
def start_tracking_heap_objects(track_allocations: nil)
|
79
|
-
@devtools.send_cmd('HeapProfiler.startTrackingHeapObjects',
|
80
|
-
trackAllocations: track_allocations)
|
81
|
-
end
|
82
|
-
|
83
|
-
def stop_sampling
|
84
|
-
@devtools.send_cmd('HeapProfiler.stopSampling')
|
85
|
-
end
|
86
|
-
|
87
|
-
def stop_tracking_heap_objects(report_progress: nil, treat_global_objects_as_roots: nil)
|
88
|
-
@devtools.send_cmd('HeapProfiler.stopTrackingHeapObjects',
|
89
|
-
reportProgress: report_progress,
|
90
|
-
treatGlobalObjectsAsRoots: treat_global_objects_as_roots)
|
91
|
-
end
|
92
|
-
|
93
|
-
def take_heap_snapshot(report_progress: nil, treat_global_objects_as_roots: nil)
|
94
|
-
@devtools.send_cmd('HeapProfiler.takeHeapSnapshot',
|
95
|
-
reportProgress: report_progress,
|
96
|
-
treatGlobalObjectsAsRoots: treat_global_objects_as_roots)
|
97
|
-
end
|
98
|
-
|
99
|
-
end # HeapProfiler
|
100
|
-
end # DevTools
|
101
|
-
end # Selenium
|
@@ -1,94 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
# Licensed to the Software Freedom Conservancy (SFC) under one
|
4
|
-
# or more contributor license agreements. See the NOTICE file
|
5
|
-
# distributed with this work for additional information
|
6
|
-
# regarding copyright ownership. The SFC licenses this file
|
7
|
-
# to you under the Apache License, Version 2.0 (the
|
8
|
-
# "License"); you may not use this file except in compliance
|
9
|
-
# with the License. You may obtain a copy of the License at
|
10
|
-
#
|
11
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
12
|
-
#
|
13
|
-
# Unless required by applicable law or agreed to in writing,
|
14
|
-
# software distributed under the License is distributed on an
|
15
|
-
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
-
# KIND, either express or implied. See the License for the
|
17
|
-
# specific language governing permissions and limitations
|
18
|
-
# under the License.
|
19
|
-
|
20
|
-
# This file is automatically generated. Any changes will be lost!
|
21
|
-
module Selenium
|
22
|
-
module DevTools
|
23
|
-
class IndexedDB
|
24
|
-
|
25
|
-
def initialize(devtools)
|
26
|
-
@devtools = devtools
|
27
|
-
end
|
28
|
-
|
29
|
-
def on(event, &block)
|
30
|
-
event = EVENTS[event] if event.is_a?(Symbol)
|
31
|
-
@devtools.callbacks["IndexedDB.#{event}"] << block
|
32
|
-
end
|
33
|
-
|
34
|
-
def clear_object_store(security_origin:, database_name:, object_store_name:)
|
35
|
-
@devtools.send_cmd('IndexedDB.clearObjectStore',
|
36
|
-
securityOrigin: security_origin,
|
37
|
-
databaseName: database_name,
|
38
|
-
objectStoreName: object_store_name)
|
39
|
-
end
|
40
|
-
|
41
|
-
def delete_database(security_origin:, database_name:)
|
42
|
-
@devtools.send_cmd('IndexedDB.deleteDatabase',
|
43
|
-
securityOrigin: security_origin,
|
44
|
-
databaseName: database_name)
|
45
|
-
end
|
46
|
-
|
47
|
-
def delete_object_store_entries(security_origin:, database_name:, object_store_name:, key_range:)
|
48
|
-
@devtools.send_cmd('IndexedDB.deleteObjectStoreEntries',
|
49
|
-
securityOrigin: security_origin,
|
50
|
-
databaseName: database_name,
|
51
|
-
objectStoreName: object_store_name,
|
52
|
-
keyRange: key_range)
|
53
|
-
end
|
54
|
-
|
55
|
-
def disable
|
56
|
-
@devtools.send_cmd('IndexedDB.disable')
|
57
|
-
end
|
58
|
-
|
59
|
-
def enable
|
60
|
-
@devtools.send_cmd('IndexedDB.enable')
|
61
|
-
end
|
62
|
-
|
63
|
-
def request_data(security_origin:, database_name:, object_store_name:, index_name:, skip_count:, page_size:, key_range: nil)
|
64
|
-
@devtools.send_cmd('IndexedDB.requestData',
|
65
|
-
securityOrigin: security_origin,
|
66
|
-
databaseName: database_name,
|
67
|
-
objectStoreName: object_store_name,
|
68
|
-
indexName: index_name,
|
69
|
-
skipCount: skip_count,
|
70
|
-
pageSize: page_size,
|
71
|
-
keyRange: key_range)
|
72
|
-
end
|
73
|
-
|
74
|
-
def get_metadata(security_origin:, database_name:, object_store_name:)
|
75
|
-
@devtools.send_cmd('IndexedDB.getMetadata',
|
76
|
-
securityOrigin: security_origin,
|
77
|
-
databaseName: database_name,
|
78
|
-
objectStoreName: object_store_name)
|
79
|
-
end
|
80
|
-
|
81
|
-
def request_database(security_origin:, database_name:)
|
82
|
-
@devtools.send_cmd('IndexedDB.requestDatabase',
|
83
|
-
securityOrigin: security_origin,
|
84
|
-
databaseName: database_name)
|
85
|
-
end
|
86
|
-
|
87
|
-
def request_database_names(security_origin:)
|
88
|
-
@devtools.send_cmd('IndexedDB.requestDatabaseNames',
|
89
|
-
securityOrigin: security_origin)
|
90
|
-
end
|
91
|
-
|
92
|
-
end # IndexedDB
|
93
|
-
end # DevTools
|
94
|
-
end # Selenium
|
@@ -1,134 +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
|
-
class Input
|
24
|
-
|
25
|
-
def initialize(devtools)
|
26
|
-
@devtools = devtools
|
27
|
-
end
|
28
|
-
|
29
|
-
def on(event, &block)
|
30
|
-
event = EVENTS[event] if event.is_a?(Symbol)
|
31
|
-
@devtools.callbacks["Input.#{event}"] << block
|
32
|
-
end
|
33
|
-
|
34
|
-
def dispatch_key_event(type:, modifiers: nil, timestamp: nil, text: nil, unmodified_text: nil, key_identifier: nil, code: nil, key: nil, windows_virtual_key_code: nil, native_virtual_key_code: nil, auto_repeat: nil, is_keypad: nil, is_system_key: nil, location: nil)
|
35
|
-
@devtools.send_cmd('Input.dispatchKeyEvent',
|
36
|
-
type: type,
|
37
|
-
modifiers: modifiers,
|
38
|
-
timestamp: timestamp,
|
39
|
-
text: text,
|
40
|
-
unmodifiedText: unmodified_text,
|
41
|
-
keyIdentifier: key_identifier,
|
42
|
-
code: code,
|
43
|
-
key: key,
|
44
|
-
windowsVirtualKeyCode: windows_virtual_key_code,
|
45
|
-
nativeVirtualKeyCode: native_virtual_key_code,
|
46
|
-
autoRepeat: auto_repeat,
|
47
|
-
isKeypad: is_keypad,
|
48
|
-
isSystemKey: is_system_key,
|
49
|
-
location: location)
|
50
|
-
end
|
51
|
-
|
52
|
-
def insert_text(text:)
|
53
|
-
@devtools.send_cmd('Input.insertText',
|
54
|
-
text: text)
|
55
|
-
end
|
56
|
-
|
57
|
-
def dispatch_mouse_event(type:, x:, y:, modifiers: nil, timestamp: nil, button: nil, buttons: nil, click_count: nil, delta_x: nil, delta_y: nil, pointer_type: nil)
|
58
|
-
@devtools.send_cmd('Input.dispatchMouseEvent',
|
59
|
-
type: type,
|
60
|
-
x: x,
|
61
|
-
y: y,
|
62
|
-
modifiers: modifiers,
|
63
|
-
timestamp: timestamp,
|
64
|
-
button: button,
|
65
|
-
buttons: buttons,
|
66
|
-
clickCount: click_count,
|
67
|
-
deltaX: delta_x,
|
68
|
-
deltaY: delta_y,
|
69
|
-
pointerType: pointer_type)
|
70
|
-
end
|
71
|
-
|
72
|
-
def dispatch_touch_event(type:, touch_points:, modifiers: nil, timestamp: nil)
|
73
|
-
@devtools.send_cmd('Input.dispatchTouchEvent',
|
74
|
-
type: type,
|
75
|
-
touchPoints: touch_points,
|
76
|
-
modifiers: modifiers,
|
77
|
-
timestamp: timestamp)
|
78
|
-
end
|
79
|
-
|
80
|
-
def emulate_touch_from_mouse_event(type:, x:, y:, button:, timestamp: nil, delta_x: nil, delta_y: nil, modifiers: nil, click_count: nil)
|
81
|
-
@devtools.send_cmd('Input.emulateTouchFromMouseEvent',
|
82
|
-
type: type,
|
83
|
-
x: x,
|
84
|
-
y: y,
|
85
|
-
button: button,
|
86
|
-
timestamp: timestamp,
|
87
|
-
deltaX: delta_x,
|
88
|
-
deltaY: delta_y,
|
89
|
-
modifiers: modifiers,
|
90
|
-
clickCount: click_count)
|
91
|
-
end
|
92
|
-
|
93
|
-
def set_ignore_input_events(ignore:)
|
94
|
-
@devtools.send_cmd('Input.setIgnoreInputEvents',
|
95
|
-
ignore: ignore)
|
96
|
-
end
|
97
|
-
|
98
|
-
def synthesize_pinch_gesture(x:, y:, scale_factor:, relative_speed: nil, gesture_source_type: nil)
|
99
|
-
@devtools.send_cmd('Input.synthesizePinchGesture',
|
100
|
-
x: x,
|
101
|
-
y: y,
|
102
|
-
scaleFactor: scale_factor,
|
103
|
-
relativeSpeed: relative_speed,
|
104
|
-
gestureSourceType: gesture_source_type)
|
105
|
-
end
|
106
|
-
|
107
|
-
def synthesize_scroll_gesture(x:, y:, x_distance: nil, y_distance: nil, x_overscroll: nil, y_overscroll: nil, prevent_fling: nil, speed: nil, gesture_source_type: nil, repeat_count: nil, repeat_delay_ms: nil, interaction_marker_name: nil)
|
108
|
-
@devtools.send_cmd('Input.synthesizeScrollGesture',
|
109
|
-
x: x,
|
110
|
-
y: y,
|
111
|
-
xDistance: x_distance,
|
112
|
-
yDistance: y_distance,
|
113
|
-
xOverscroll: x_overscroll,
|
114
|
-
yOverscroll: y_overscroll,
|
115
|
-
preventFling: prevent_fling,
|
116
|
-
speed: speed,
|
117
|
-
gestureSourceType: gesture_source_type,
|
118
|
-
repeatCount: repeat_count,
|
119
|
-
repeatDelayMs: repeat_delay_ms,
|
120
|
-
interactionMarkerName: interaction_marker_name)
|
121
|
-
end
|
122
|
-
|
123
|
-
def synthesize_tap_gesture(x:, y:, duration: nil, tap_count: nil, gesture_source_type: nil)
|
124
|
-
@devtools.send_cmd('Input.synthesizeTapGesture',
|
125
|
-
x: x,
|
126
|
-
y: y,
|
127
|
-
duration: duration,
|
128
|
-
tapCount: tap_count,
|
129
|
-
gestureSourceType: gesture_source_type)
|
130
|
-
end
|
131
|
-
|
132
|
-
end # Input
|
133
|
-
end # DevTools
|
134
|
-
end # Selenium
|
@@ -1,89 +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
|
-
class LayerTree
|
24
|
-
EVENTS = {
|
25
|
-
layer_painted: 'layerPainted',
|
26
|
-
layer_tree_did_change: 'layerTreeDidChange',
|
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["LayerTree.#{event}"] << block
|
36
|
-
end
|
37
|
-
|
38
|
-
def compositing_reasons(layer_id:)
|
39
|
-
@devtools.send_cmd('LayerTree.compositingReasons',
|
40
|
-
layerId: layer_id)
|
41
|
-
end
|
42
|
-
|
43
|
-
def disable
|
44
|
-
@devtools.send_cmd('LayerTree.disable')
|
45
|
-
end
|
46
|
-
|
47
|
-
def enable
|
48
|
-
@devtools.send_cmd('LayerTree.enable')
|
49
|
-
end
|
50
|
-
|
51
|
-
def load_snapshot(tiles:)
|
52
|
-
@devtools.send_cmd('LayerTree.loadSnapshot',
|
53
|
-
tiles: tiles)
|
54
|
-
end
|
55
|
-
|
56
|
-
def make_snapshot(layer_id:)
|
57
|
-
@devtools.send_cmd('LayerTree.makeSnapshot',
|
58
|
-
layerId: layer_id)
|
59
|
-
end
|
60
|
-
|
61
|
-
def profile_snapshot(snapshot_id:, min_repeat_count: nil, min_duration: nil, clip_rect: nil)
|
62
|
-
@devtools.send_cmd('LayerTree.profileSnapshot',
|
63
|
-
snapshotId: snapshot_id,
|
64
|
-
minRepeatCount: min_repeat_count,
|
65
|
-
minDuration: min_duration,
|
66
|
-
clipRect: clip_rect)
|
67
|
-
end
|
68
|
-
|
69
|
-
def release_snapshot(snapshot_id:)
|
70
|
-
@devtools.send_cmd('LayerTree.releaseSnapshot',
|
71
|
-
snapshotId: snapshot_id)
|
72
|
-
end
|
73
|
-
|
74
|
-
def replay_snapshot(snapshot_id:, from_step: nil, to_step: nil, scale: nil)
|
75
|
-
@devtools.send_cmd('LayerTree.replaySnapshot',
|
76
|
-
snapshotId: snapshot_id,
|
77
|
-
fromStep: from_step,
|
78
|
-
toStep: to_step,
|
79
|
-
scale: scale)
|
80
|
-
end
|
81
|
-
|
82
|
-
def snapshot_command_log(snapshot_id:)
|
83
|
-
@devtools.send_cmd('LayerTree.snapshotCommandLog',
|
84
|
-
snapshotId: snapshot_id)
|
85
|
-
end
|
86
|
-
|
87
|
-
end # LayerTree
|
88
|
-
end # DevTools
|
89
|
-
end # Selenium
|