selenium-devtools 0.91.1 → 0.92.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/lib/selenium/devtools/v92.rb +1 -0
  3. data/lib/selenium/devtools/{v89 → v92}/accessibility.rb +2 -2
  4. data/lib/selenium/devtools/{v88 → v92}/animation.rb +2 -2
  5. data/lib/selenium/devtools/{v89 → v92}/application_cache.rb +2 -2
  6. data/lib/selenium/devtools/{v88 → v92}/audits.rb +7 -2
  7. data/lib/selenium/devtools/{v88 → v92}/background_service.rb +2 -2
  8. data/lib/selenium/devtools/{v88 → v92}/browser.rb +15 -4
  9. data/lib/selenium/devtools/{v88 → v92}/cache_storage.rb +2 -2
  10. data/lib/selenium/devtools/{v89 → v92}/cast.rb +2 -2
  11. data/lib/selenium/devtools/{v89 → v92}/console.rb +2 -2
  12. data/lib/selenium/devtools/{v88 → v92}/css.rb +2 -2
  13. data/lib/selenium/devtools/{v89 → v92}/database.rb +2 -2
  14. data/lib/selenium/devtools/{v89 → v92}/debugger.rb +2 -2
  15. data/lib/selenium/devtools/{v89 → v92}/device_orientation.rb +2 -2
  16. data/lib/selenium/devtools/{v89 → v92}/dom.rb +2 -2
  17. data/lib/selenium/devtools/{v89 → v92}/dom_debugger.rb +2 -2
  18. data/lib/selenium/devtools/{v88 → v92}/dom_snapshot.rb +6 -4
  19. data/lib/selenium/devtools/{v88 → v92}/dom_storage.rb +2 -2
  20. data/lib/selenium/devtools/{v89 → v92}/emulation.rb +2 -2
  21. data/lib/selenium/devtools/{v89 → v92}/fetch.rb +2 -2
  22. data/lib/selenium/devtools/{v89 → v92}/headless_experimental.rb +2 -2
  23. data/lib/selenium/devtools/{v89 → v92}/heap_profiler.rb +8 -6
  24. data/lib/selenium/devtools/{v88 → v92}/indexed_db.rb +2 -2
  25. data/lib/selenium/devtools/{v88 → v92}/input.rb +19 -2
  26. data/lib/selenium/devtools/{v88 → v92}/inspector.rb +2 -2
  27. data/lib/selenium/devtools/{v88 → v92}/io.rb +2 -2
  28. data/lib/selenium/devtools/{v88 → v92}/layer_tree.rb +2 -2
  29. data/lib/selenium/devtools/{v88 → v92}/log.rb +2 -2
  30. data/lib/selenium/devtools/{v89 → v92}/media.rb +2 -2
  31. data/lib/selenium/devtools/{v88 → v92}/memory.rb +2 -2
  32. data/lib/selenium/devtools/{v89 → v92}/network.rb +17 -4
  33. data/lib/selenium/devtools/{v89 → v92}/overlay.rb +12 -2
  34. data/lib/selenium/devtools/{v89 → v92}/page.rb +16 -4
  35. data/lib/selenium/devtools/{v89 → v92}/performance.rb +2 -2
  36. data/lib/selenium/devtools/{v89 → v92}/performance_timeline.rb +2 -2
  37. data/lib/selenium/devtools/{v89 → v92}/profiler.rb +2 -2
  38. data/lib/selenium/devtools/{v89 → v92}/runtime.rb +2 -2
  39. data/lib/selenium/devtools/{v88 → v92}/schema.rb +2 -2
  40. data/lib/selenium/devtools/{v88 → v92}/security.rb +2 -2
  41. data/lib/selenium/devtools/{v89 → v92}/service_worker.rb +2 -2
  42. data/lib/selenium/devtools/{v88 → v92}/storage.rb +11 -2
  43. data/lib/selenium/devtools/{v89 → v92}/system_info.rb +2 -2
  44. data/lib/selenium/devtools/{v88 → v92}/target.rb +2 -2
  45. data/lib/selenium/devtools/{v89 → v92}/tethering.rb +2 -2
  46. data/lib/selenium/devtools/{v89 → v92}/tracing.rb +5 -4
  47. data/lib/selenium/devtools/{v88 → v92}/web_audio.rb +2 -2
  48. data/lib/selenium/devtools/{v88 → v92}/web_authn.rb +2 -2
  49. data/lib/selenium/devtools/version.rb +1 -1
  50. metadata +49 -95
  51. data/lib/selenium/devtools/v88.rb +0 -1
  52. data/lib/selenium/devtools/v88/accessibility.rb +0 -67
  53. data/lib/selenium/devtools/v88/application_cache.rb +0 -60
  54. data/lib/selenium/devtools/v88/cast.rb +0 -66
  55. data/lib/selenium/devtools/v88/console.rb +0 -53
  56. data/lib/selenium/devtools/v88/database.rb +0 -60
  57. data/lib/selenium/devtools/v88/debugger.rb +0 -227
  58. data/lib/selenium/devtools/v88/device_orientation.rb +0 -49
  59. data/lib/selenium/devtools/v88/dom.rb +0 -323
  60. data/lib/selenium/devtools/v88/dom_debugger.rb +0 -89
  61. data/lib/selenium/devtools/v88/emulation.rb +0 -192
  62. data/lib/selenium/devtools/v88/fetch.rb +0 -93
  63. data/lib/selenium/devtools/v88/headless_experimental.rb +0 -57
  64. data/lib/selenium/devtools/v88/heap_profiler.rb +0 -103
  65. data/lib/selenium/devtools/v88/media.rb +0 -53
  66. data/lib/selenium/devtools/v88/network.rb +0 -241
  67. data/lib/selenium/devtools/v88/overlay.rb +0 -177
  68. data/lib/selenium/devtools/v88/page.rb +0 -370
  69. data/lib/selenium/devtools/v88/performance.rb +0 -59
  70. data/lib/selenium/devtools/v88/profiler.rb +0 -119
  71. data/lib/selenium/devtools/v88/runtime.rb +0 -191
  72. data/lib/selenium/devtools/v88/service_worker.rb +0 -112
  73. data/lib/selenium/devtools/v88/system_info.rb +0 -46
  74. data/lib/selenium/devtools/v88/tethering.rb +0 -51
  75. data/lib/selenium/devtools/v88/tracing.rb +0 -73
  76. data/lib/selenium/devtools/v89.rb +0 -1
  77. data/lib/selenium/devtools/v89/animation.rb +0 -94
  78. data/lib/selenium/devtools/v89/audits.rb +0 -57
  79. data/lib/selenium/devtools/v89/background_service.rb +0 -63
  80. data/lib/selenium/devtools/v89/browser.rb +0 -124
  81. data/lib/selenium/devtools/v89/cache_storage.rb +0 -69
  82. data/lib/selenium/devtools/v89/css.rb +0 -175
  83. data/lib/selenium/devtools/v89/dom_snapshot.rb +0 -61
  84. data/lib/selenium/devtools/v89/dom_storage.rb +0 -75
  85. data/lib/selenium/devtools/v89/indexed_db.rb +0 -96
  86. data/lib/selenium/devtools/v89/input.rb +0 -142
  87. data/lib/selenium/devtools/v89/inspector.rb +0 -51
  88. data/lib/selenium/devtools/v89/io.rb +0 -55
  89. data/lib/selenium/devtools/v89/layer_tree.rb +0 -91
  90. data/lib/selenium/devtools/v89/log.rb +0 -62
  91. data/lib/selenium/devtools/v89/memory.rb +0 -82
  92. data/lib/selenium/devtools/v89/schema.rb +0 -42
  93. data/lib/selenium/devtools/v89/security.rb +0 -67
  94. data/lib/selenium/devtools/v89/storage.rb +0 -97
  95. data/lib/selenium/devtools/v89/target.rb +0 -139
  96. data/lib/selenium/devtools/v89/web_audio.rb +0 -66
  97. data/lib/selenium/devtools/v89/web_authn.rb +0 -96
@@ -1,59 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Licensed to the Software Freedom Conservancy (SFC) under one
4
- # or more contributor license agreements. See the NOTICE file
5
- # distributed with this work for additional information
6
- # regarding copyright ownership. The SFC licenses this file
7
- # to you under the Apache License, Version 2.0 (the
8
- # "License"); you may not use this file except in compliance
9
- # with the License. You may obtain a copy of the License at
10
- #
11
- # http://www.apache.org/licenses/LICENSE-2.0
12
- #
13
- # Unless required by applicable law or agreed to in writing,
14
- # software distributed under the License is distributed on an
15
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
- # KIND, either express or implied. See the License for the
17
- # specific language governing permissions and limitations
18
- # under the License.
19
-
20
- # This file is automatically generated. Any changes will be lost!
21
- module Selenium
22
- module DevTools
23
- module V88
24
- class Performance
25
- EVENTS = {
26
- metrics: 'metrics',
27
- }.freeze
28
-
29
- def initialize(devtools)
30
- @devtools = devtools
31
- end
32
-
33
- def on(event, &block)
34
- event = EVENTS[event] if event.is_a?(Symbol)
35
- @devtools.callbacks["Performance.#{event}"] << block
36
- end
37
-
38
- def disable
39
- @devtools.send_cmd('Performance.disable')
40
- end
41
-
42
- def enable(time_domain: nil)
43
- @devtools.send_cmd('Performance.enable',
44
- timeDomain: time_domain)
45
- end
46
-
47
- def set_time_domain(time_domain:)
48
- @devtools.send_cmd('Performance.setTimeDomain',
49
- timeDomain: time_domain)
50
- end
51
-
52
- def get_metrics
53
- @devtools.send_cmd('Performance.getMetrics')
54
- end
55
-
56
- end # Performance
57
- end # V88
58
- end # DevTools
59
- end # Selenium
@@ -1,119 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Licensed to the Software Freedom Conservancy (SFC) under one
4
- # or more contributor license agreements. See the NOTICE file
5
- # distributed with this work for additional information
6
- # regarding copyright ownership. The SFC licenses this file
7
- # to you under the Apache License, Version 2.0 (the
8
- # "License"); you may not use this file except in compliance
9
- # with the License. You may obtain a copy of the License at
10
- #
11
- # http://www.apache.org/licenses/LICENSE-2.0
12
- #
13
- # Unless required by applicable law or agreed to in writing,
14
- # software distributed under the License is distributed on an
15
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
- # KIND, either express or implied. See the License for the
17
- # specific language governing permissions and limitations
18
- # under the License.
19
-
20
- # This file is automatically generated. Any changes will be lost!
21
- module Selenium
22
- module DevTools
23
- module V88
24
- class Profiler
25
- EVENTS = {
26
- console_profile_finished: 'consoleProfileFinished',
27
- console_profile_started: 'consoleProfileStarted',
28
- precise_coverage_delta_update: 'preciseCoverageDeltaUpdate',
29
- }.freeze
30
-
31
- def initialize(devtools)
32
- @devtools = devtools
33
- end
34
-
35
- def on(event, &block)
36
- event = EVENTS[event] if event.is_a?(Symbol)
37
- @devtools.callbacks["Profiler.#{event}"] << block
38
- end
39
-
40
- def disable
41
- @devtools.send_cmd('Profiler.disable')
42
- end
43
-
44
- def enable
45
- @devtools.send_cmd('Profiler.enable')
46
- end
47
-
48
- def get_best_effort_coverage
49
- @devtools.send_cmd('Profiler.getBestEffortCoverage')
50
- end
51
-
52
- def set_sampling_interval(interval:)
53
- @devtools.send_cmd('Profiler.setSamplingInterval',
54
- interval: interval)
55
- end
56
-
57
- def start
58
- @devtools.send_cmd('Profiler.start')
59
- end
60
-
61
- def start_precise_coverage(call_count: nil, detailed: nil, allow_triggered_updates: nil)
62
- @devtools.send_cmd('Profiler.startPreciseCoverage',
63
- callCount: call_count,
64
- detailed: detailed,
65
- allowTriggeredUpdates: allow_triggered_updates)
66
- end
67
-
68
- def start_type_profile
69
- @devtools.send_cmd('Profiler.startTypeProfile')
70
- end
71
-
72
- def stop
73
- @devtools.send_cmd('Profiler.stop')
74
- end
75
-
76
- def stop_precise_coverage
77
- @devtools.send_cmd('Profiler.stopPreciseCoverage')
78
- end
79
-
80
- def stop_type_profile
81
- @devtools.send_cmd('Profiler.stopTypeProfile')
82
- end
83
-
84
- def take_precise_coverage
85
- @devtools.send_cmd('Profiler.takePreciseCoverage')
86
- end
87
-
88
- def take_type_profile
89
- @devtools.send_cmd('Profiler.takeTypeProfile')
90
- end
91
-
92
- def enable_counters
93
- @devtools.send_cmd('Profiler.enableCounters')
94
- end
95
-
96
- def disable_counters
97
- @devtools.send_cmd('Profiler.disableCounters')
98
- end
99
-
100
- def get_counters
101
- @devtools.send_cmd('Profiler.getCounters')
102
- end
103
-
104
- def enable_runtime_call_stats
105
- @devtools.send_cmd('Profiler.enableRuntimeCallStats')
106
- end
107
-
108
- def disable_runtime_call_stats
109
- @devtools.send_cmd('Profiler.disableRuntimeCallStats')
110
- end
111
-
112
- def get_runtime_call_stats
113
- @devtools.send_cmd('Profiler.getRuntimeCallStats')
114
- end
115
-
116
- end # Profiler
117
- end # V88
118
- end # DevTools
119
- end # Selenium
@@ -1,191 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Licensed to the Software Freedom Conservancy (SFC) under one
4
- # or more contributor license agreements. See the NOTICE file
5
- # distributed with this work for additional information
6
- # regarding copyright ownership. The SFC licenses this file
7
- # to you under the Apache License, Version 2.0 (the
8
- # "License"); you may not use this file except in compliance
9
- # with the License. You may obtain a copy of the License at
10
- #
11
- # http://www.apache.org/licenses/LICENSE-2.0
12
- #
13
- # Unless required by applicable law or agreed to in writing,
14
- # software distributed under the License is distributed on an
15
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
- # KIND, either express or implied. See the License for the
17
- # specific language governing permissions and limitations
18
- # under the License.
19
-
20
- # This file is automatically generated. Any changes will be lost!
21
- module Selenium
22
- module DevTools
23
- module V88
24
- class Runtime
25
- EVENTS = {
26
- binding_called: 'bindingCalled',
27
- console_api_called: 'consoleAPICalled',
28
- exception_revoked: 'exceptionRevoked',
29
- exception_thrown: 'exceptionThrown',
30
- execution_context_created: 'executionContextCreated',
31
- execution_context_destroyed: 'executionContextDestroyed',
32
- execution_contexts_cleared: 'executionContextsCleared',
33
- inspect_requested: 'inspectRequested',
34
- }.freeze
35
-
36
- def initialize(devtools)
37
- @devtools = devtools
38
- end
39
-
40
- def on(event, &block)
41
- event = EVENTS[event] if event.is_a?(Symbol)
42
- @devtools.callbacks["Runtime.#{event}"] << block
43
- end
44
-
45
- def await_promise(promise_object_id:, return_by_value: nil, generate_preview: nil)
46
- @devtools.send_cmd('Runtime.awaitPromise',
47
- promiseObjectId: promise_object_id,
48
- returnByValue: return_by_value,
49
- generatePreview: generate_preview)
50
- end
51
-
52
- 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)
53
- @devtools.send_cmd('Runtime.callFunctionOn',
54
- functionDeclaration: function_declaration,
55
- objectId: object_id,
56
- arguments: arguments,
57
- silent: silent,
58
- returnByValue: return_by_value,
59
- generatePreview: generate_preview,
60
- userGesture: user_gesture,
61
- awaitPromise: await_promise,
62
- executionContextId: execution_context_id,
63
- objectGroup: object_group)
64
- end
65
-
66
- def compile_script(expression:, source_url:, persist_script:, execution_context_id: nil)
67
- @devtools.send_cmd('Runtime.compileScript',
68
- expression: expression,
69
- sourceURL: source_url,
70
- persistScript: persist_script,
71
- executionContextId: execution_context_id)
72
- end
73
-
74
- def disable
75
- @devtools.send_cmd('Runtime.disable')
76
- end
77
-
78
- def discard_console_entries
79
- @devtools.send_cmd('Runtime.discardConsoleEntries')
80
- end
81
-
82
- def enable
83
- @devtools.send_cmd('Runtime.enable')
84
- end
85
-
86
- 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, allow_unsafe_eval_blocked_by_csp: nil)
87
- @devtools.send_cmd('Runtime.evaluate',
88
- expression: expression,
89
- objectGroup: object_group,
90
- includeCommandLineAPI: include_command_line_api,
91
- silent: silent,
92
- contextId: context_id,
93
- returnByValue: return_by_value,
94
- generatePreview: generate_preview,
95
- userGesture: user_gesture,
96
- awaitPromise: await_promise,
97
- throwOnSideEffect: throw_on_side_effect,
98
- timeout: timeout,
99
- disableBreaks: disable_breaks,
100
- replMode: repl_mode,
101
- allowUnsafeEvalBlockedByCSP: allow_unsafe_eval_blocked_by_csp)
102
- end
103
-
104
- def get_isolate_id
105
- @devtools.send_cmd('Runtime.getIsolateId')
106
- end
107
-
108
- def get_heap_usage
109
- @devtools.send_cmd('Runtime.getHeapUsage')
110
- end
111
-
112
- def get_properties(object_id:, own_properties: nil, accessor_properties_only: nil, generate_preview: nil)
113
- @devtools.send_cmd('Runtime.getProperties',
114
- objectId: object_id,
115
- ownProperties: own_properties,
116
- accessorPropertiesOnly: accessor_properties_only,
117
- generatePreview: generate_preview)
118
- end
119
-
120
- def global_lexical_scope_names(execution_context_id: nil)
121
- @devtools.send_cmd('Runtime.globalLexicalScopeNames',
122
- executionContextId: execution_context_id)
123
- end
124
-
125
- def query_objects(prototype_object_id:, object_group: nil)
126
- @devtools.send_cmd('Runtime.queryObjects',
127
- prototypeObjectId: prototype_object_id,
128
- objectGroup: object_group)
129
- end
130
-
131
- def release_object(object_id:)
132
- @devtools.send_cmd('Runtime.releaseObject',
133
- objectId: object_id)
134
- end
135
-
136
- def release_object_group(object_group:)
137
- @devtools.send_cmd('Runtime.releaseObjectGroup',
138
- objectGroup: object_group)
139
- end
140
-
141
- def run_if_waiting_for_debugger
142
- @devtools.send_cmd('Runtime.runIfWaitingForDebugger')
143
- end
144
-
145
- 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)
146
- @devtools.send_cmd('Runtime.runScript',
147
- scriptId: script_id,
148
- executionContextId: execution_context_id,
149
- objectGroup: object_group,
150
- silent: silent,
151
- includeCommandLineAPI: include_command_line_api,
152
- returnByValue: return_by_value,
153
- generatePreview: generate_preview,
154
- awaitPromise: await_promise)
155
- end
156
-
157
- def set_async_call_stack_depth(max_depth:)
158
- @devtools.send_cmd('Runtime.setAsyncCallStackDepth',
159
- maxDepth: max_depth)
160
- end
161
-
162
- def set_custom_object_formatter_enabled(enabled:)
163
- @devtools.send_cmd('Runtime.setCustomObjectFormatterEnabled',
164
- enabled: enabled)
165
- end
166
-
167
- def set_max_call_stack_size_to_capture(size:)
168
- @devtools.send_cmd('Runtime.setMaxCallStackSizeToCapture',
169
- size: size)
170
- end
171
-
172
- def terminate_execution
173
- @devtools.send_cmd('Runtime.terminateExecution')
174
- end
175
-
176
- def add_binding(name:, execution_context_id: nil, execution_context_name: nil)
177
- @devtools.send_cmd('Runtime.addBinding',
178
- name: name,
179
- executionContextId: execution_context_id,
180
- executionContextName: execution_context_name)
181
- end
182
-
183
- def remove_binding(name:)
184
- @devtools.send_cmd('Runtime.removeBinding',
185
- name: name)
186
- end
187
-
188
- end # Runtime
189
- end # V88
190
- end # DevTools
191
- end # Selenium
@@ -1,112 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Licensed to the Software Freedom Conservancy (SFC) under one
4
- # or more contributor license agreements. See the NOTICE file
5
- # distributed with this work for additional information
6
- # regarding copyright ownership. The SFC licenses this file
7
- # to you under the Apache License, Version 2.0 (the
8
- # "License"); you may not use this file except in compliance
9
- # with the License. You may obtain a copy of the License at
10
- #
11
- # http://www.apache.org/licenses/LICENSE-2.0
12
- #
13
- # Unless required by applicable law or agreed to in writing,
14
- # software distributed under the License is distributed on an
15
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
- # KIND, either express or implied. See the License for the
17
- # specific language governing permissions and limitations
18
- # under the License.
19
-
20
- # This file is automatically generated. Any changes will be lost!
21
- module Selenium
22
- module DevTools
23
- module V88
24
- class ServiceWorker
25
- EVENTS = {
26
- worker_error_reported: 'workerErrorReported',
27
- worker_registration_updated: 'workerRegistrationUpdated',
28
- worker_version_updated: 'workerVersionUpdated',
29
- }.freeze
30
-
31
- def initialize(devtools)
32
- @devtools = devtools
33
- end
34
-
35
- def on(event, &block)
36
- event = EVENTS[event] if event.is_a?(Symbol)
37
- @devtools.callbacks["ServiceWorker.#{event}"] << block
38
- end
39
-
40
- def deliver_push_message(origin:, registration_id:, data:)
41
- @devtools.send_cmd('ServiceWorker.deliverPushMessage',
42
- origin: origin,
43
- registrationId: registration_id,
44
- data: data)
45
- end
46
-
47
- def disable
48
- @devtools.send_cmd('ServiceWorker.disable')
49
- end
50
-
51
- def dispatch_sync_event(origin:, registration_id:, tag:, last_chance:)
52
- @devtools.send_cmd('ServiceWorker.dispatchSyncEvent',
53
- origin: origin,
54
- registrationId: registration_id,
55
- tag: tag,
56
- lastChance: last_chance)
57
- end
58
-
59
- def dispatch_periodic_sync_event(origin:, registration_id:, tag:)
60
- @devtools.send_cmd('ServiceWorker.dispatchPeriodicSyncEvent',
61
- origin: origin,
62
- registrationId: registration_id,
63
- tag: tag)
64
- end
65
-
66
- def enable
67
- @devtools.send_cmd('ServiceWorker.enable')
68
- end
69
-
70
- def inspect_worker(version_id:)
71
- @devtools.send_cmd('ServiceWorker.inspectWorker',
72
- versionId: version_id)
73
- end
74
-
75
- def set_force_update_on_page_load(force_update_on_page_load:)
76
- @devtools.send_cmd('ServiceWorker.setForceUpdateOnPageLoad',
77
- forceUpdateOnPageLoad: force_update_on_page_load)
78
- end
79
-
80
- def skip_waiting(scope_url:)
81
- @devtools.send_cmd('ServiceWorker.skipWaiting',
82
- scopeURL: scope_url)
83
- end
84
-
85
- def start_worker(scope_url:)
86
- @devtools.send_cmd('ServiceWorker.startWorker',
87
- scopeURL: scope_url)
88
- end
89
-
90
- def stop_all_workers
91
- @devtools.send_cmd('ServiceWorker.stopAllWorkers')
92
- end
93
-
94
- def stop_worker(version_id:)
95
- @devtools.send_cmd('ServiceWorker.stopWorker',
96
- versionId: version_id)
97
- end
98
-
99
- def unregister(scope_url:)
100
- @devtools.send_cmd('ServiceWorker.unregister',
101
- scopeURL: scope_url)
102
- end
103
-
104
- def update_registration(scope_url:)
105
- @devtools.send_cmd('ServiceWorker.updateRegistration',
106
- scopeURL: scope_url)
107
- end
108
-
109
- end # ServiceWorker
110
- end # V88
111
- end # DevTools
112
- end # Selenium