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,58 +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 ApplicationCache
|
24
|
-
EVENTS = {
|
25
|
-
application_cache_status_updated: 'applicationCacheStatusUpdated',
|
26
|
-
network_state_updated: 'networkStateUpdated',
|
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["ApplicationCache.#{event}"] << block
|
36
|
-
end
|
37
|
-
|
38
|
-
def enable
|
39
|
-
@devtools.send_cmd('ApplicationCache.enable')
|
40
|
-
end
|
41
|
-
|
42
|
-
def get_application_cache_for_frame(frame_id:)
|
43
|
-
@devtools.send_cmd('ApplicationCache.getApplicationCacheForFrame',
|
44
|
-
frameId: frame_id)
|
45
|
-
end
|
46
|
-
|
47
|
-
def get_frames_with_manifests
|
48
|
-
@devtools.send_cmd('ApplicationCache.getFramesWithManifests')
|
49
|
-
end
|
50
|
-
|
51
|
-
def get_manifest_for_frame(frame_id:)
|
52
|
-
@devtools.send_cmd('ApplicationCache.getManifestForFrame',
|
53
|
-
frameId: frame_id)
|
54
|
-
end
|
55
|
-
|
56
|
-
end # ApplicationCache
|
57
|
-
end # DevTools
|
58
|
-
end # Selenium
|
@@ -1,61 +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 BackgroundService
|
24
|
-
EVENTS = {
|
25
|
-
recording_state_changed: 'recordingStateChanged',
|
26
|
-
background_service_event_received: 'backgroundServiceEventReceived',
|
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["BackgroundService.#{event}"] << block
|
36
|
-
end
|
37
|
-
|
38
|
-
def start_observing(service:)
|
39
|
-
@devtools.send_cmd('BackgroundService.startObserving',
|
40
|
-
service: service)
|
41
|
-
end
|
42
|
-
|
43
|
-
def stop_observing(service:)
|
44
|
-
@devtools.send_cmd('BackgroundService.stopObserving',
|
45
|
-
service: service)
|
46
|
-
end
|
47
|
-
|
48
|
-
def set_recording(should_record:, service:)
|
49
|
-
@devtools.send_cmd('BackgroundService.setRecording',
|
50
|
-
shouldRecord: should_record,
|
51
|
-
service: service)
|
52
|
-
end
|
53
|
-
|
54
|
-
def clear_events(service:)
|
55
|
-
@devtools.send_cmd('BackgroundService.clearEvents',
|
56
|
-
service: service)
|
57
|
-
end
|
58
|
-
|
59
|
-
end # BackgroundService
|
60
|
-
end # DevTools
|
61
|
-
end # Selenium
|
@@ -1,117 +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 Browser
|
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["Browser.#{event}"] << block
|
32
|
-
end
|
33
|
-
|
34
|
-
def set_permission(permission:, setting:, origin: nil, browser_context_id: nil)
|
35
|
-
@devtools.send_cmd('Browser.setPermission',
|
36
|
-
permission: permission,
|
37
|
-
setting: setting,
|
38
|
-
origin: origin,
|
39
|
-
browserContextId: browser_context_id)
|
40
|
-
end
|
41
|
-
|
42
|
-
def grant_permissions(permissions:, origin: nil, browser_context_id: nil)
|
43
|
-
@devtools.send_cmd('Browser.grantPermissions',
|
44
|
-
permissions: permissions,
|
45
|
-
origin: origin,
|
46
|
-
browserContextId: browser_context_id)
|
47
|
-
end
|
48
|
-
|
49
|
-
def reset_permissions(browser_context_id: nil)
|
50
|
-
@devtools.send_cmd('Browser.resetPermissions',
|
51
|
-
browserContextId: browser_context_id)
|
52
|
-
end
|
53
|
-
|
54
|
-
def set_download_behavior(behavior:, browser_context_id: nil, download_path: nil)
|
55
|
-
@devtools.send_cmd('Browser.setDownloadBehavior',
|
56
|
-
behavior: behavior,
|
57
|
-
browserContextId: browser_context_id,
|
58
|
-
downloadPath: download_path)
|
59
|
-
end
|
60
|
-
|
61
|
-
def close
|
62
|
-
@devtools.send_cmd('Browser.close')
|
63
|
-
end
|
64
|
-
|
65
|
-
def crash
|
66
|
-
@devtools.send_cmd('Browser.crash')
|
67
|
-
end
|
68
|
-
|
69
|
-
def crash_gpu_process
|
70
|
-
@devtools.send_cmd('Browser.crashGpuProcess')
|
71
|
-
end
|
72
|
-
|
73
|
-
def get_version
|
74
|
-
@devtools.send_cmd('Browser.getVersion')
|
75
|
-
end
|
76
|
-
|
77
|
-
def get_browser_command_line
|
78
|
-
@devtools.send_cmd('Browser.getBrowserCommandLine')
|
79
|
-
end
|
80
|
-
|
81
|
-
def get_histograms(query: nil, delta: nil)
|
82
|
-
@devtools.send_cmd('Browser.getHistograms',
|
83
|
-
query: query,
|
84
|
-
delta: delta)
|
85
|
-
end
|
86
|
-
|
87
|
-
def get_histogram(name:, delta: nil)
|
88
|
-
@devtools.send_cmd('Browser.getHistogram',
|
89
|
-
name: name,
|
90
|
-
delta: delta)
|
91
|
-
end
|
92
|
-
|
93
|
-
def get_window_bounds(window_id:)
|
94
|
-
@devtools.send_cmd('Browser.getWindowBounds',
|
95
|
-
windowId: window_id)
|
96
|
-
end
|
97
|
-
|
98
|
-
def get_window_for_target(target_id: nil)
|
99
|
-
@devtools.send_cmd('Browser.getWindowForTarget',
|
100
|
-
targetId: target_id)
|
101
|
-
end
|
102
|
-
|
103
|
-
def set_window_bounds(window_id:, bounds:)
|
104
|
-
@devtools.send_cmd('Browser.setWindowBounds',
|
105
|
-
windowId: window_id,
|
106
|
-
bounds: bounds)
|
107
|
-
end
|
108
|
-
|
109
|
-
def set_dock_tile(badge_label: nil, image: nil)
|
110
|
-
@devtools.send_cmd('Browser.setDockTile',
|
111
|
-
badgeLabel: badge_label,
|
112
|
-
image: image)
|
113
|
-
end
|
114
|
-
|
115
|
-
end # Browser
|
116
|
-
end # DevTools
|
117
|
-
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
|
-
class CacheStorage
|
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["CacheStorage.#{event}"] << block
|
32
|
-
end
|
33
|
-
|
34
|
-
def delete_cache(cache_id:)
|
35
|
-
@devtools.send_cmd('CacheStorage.deleteCache',
|
36
|
-
cacheId: cache_id)
|
37
|
-
end
|
38
|
-
|
39
|
-
def delete_entry(cache_id:, request:)
|
40
|
-
@devtools.send_cmd('CacheStorage.deleteEntry',
|
41
|
-
cacheId: cache_id,
|
42
|
-
request: request)
|
43
|
-
end
|
44
|
-
|
45
|
-
def request_cache_names(security_origin:)
|
46
|
-
@devtools.send_cmd('CacheStorage.requestCacheNames',
|
47
|
-
securityOrigin: security_origin)
|
48
|
-
end
|
49
|
-
|
50
|
-
def request_cached_response(cache_id:, request_url:, request_headers:)
|
51
|
-
@devtools.send_cmd('CacheStorage.requestCachedResponse',
|
52
|
-
cacheId: cache_id,
|
53
|
-
requestURL: request_url,
|
54
|
-
requestHeaders: request_headers)
|
55
|
-
end
|
56
|
-
|
57
|
-
def request_entries(cache_id:, skip_count: nil, page_size: nil, path_filter: nil)
|
58
|
-
@devtools.send_cmd('CacheStorage.requestEntries',
|
59
|
-
cacheId: cache_id,
|
60
|
-
skipCount: skip_count,
|
61
|
-
pageSize: page_size,
|
62
|
-
pathFilter: path_filter)
|
63
|
-
end
|
64
|
-
|
65
|
-
end # CacheStorage
|
66
|
-
end # DevTools
|
67
|
-
end # Selenium
|
@@ -1,64 +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 Cast
|
24
|
-
EVENTS = {
|
25
|
-
sinks_updated: 'sinksUpdated',
|
26
|
-
issue_updated: 'issueUpdated',
|
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["Cast.#{event}"] << block
|
36
|
-
end
|
37
|
-
|
38
|
-
def enable(presentation_url: nil)
|
39
|
-
@devtools.send_cmd('Cast.enable',
|
40
|
-
presentationUrl: presentation_url)
|
41
|
-
end
|
42
|
-
|
43
|
-
def disable
|
44
|
-
@devtools.send_cmd('Cast.disable')
|
45
|
-
end
|
46
|
-
|
47
|
-
def set_sink_to_use(sink_name:)
|
48
|
-
@devtools.send_cmd('Cast.setSinkToUse',
|
49
|
-
sinkName: sink_name)
|
50
|
-
end
|
51
|
-
|
52
|
-
def start_tab_mirroring(sink_name:)
|
53
|
-
@devtools.send_cmd('Cast.startTabMirroring',
|
54
|
-
sinkName: sink_name)
|
55
|
-
end
|
56
|
-
|
57
|
-
def stop_casting(sink_name:)
|
58
|
-
@devtools.send_cmd('Cast.stopCasting',
|
59
|
-
sinkName: sink_name)
|
60
|
-
end
|
61
|
-
|
62
|
-
end # Cast
|
63
|
-
end # DevTools
|
64
|
-
end # Selenium
|
@@ -1,159 +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 CSS
|
24
|
-
EVENTS = {
|
25
|
-
fonts_updated: 'fontsUpdated',
|
26
|
-
media_query_result_changed: 'mediaQueryResultChanged',
|
27
|
-
style_sheet_added: 'styleSheetAdded',
|
28
|
-
style_sheet_changed: 'styleSheetChanged',
|
29
|
-
style_sheet_removed: 'styleSheetRemoved',
|
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["CSS.#{event}"] << block
|
39
|
-
end
|
40
|
-
|
41
|
-
def add_rule(style_sheet_id:, rule_text:, location:)
|
42
|
-
@devtools.send_cmd('CSS.addRule',
|
43
|
-
styleSheetId: style_sheet_id,
|
44
|
-
ruleText: rule_text,
|
45
|
-
location: location)
|
46
|
-
end
|
47
|
-
|
48
|
-
def collect_class_names(style_sheet_id:)
|
49
|
-
@devtools.send_cmd('CSS.collectClassNames',
|
50
|
-
styleSheetId: style_sheet_id)
|
51
|
-
end
|
52
|
-
|
53
|
-
def create_style_sheet(frame_id:)
|
54
|
-
@devtools.send_cmd('CSS.createStyleSheet',
|
55
|
-
frameId: frame_id)
|
56
|
-
end
|
57
|
-
|
58
|
-
def disable
|
59
|
-
@devtools.send_cmd('CSS.disable')
|
60
|
-
end
|
61
|
-
|
62
|
-
def enable
|
63
|
-
@devtools.send_cmd('CSS.enable')
|
64
|
-
end
|
65
|
-
|
66
|
-
def force_pseudo_state(node_id:, forced_pseudo_classes:)
|
67
|
-
@devtools.send_cmd('CSS.forcePseudoState',
|
68
|
-
nodeId: node_id,
|
69
|
-
forcedPseudoClasses: forced_pseudo_classes)
|
70
|
-
end
|
71
|
-
|
72
|
-
def get_background_colors(node_id:)
|
73
|
-
@devtools.send_cmd('CSS.getBackgroundColors',
|
74
|
-
nodeId: node_id)
|
75
|
-
end
|
76
|
-
|
77
|
-
def get_computed_style_for_node(node_id:)
|
78
|
-
@devtools.send_cmd('CSS.getComputedStyleForNode',
|
79
|
-
nodeId: node_id)
|
80
|
-
end
|
81
|
-
|
82
|
-
def get_inline_styles_for_node(node_id:)
|
83
|
-
@devtools.send_cmd('CSS.getInlineStylesForNode',
|
84
|
-
nodeId: node_id)
|
85
|
-
end
|
86
|
-
|
87
|
-
def get_matched_styles_for_node(node_id:)
|
88
|
-
@devtools.send_cmd('CSS.getMatchedStylesForNode',
|
89
|
-
nodeId: node_id)
|
90
|
-
end
|
91
|
-
|
92
|
-
def get_media_queries
|
93
|
-
@devtools.send_cmd('CSS.getMediaQueries')
|
94
|
-
end
|
95
|
-
|
96
|
-
def get_platform_fonts_for_node(node_id:)
|
97
|
-
@devtools.send_cmd('CSS.getPlatformFontsForNode',
|
98
|
-
nodeId: node_id)
|
99
|
-
end
|
100
|
-
|
101
|
-
def get_style_sheet_text(style_sheet_id:)
|
102
|
-
@devtools.send_cmd('CSS.getStyleSheetText',
|
103
|
-
styleSheetId: style_sheet_id)
|
104
|
-
end
|
105
|
-
|
106
|
-
def set_effective_property_value_for_node(node_id:, property_name:, value:)
|
107
|
-
@devtools.send_cmd('CSS.setEffectivePropertyValueForNode',
|
108
|
-
nodeId: node_id,
|
109
|
-
propertyName: property_name,
|
110
|
-
value: value)
|
111
|
-
end
|
112
|
-
|
113
|
-
def set_keyframe_key(style_sheet_id:, range:, key_text:)
|
114
|
-
@devtools.send_cmd('CSS.setKeyframeKey',
|
115
|
-
styleSheetId: style_sheet_id,
|
116
|
-
range: range,
|
117
|
-
keyText: key_text)
|
118
|
-
end
|
119
|
-
|
120
|
-
def set_media_text(style_sheet_id:, range:, text:)
|
121
|
-
@devtools.send_cmd('CSS.setMediaText',
|
122
|
-
styleSheetId: style_sheet_id,
|
123
|
-
range: range,
|
124
|
-
text: text)
|
125
|
-
end
|
126
|
-
|
127
|
-
def set_rule_selector(style_sheet_id:, range:, selector:)
|
128
|
-
@devtools.send_cmd('CSS.setRuleSelector',
|
129
|
-
styleSheetId: style_sheet_id,
|
130
|
-
range: range,
|
131
|
-
selector: selector)
|
132
|
-
end
|
133
|
-
|
134
|
-
def set_style_sheet_text(style_sheet_id:, text:)
|
135
|
-
@devtools.send_cmd('CSS.setStyleSheetText',
|
136
|
-
styleSheetId: style_sheet_id,
|
137
|
-
text: text)
|
138
|
-
end
|
139
|
-
|
140
|
-
def set_style_texts(edits:)
|
141
|
-
@devtools.send_cmd('CSS.setStyleTexts',
|
142
|
-
edits: edits)
|
143
|
-
end
|
144
|
-
|
145
|
-
def start_rule_usage_tracking
|
146
|
-
@devtools.send_cmd('CSS.startRuleUsageTracking')
|
147
|
-
end
|
148
|
-
|
149
|
-
def stop_rule_usage_tracking
|
150
|
-
@devtools.send_cmd('CSS.stopRuleUsageTracking')
|
151
|
-
end
|
152
|
-
|
153
|
-
def take_coverage_delta
|
154
|
-
@devtools.send_cmd('CSS.takeCoverageDelta')
|
155
|
-
end
|
156
|
-
|
157
|
-
end # CSS
|
158
|
-
end # DevTools
|
159
|
-
end # Selenium
|