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,187 +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 Runtime
|
24
|
-
EVENTS = {
|
25
|
-
binding_called: 'bindingCalled',
|
26
|
-
console_api_called: 'consoleAPICalled',
|
27
|
-
exception_revoked: 'exceptionRevoked',
|
28
|
-
exception_thrown: 'exceptionThrown',
|
29
|
-
execution_context_created: 'executionContextCreated',
|
30
|
-
execution_context_destroyed: 'executionContextDestroyed',
|
31
|
-
execution_contexts_cleared: 'executionContextsCleared',
|
32
|
-
inspect_requested: 'inspectRequested',
|
33
|
-
}.freeze
|
34
|
-
|
35
|
-
def initialize(devtools)
|
36
|
-
@devtools = devtools
|
37
|
-
end
|
38
|
-
|
39
|
-
def on(event, &block)
|
40
|
-
event = EVENTS[event] if event.is_a?(Symbol)
|
41
|
-
@devtools.callbacks["Runtime.#{event}"] << block
|
42
|
-
end
|
43
|
-
|
44
|
-
def await_promise(promise_object_id:, return_by_value: nil, generate_preview: nil)
|
45
|
-
@devtools.send_cmd('Runtime.awaitPromise',
|
46
|
-
promiseObjectId: promise_object_id,
|
47
|
-
returnByValue: return_by_value,
|
48
|
-
generatePreview: generate_preview)
|
49
|
-
end
|
50
|
-
|
51
|
-
def call_function_on(function_declaration:, object_id: nil, arguments: nil, silent: nil, return_by_value: nil, generate_preview: nil, user_gesture: nil, await_promise: nil, execution_context_id: nil, object_group: nil)
|
52
|
-
@devtools.send_cmd('Runtime.callFunctionOn',
|
53
|
-
functionDeclaration: function_declaration,
|
54
|
-
objectId: object_id,
|
55
|
-
arguments: arguments,
|
56
|
-
silent: silent,
|
57
|
-
returnByValue: return_by_value,
|
58
|
-
generatePreview: generate_preview,
|
59
|
-
userGesture: user_gesture,
|
60
|
-
awaitPromise: await_promise,
|
61
|
-
executionContextId: execution_context_id,
|
62
|
-
objectGroup: object_group)
|
63
|
-
end
|
64
|
-
|
65
|
-
def compile_script(expression:, source_url:, persist_script:, execution_context_id: nil)
|
66
|
-
@devtools.send_cmd('Runtime.compileScript',
|
67
|
-
expression: expression,
|
68
|
-
sourceURL: source_url,
|
69
|
-
persistScript: persist_script,
|
70
|
-
executionContextId: execution_context_id)
|
71
|
-
end
|
72
|
-
|
73
|
-
def disable
|
74
|
-
@devtools.send_cmd('Runtime.disable')
|
75
|
-
end
|
76
|
-
|
77
|
-
def discard_console_entries
|
78
|
-
@devtools.send_cmd('Runtime.discardConsoleEntries')
|
79
|
-
end
|
80
|
-
|
81
|
-
def enable
|
82
|
-
@devtools.send_cmd('Runtime.enable')
|
83
|
-
end
|
84
|
-
|
85
|
-
def evaluate(expression:, object_group: nil, include_command_line_api: nil, silent: nil, context_id: nil, return_by_value: nil, generate_preview: nil, user_gesture: nil, await_promise: nil, throw_on_side_effect: nil, timeout: nil, disable_breaks: nil, repl_mode: nil)
|
86
|
-
@devtools.send_cmd('Runtime.evaluate',
|
87
|
-
expression: expression,
|
88
|
-
objectGroup: object_group,
|
89
|
-
includeCommandLineAPI: include_command_line_api,
|
90
|
-
silent: silent,
|
91
|
-
contextId: context_id,
|
92
|
-
returnByValue: return_by_value,
|
93
|
-
generatePreview: generate_preview,
|
94
|
-
userGesture: user_gesture,
|
95
|
-
awaitPromise: await_promise,
|
96
|
-
throwOnSideEffect: throw_on_side_effect,
|
97
|
-
timeout: timeout,
|
98
|
-
disableBreaks: disable_breaks,
|
99
|
-
replMode: repl_mode)
|
100
|
-
end
|
101
|
-
|
102
|
-
def get_isolate_id
|
103
|
-
@devtools.send_cmd('Runtime.getIsolateId')
|
104
|
-
end
|
105
|
-
|
106
|
-
def get_heap_usage
|
107
|
-
@devtools.send_cmd('Runtime.getHeapUsage')
|
108
|
-
end
|
109
|
-
|
110
|
-
def get_properties(object_id:, own_properties: nil, accessor_properties_only: nil, generate_preview: nil)
|
111
|
-
@devtools.send_cmd('Runtime.getProperties',
|
112
|
-
objectId: object_id,
|
113
|
-
ownProperties: own_properties,
|
114
|
-
accessorPropertiesOnly: accessor_properties_only,
|
115
|
-
generatePreview: generate_preview)
|
116
|
-
end
|
117
|
-
|
118
|
-
def global_lexical_scope_names(execution_context_id: nil)
|
119
|
-
@devtools.send_cmd('Runtime.globalLexicalScopeNames',
|
120
|
-
executionContextId: execution_context_id)
|
121
|
-
end
|
122
|
-
|
123
|
-
def query_objects(prototype_object_id:, object_group: nil)
|
124
|
-
@devtools.send_cmd('Runtime.queryObjects',
|
125
|
-
prototypeObjectId: prototype_object_id,
|
126
|
-
objectGroup: object_group)
|
127
|
-
end
|
128
|
-
|
129
|
-
def release_object(object_id:)
|
130
|
-
@devtools.send_cmd('Runtime.releaseObject',
|
131
|
-
objectId: object_id)
|
132
|
-
end
|
133
|
-
|
134
|
-
def release_object_group(object_group:)
|
135
|
-
@devtools.send_cmd('Runtime.releaseObjectGroup',
|
136
|
-
objectGroup: object_group)
|
137
|
-
end
|
138
|
-
|
139
|
-
def run_if_waiting_for_debugger
|
140
|
-
@devtools.send_cmd('Runtime.runIfWaitingForDebugger')
|
141
|
-
end
|
142
|
-
|
143
|
-
def run_script(script_id:, execution_context_id: nil, object_group: nil, silent: nil, include_command_line_api: nil, return_by_value: nil, generate_preview: nil, await_promise: nil)
|
144
|
-
@devtools.send_cmd('Runtime.runScript',
|
145
|
-
scriptId: script_id,
|
146
|
-
executionContextId: execution_context_id,
|
147
|
-
objectGroup: object_group,
|
148
|
-
silent: silent,
|
149
|
-
includeCommandLineAPI: include_command_line_api,
|
150
|
-
returnByValue: return_by_value,
|
151
|
-
generatePreview: generate_preview,
|
152
|
-
awaitPromise: await_promise)
|
153
|
-
end
|
154
|
-
|
155
|
-
def set_async_call_stack_depth(max_depth:)
|
156
|
-
@devtools.send_cmd('Runtime.setAsyncCallStackDepth',
|
157
|
-
maxDepth: max_depth)
|
158
|
-
end
|
159
|
-
|
160
|
-
def set_custom_object_formatter_enabled(enabled:)
|
161
|
-
@devtools.send_cmd('Runtime.setCustomObjectFormatterEnabled',
|
162
|
-
enabled: enabled)
|
163
|
-
end
|
164
|
-
|
165
|
-
def set_max_call_stack_size_to_capture(size:)
|
166
|
-
@devtools.send_cmd('Runtime.setMaxCallStackSizeToCapture',
|
167
|
-
size: size)
|
168
|
-
end
|
169
|
-
|
170
|
-
def terminate_execution
|
171
|
-
@devtools.send_cmd('Runtime.terminateExecution')
|
172
|
-
end
|
173
|
-
|
174
|
-
def add_binding(name:, execution_context_id: nil)
|
175
|
-
@devtools.send_cmd('Runtime.addBinding',
|
176
|
-
name: name,
|
177
|
-
executionContextId: execution_context_id)
|
178
|
-
end
|
179
|
-
|
180
|
-
def remove_binding(name:)
|
181
|
-
@devtools.send_cmd('Runtime.removeBinding',
|
182
|
-
name: name)
|
183
|
-
end
|
184
|
-
|
185
|
-
end # Runtime
|
186
|
-
end # DevTools
|
187
|
-
end # Selenium
|
@@ -1,65 +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 Security
|
24
|
-
EVENTS = {
|
25
|
-
certificate_error: 'certificateError',
|
26
|
-
visible_security_state_changed: 'visibleSecurityStateChanged',
|
27
|
-
security_state_changed: 'securityStateChanged',
|
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["Security.#{event}"] << block
|
37
|
-
end
|
38
|
-
|
39
|
-
def disable
|
40
|
-
@devtools.send_cmd('Security.disable')
|
41
|
-
end
|
42
|
-
|
43
|
-
def enable
|
44
|
-
@devtools.send_cmd('Security.enable')
|
45
|
-
end
|
46
|
-
|
47
|
-
def set_ignore_certificate_errors(ignore:)
|
48
|
-
@devtools.send_cmd('Security.setIgnoreCertificateErrors',
|
49
|
-
ignore: ignore)
|
50
|
-
end
|
51
|
-
|
52
|
-
def handle_certificate_error(event_id:, action:)
|
53
|
-
@devtools.send_cmd('Security.handleCertificateError',
|
54
|
-
eventId: event_id,
|
55
|
-
action: action)
|
56
|
-
end
|
57
|
-
|
58
|
-
def set_override_certificate_errors(override:)
|
59
|
-
@devtools.send_cmd('Security.setOverrideCertificateErrors',
|
60
|
-
override: override)
|
61
|
-
end
|
62
|
-
|
63
|
-
end # Security
|
64
|
-
end # DevTools
|
65
|
-
end # Selenium
|
@@ -1,110 +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 ServiceWorker
|
24
|
-
EVENTS = {
|
25
|
-
worker_error_reported: 'workerErrorReported',
|
26
|
-
worker_registration_updated: 'workerRegistrationUpdated',
|
27
|
-
worker_version_updated: 'workerVersionUpdated',
|
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["ServiceWorker.#{event}"] << block
|
37
|
-
end
|
38
|
-
|
39
|
-
def deliver_push_message(origin:, registration_id:, data:)
|
40
|
-
@devtools.send_cmd('ServiceWorker.deliverPushMessage',
|
41
|
-
origin: origin,
|
42
|
-
registrationId: registration_id,
|
43
|
-
data: data)
|
44
|
-
end
|
45
|
-
|
46
|
-
def disable
|
47
|
-
@devtools.send_cmd('ServiceWorker.disable')
|
48
|
-
end
|
49
|
-
|
50
|
-
def dispatch_sync_event(origin:, registration_id:, tag:, last_chance:)
|
51
|
-
@devtools.send_cmd('ServiceWorker.dispatchSyncEvent',
|
52
|
-
origin: origin,
|
53
|
-
registrationId: registration_id,
|
54
|
-
tag: tag,
|
55
|
-
lastChance: last_chance)
|
56
|
-
end
|
57
|
-
|
58
|
-
def dispatch_periodic_sync_event(origin:, registration_id:, tag:)
|
59
|
-
@devtools.send_cmd('ServiceWorker.dispatchPeriodicSyncEvent',
|
60
|
-
origin: origin,
|
61
|
-
registrationId: registration_id,
|
62
|
-
tag: tag)
|
63
|
-
end
|
64
|
-
|
65
|
-
def enable
|
66
|
-
@devtools.send_cmd('ServiceWorker.enable')
|
67
|
-
end
|
68
|
-
|
69
|
-
def inspect_worker(version_id:)
|
70
|
-
@devtools.send_cmd('ServiceWorker.inspectWorker',
|
71
|
-
versionId: version_id)
|
72
|
-
end
|
73
|
-
|
74
|
-
def set_force_update_on_page_load(force_update_on_page_load:)
|
75
|
-
@devtools.send_cmd('ServiceWorker.setForceUpdateOnPageLoad',
|
76
|
-
forceUpdateOnPageLoad: force_update_on_page_load)
|
77
|
-
end
|
78
|
-
|
79
|
-
def skip_waiting(scope_url:)
|
80
|
-
@devtools.send_cmd('ServiceWorker.skipWaiting',
|
81
|
-
scopeURL: scope_url)
|
82
|
-
end
|
83
|
-
|
84
|
-
def start_worker(scope_url:)
|
85
|
-
@devtools.send_cmd('ServiceWorker.startWorker',
|
86
|
-
scopeURL: scope_url)
|
87
|
-
end
|
88
|
-
|
89
|
-
def stop_all_workers
|
90
|
-
@devtools.send_cmd('ServiceWorker.stopAllWorkers')
|
91
|
-
end
|
92
|
-
|
93
|
-
def stop_worker(version_id:)
|
94
|
-
@devtools.send_cmd('ServiceWorker.stopWorker',
|
95
|
-
versionId: version_id)
|
96
|
-
end
|
97
|
-
|
98
|
-
def unregister(scope_url:)
|
99
|
-
@devtools.send_cmd('ServiceWorker.unregister',
|
100
|
-
scopeURL: scope_url)
|
101
|
-
end
|
102
|
-
|
103
|
-
def update_registration(scope_url:)
|
104
|
-
@devtools.send_cmd('ServiceWorker.updateRegistration',
|
105
|
-
scopeURL: scope_url)
|
106
|
-
end
|
107
|
-
|
108
|
-
end # ServiceWorker
|
109
|
-
end # DevTools
|
110
|
-
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 Storage
|
24
|
-
EVENTS = {
|
25
|
-
cache_storage_content_updated: 'cacheStorageContentUpdated',
|
26
|
-
cache_storage_list_updated: 'cacheStorageListUpdated',
|
27
|
-
indexed_db_content_updated: 'indexedDBContentUpdated',
|
28
|
-
indexed_db_list_updated: 'indexedDBListUpdated',
|
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["Storage.#{event}"] << block
|
38
|
-
end
|
39
|
-
|
40
|
-
def clear_data_for_origin(origin:, storage_types:)
|
41
|
-
@devtools.send_cmd('Storage.clearDataForOrigin',
|
42
|
-
origin: origin,
|
43
|
-
storageTypes: storage_types)
|
44
|
-
end
|
45
|
-
|
46
|
-
def get_cookies(browser_context_id: nil)
|
47
|
-
@devtools.send_cmd('Storage.getCookies',
|
48
|
-
browserContextId: browser_context_id)
|
49
|
-
end
|
50
|
-
|
51
|
-
def set_cookies(cookies:, browser_context_id: nil)
|
52
|
-
@devtools.send_cmd('Storage.setCookies',
|
53
|
-
cookies: cookies,
|
54
|
-
browserContextId: browser_context_id)
|
55
|
-
end
|
56
|
-
|
57
|
-
def clear_cookies(browser_context_id: nil)
|
58
|
-
@devtools.send_cmd('Storage.clearCookies',
|
59
|
-
browserContextId: browser_context_id)
|
60
|
-
end
|
61
|
-
|
62
|
-
def get_usage_and_quota(origin:)
|
63
|
-
@devtools.send_cmd('Storage.getUsageAndQuota',
|
64
|
-
origin: origin)
|
65
|
-
end
|
66
|
-
|
67
|
-
def track_cache_storage_for_origin(origin:)
|
68
|
-
@devtools.send_cmd('Storage.trackCacheStorageForOrigin',
|
69
|
-
origin: origin)
|
70
|
-
end
|
71
|
-
|
72
|
-
def track_indexed_db_for_origin(origin:)
|
73
|
-
@devtools.send_cmd('Storage.trackIndexedDBForOrigin',
|
74
|
-
origin: origin)
|
75
|
-
end
|
76
|
-
|
77
|
-
def untrack_cache_storage_for_origin(origin:)
|
78
|
-
@devtools.send_cmd('Storage.untrackCacheStorageForOrigin',
|
79
|
-
origin: origin)
|
80
|
-
end
|
81
|
-
|
82
|
-
def untrack_indexed_db_for_origin(origin:)
|
83
|
-
@devtools.send_cmd('Storage.untrackIndexedDBForOrigin',
|
84
|
-
origin: origin)
|
85
|
-
end
|
86
|
-
|
87
|
-
end # Storage
|
88
|
-
end # DevTools
|
89
|
-
end # Selenium
|