selenium-devtools 0.91.0 → 0.94.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (196) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +6 -0
  3. data/LICENSE +202 -0
  4. data/NOTICE +2 -0
  5. data/lib/selenium/devtools/{v89 → v93}/accessibility.rb +2 -2
  6. data/lib/selenium/devtools/{v90 → v93}/animation.rb +2 -2
  7. data/lib/selenium/devtools/{v89 → v93}/application_cache.rb +2 -2
  8. data/lib/selenium/devtools/{v90 → v93}/audits.rb +2 -2
  9. data/lib/selenium/devtools/{v90 → v93}/background_service.rb +2 -2
  10. data/lib/selenium/devtools/{v91 → v93}/browser.rb +2 -2
  11. data/lib/selenium/devtools/{v88 → v93}/cache_storage.rb +2 -2
  12. data/lib/selenium/devtools/{v89 → v93}/cast.rb +2 -2
  13. data/lib/selenium/devtools/{v89 → v93}/console.rb +2 -2
  14. data/lib/selenium/devtools/{v91 → v93}/css.rb +9 -2
  15. data/lib/selenium/devtools/{v89 → v93}/database.rb +2 -2
  16. data/lib/selenium/devtools/{v89 → v93}/debugger.rb +2 -2
  17. data/lib/selenium/devtools/{v89 → v93}/device_orientation.rb +2 -2
  18. data/lib/selenium/devtools/{v89 → v93}/dom.rb +8 -2
  19. data/lib/selenium/devtools/{v90 → v93}/dom_debugger.rb +2 -2
  20. data/lib/selenium/devtools/{v88 → v93}/dom_snapshot.rb +6 -4
  21. data/lib/selenium/devtools/{v88 → v93}/dom_storage.rb +2 -2
  22. data/lib/selenium/devtools/{v89 → v93}/emulation.rb +2 -2
  23. data/lib/selenium/devtools/{v89 → v93}/fetch.rb +2 -2
  24. data/lib/selenium/devtools/{v89 → v93}/headless_experimental.rb +2 -2
  25. data/lib/selenium/devtools/{v89 → v93}/heap_profiler.rb +8 -6
  26. data/lib/selenium/devtools/{v90 → v93}/indexed_db.rb +2 -2
  27. data/lib/selenium/devtools/{v91 → v93}/input.rb +2 -2
  28. data/lib/selenium/devtools/{v90 → v93}/inspector.rb +2 -2
  29. data/lib/selenium/devtools/{v88 → v93}/io.rb +2 -2
  30. data/lib/selenium/devtools/{v90 → v93}/layer_tree.rb +2 -2
  31. data/lib/selenium/devtools/{v90 → v93}/log.rb +2 -2
  32. data/lib/selenium/devtools/{v89 → v93}/media.rb +2 -2
  33. data/lib/selenium/devtools/{v88 → v93}/memory.rb +2 -2
  34. data/lib/selenium/devtools/{v91 → v93}/network.rb +6 -8
  35. data/lib/selenium/devtools/{v91 → v93}/overlay.rb +7 -2
  36. data/lib/selenium/devtools/{v91 → v93}/page.rb +6 -4
  37. data/lib/selenium/devtools/{v90 → v93}/performance.rb +2 -2
  38. data/lib/selenium/devtools/{v91 → v93}/performance_timeline.rb +2 -2
  39. data/lib/selenium/devtools/{v89 → v93}/profiler.rb +2 -2
  40. data/lib/selenium/devtools/{v89 → v93}/runtime.rb +5 -4
  41. data/lib/selenium/devtools/{v88 → v93}/schema.rb +2 -2
  42. data/lib/selenium/devtools/{v88 → v93}/security.rb +2 -2
  43. data/lib/selenium/devtools/{v89 → v93}/service_worker.rb +2 -2
  44. data/lib/selenium/devtools/{v91 → v93}/storage.rb +2 -2
  45. data/lib/selenium/devtools/{v90 → v93}/system_info.rb +2 -2
  46. data/lib/selenium/devtools/{v90 → v93}/target.rb +2 -2
  47. data/lib/selenium/devtools/{v90 → v93}/tethering.rb +2 -2
  48. data/lib/selenium/devtools/{v91 → v93}/tracing.rb +2 -2
  49. data/lib/selenium/devtools/{v88 → v93}/web_audio.rb +2 -2
  50. data/lib/selenium/devtools/{v88 → v93}/web_authn.rb +2 -2
  51. data/lib/selenium/devtools/v93.rb +1 -0
  52. data/lib/selenium/devtools/{v90 → v94}/accessibility.rb +8 -6
  53. data/lib/selenium/devtools/{v91 → v94}/animation.rb +2 -2
  54. data/lib/selenium/devtools/{v90 → v94}/application_cache.rb +2 -2
  55. data/lib/selenium/devtools/{v91 → v94}/audits.rb +2 -2
  56. data/lib/selenium/devtools/{v91 → v94}/background_service.rb +2 -2
  57. data/lib/selenium/devtools/{v88 → v94}/browser.rb +15 -4
  58. data/lib/selenium/devtools/{v89 → v94}/cache_storage.rb +2 -2
  59. data/lib/selenium/devtools/{v88 → v94}/cast.rb +2 -2
  60. data/lib/selenium/devtools/{v90 → v94}/console.rb +2 -2
  61. data/lib/selenium/devtools/{v88 → v94}/css.rb +9 -2
  62. data/lib/selenium/devtools/{v88 → v94}/database.rb +2 -2
  63. data/lib/selenium/devtools/{v90 → v94}/debugger.rb +2 -2
  64. data/lib/selenium/devtools/{v90 → v94}/device_orientation.rb +2 -2
  65. data/lib/selenium/devtools/{v88 → v94}/dom.rb +13 -2
  66. data/lib/selenium/devtools/{v91 → v94}/dom_debugger.rb +2 -2
  67. data/lib/selenium/devtools/{v89 → v94}/dom_snapshot.rb +6 -4
  68. data/lib/selenium/devtools/{v90 → v94}/dom_storage.rb +2 -2
  69. data/lib/selenium/devtools/{v90 → v94}/emulation.rb +2 -2
  70. data/lib/selenium/devtools/{v90 → v94}/fetch.rb +5 -4
  71. data/lib/selenium/devtools/{v90 → v94}/headless_experimental.rb +2 -2
  72. data/lib/selenium/devtools/{v88 → v94}/heap_profiler.rb +8 -6
  73. data/lib/selenium/devtools/{v88 → v94}/indexed_db.rb +2 -2
  74. data/lib/selenium/devtools/{v89 → v94}/input.rb +28 -2
  75. data/lib/selenium/devtools/{v88 → v94}/inspector.rb +2 -2
  76. data/lib/selenium/devtools/{v90 → v94}/io.rb +2 -2
  77. data/lib/selenium/devtools/{v88 → v94}/layer_tree.rb +2 -2
  78. data/lib/selenium/devtools/{v88 → v94}/log.rb +2 -2
  79. data/lib/selenium/devtools/{v90 → v94}/media.rb +2 -2
  80. data/lib/selenium/devtools/{v89 → v94}/memory.rb +2 -2
  81. data/lib/selenium/devtools/{v90 → v94}/network.rb +16 -9
  82. data/lib/selenium/devtools/{v90 → v94}/overlay.rb +12 -2
  83. data/lib/selenium/devtools/{v90 → v94}/page.rb +16 -4
  84. data/lib/selenium/devtools/{v91 → v94}/performance.rb +2 -2
  85. data/lib/selenium/devtools/{v90 → v94}/performance_timeline.rb +2 -2
  86. data/lib/selenium/devtools/{v88 → v94}/profiler.rb +2 -2
  87. data/lib/selenium/devtools/{v90 → v94}/runtime.rb +5 -4
  88. data/lib/selenium/devtools/{v89 → v94}/schema.rb +2 -2
  89. data/lib/selenium/devtools/{v90 → v94}/security.rb +2 -2
  90. data/lib/selenium/devtools/{v88 → v94}/service_worker.rb +2 -2
  91. data/lib/selenium/devtools/{v90 → v94}/storage.rb +7 -2
  92. data/lib/selenium/devtools/{v91 → v94}/system_info.rb +2 -2
  93. data/lib/selenium/devtools/{v88 → v94}/target.rb +2 -2
  94. data/lib/selenium/devtools/{v89 → v94}/tethering.rb +2 -2
  95. data/lib/selenium/devtools/{v89 → v94}/tracing.rb +5 -4
  96. data/lib/selenium/devtools/{v89 → v94}/web_audio.rb +2 -2
  97. data/lib/selenium/devtools/{v89 → v94}/web_authn.rb +2 -2
  98. data/lib/selenium/devtools/v94.rb +1 -0
  99. data/lib/selenium/devtools/version.rb +1 -1
  100. data/lib/selenium/{devtools/v90/schema.rb → devtools.rb} +9 -19
  101. data/selenium-devtools.gemspec +43 -0
  102. metadata +120 -195
  103. data/lib/selenium/devtools/v88/accessibility.rb +0 -67
  104. data/lib/selenium/devtools/v88/animation.rb +0 -94
  105. data/lib/selenium/devtools/v88/application_cache.rb +0 -60
  106. data/lib/selenium/devtools/v88/audits.rb +0 -57
  107. data/lib/selenium/devtools/v88/background_service.rb +0 -63
  108. data/lib/selenium/devtools/v88/console.rb +0 -53
  109. data/lib/selenium/devtools/v88/debugger.rb +0 -227
  110. data/lib/selenium/devtools/v88/device_orientation.rb +0 -49
  111. data/lib/selenium/devtools/v88/dom_debugger.rb +0 -89
  112. data/lib/selenium/devtools/v88/emulation.rb +0 -192
  113. data/lib/selenium/devtools/v88/fetch.rb +0 -93
  114. data/lib/selenium/devtools/v88/headless_experimental.rb +0 -57
  115. data/lib/selenium/devtools/v88/input.rb +0 -142
  116. data/lib/selenium/devtools/v88/media.rb +0 -53
  117. data/lib/selenium/devtools/v88/network.rb +0 -241
  118. data/lib/selenium/devtools/v88/overlay.rb +0 -177
  119. data/lib/selenium/devtools/v88/page.rb +0 -370
  120. data/lib/selenium/devtools/v88/performance.rb +0 -59
  121. data/lib/selenium/devtools/v88/runtime.rb +0 -191
  122. data/lib/selenium/devtools/v88/storage.rb +0 -97
  123. data/lib/selenium/devtools/v88/system_info.rb +0 -46
  124. data/lib/selenium/devtools/v88/tethering.rb +0 -51
  125. data/lib/selenium/devtools/v88/tracing.rb +0 -73
  126. data/lib/selenium/devtools/v88.rb +0 -1
  127. data/lib/selenium/devtools/v89/animation.rb +0 -94
  128. data/lib/selenium/devtools/v89/audits.rb +0 -57
  129. data/lib/selenium/devtools/v89/background_service.rb +0 -63
  130. data/lib/selenium/devtools/v89/browser.rb +0 -124
  131. data/lib/selenium/devtools/v89/css.rb +0 -175
  132. data/lib/selenium/devtools/v89/dom_debugger.rb +0 -94
  133. data/lib/selenium/devtools/v89/dom_storage.rb +0 -75
  134. data/lib/selenium/devtools/v89/indexed_db.rb +0 -96
  135. data/lib/selenium/devtools/v89/inspector.rb +0 -51
  136. data/lib/selenium/devtools/v89/io.rb +0 -55
  137. data/lib/selenium/devtools/v89/layer_tree.rb +0 -91
  138. data/lib/selenium/devtools/v89/log.rb +0 -62
  139. data/lib/selenium/devtools/v89/network.rb +0 -244
  140. data/lib/selenium/devtools/v89/overlay.rb +0 -182
  141. data/lib/selenium/devtools/v89/page.rb +0 -372
  142. data/lib/selenium/devtools/v89/performance.rb +0 -59
  143. data/lib/selenium/devtools/v89/performance_timeline.rb +0 -46
  144. data/lib/selenium/devtools/v89/security.rb +0 -67
  145. data/lib/selenium/devtools/v89/storage.rb +0 -97
  146. data/lib/selenium/devtools/v89/system_info.rb +0 -46
  147. data/lib/selenium/devtools/v89/target.rb +0 -139
  148. data/lib/selenium/devtools/v89.rb +0 -1
  149. data/lib/selenium/devtools/v90/browser.rb +0 -124
  150. data/lib/selenium/devtools/v90/cache_storage.rb +0 -69
  151. data/lib/selenium/devtools/v90/cast.rb +0 -66
  152. data/lib/selenium/devtools/v90/css.rb +0 -175
  153. data/lib/selenium/devtools/v90/database.rb +0 -60
  154. data/lib/selenium/devtools/v90/dom.rb +0 -323
  155. data/lib/selenium/devtools/v90/dom_snapshot.rb +0 -61
  156. data/lib/selenium/devtools/v90/heap_profiler.rb +0 -103
  157. data/lib/selenium/devtools/v90/input.rb +0 -142
  158. data/lib/selenium/devtools/v90/memory.rb +0 -82
  159. data/lib/selenium/devtools/v90/profiler.rb +0 -119
  160. data/lib/selenium/devtools/v90/service_worker.rb +0 -112
  161. data/lib/selenium/devtools/v90/tracing.rb +0 -74
  162. data/lib/selenium/devtools/v90/web_audio.rb +0 -66
  163. data/lib/selenium/devtools/v90/web_authn.rb +0 -96
  164. data/lib/selenium/devtools/v90.rb +0 -1
  165. data/lib/selenium/devtools/v91/accessibility.rb +0 -73
  166. data/lib/selenium/devtools/v91/application_cache.rb +0 -60
  167. data/lib/selenium/devtools/v91/cache_storage.rb +0 -69
  168. data/lib/selenium/devtools/v91/cast.rb +0 -66
  169. data/lib/selenium/devtools/v91/console.rb +0 -53
  170. data/lib/selenium/devtools/v91/database.rb +0 -60
  171. data/lib/selenium/devtools/v91/debugger.rb +0 -220
  172. data/lib/selenium/devtools/v91/device_orientation.rb +0 -49
  173. data/lib/selenium/devtools/v91/dom.rb +0 -323
  174. data/lib/selenium/devtools/v91/dom_snapshot.rb +0 -61
  175. data/lib/selenium/devtools/v91/dom_storage.rb +0 -75
  176. data/lib/selenium/devtools/v91/emulation.rb +0 -192
  177. data/lib/selenium/devtools/v91/fetch.rb +0 -93
  178. data/lib/selenium/devtools/v91/headless_experimental.rb +0 -57
  179. data/lib/selenium/devtools/v91/heap_profiler.rb +0 -103
  180. data/lib/selenium/devtools/v91/indexed_db.rb +0 -96
  181. data/lib/selenium/devtools/v91/inspector.rb +0 -51
  182. data/lib/selenium/devtools/v91/io.rb +0 -55
  183. data/lib/selenium/devtools/v91/layer_tree.rb +0 -91
  184. data/lib/selenium/devtools/v91/log.rb +0 -62
  185. data/lib/selenium/devtools/v91/media.rb +0 -53
  186. data/lib/selenium/devtools/v91/memory.rb +0 -82
  187. data/lib/selenium/devtools/v91/profiler.rb +0 -119
  188. data/lib/selenium/devtools/v91/runtime.rb +0 -192
  189. data/lib/selenium/devtools/v91/schema.rb +0 -42
  190. data/lib/selenium/devtools/v91/security.rb +0 -67
  191. data/lib/selenium/devtools/v91/service_worker.rb +0 -112
  192. data/lib/selenium/devtools/v91/target.rb +0 -139
  193. data/lib/selenium/devtools/v91/tethering.rb +0 -51
  194. data/lib/selenium/devtools/v91/web_audio.rb +0 -66
  195. data/lib/selenium/devtools/v91/web_authn.rb +0 -96
  196. data/lib/selenium/devtools/v91.rb +0 -1
@@ -1,82 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Licensed to the Software Freedom Conservancy (SFC) under one
4
- # or more contributor license agreements. See the NOTICE file
5
- # distributed with this work for additional information
6
- # regarding copyright ownership. The SFC licenses this file
7
- # to you under the Apache License, Version 2.0 (the
8
- # "License"); you may not use this file except in compliance
9
- # with the License. You may obtain a copy of the License at
10
- #
11
- # http://www.apache.org/licenses/LICENSE-2.0
12
- #
13
- # Unless required by applicable law or agreed to in writing,
14
- # software distributed under the License is distributed on an
15
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
- # KIND, either express or implied. See the License for the
17
- # specific language governing permissions and limitations
18
- # under the License.
19
-
20
- # This file is automatically generated. Any changes will be lost!
21
- module Selenium
22
- module DevTools
23
- module V91
24
- class Memory
25
-
26
- def initialize(devtools)
27
- @devtools = devtools
28
- end
29
-
30
- def on(event, &block)
31
- event = EVENTS[event] if event.is_a?(Symbol)
32
- @devtools.callbacks["Memory.#{event}"] << block
33
- end
34
-
35
- def get_dom_counters
36
- @devtools.send_cmd('Memory.getDOMCounters')
37
- end
38
-
39
- def prepare_for_leak_detection
40
- @devtools.send_cmd('Memory.prepareForLeakDetection')
41
- end
42
-
43
- def forcibly_purge_javascript_memory
44
- @devtools.send_cmd('Memory.forciblyPurgeJavaScriptMemory')
45
- end
46
-
47
- def set_pressure_notifications_suppressed(suppressed:)
48
- @devtools.send_cmd('Memory.setPressureNotificationsSuppressed',
49
- suppressed: suppressed)
50
- end
51
-
52
- def simulate_pressure_notification(level:)
53
- @devtools.send_cmd('Memory.simulatePressureNotification',
54
- level: level)
55
- end
56
-
57
- def start_sampling(sampling_interval: nil, suppress_randomness: nil)
58
- @devtools.send_cmd('Memory.startSampling',
59
- samplingInterval: sampling_interval,
60
- suppressRandomness: suppress_randomness)
61
- end
62
-
63
- def stop_sampling
64
- @devtools.send_cmd('Memory.stopSampling')
65
- end
66
-
67
- def get_all_time_sampling_profile
68
- @devtools.send_cmd('Memory.getAllTimeSamplingProfile')
69
- end
70
-
71
- def get_browser_sampling_profile
72
- @devtools.send_cmd('Memory.getBrowserSamplingProfile')
73
- end
74
-
75
- def get_sampling_profile
76
- @devtools.send_cmd('Memory.getSamplingProfile')
77
- end
78
-
79
- end # Memory
80
- end # V91
81
- end # DevTools
82
- end # Selenium
@@ -1,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 V91
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 # V91
118
- end # DevTools
119
- end # Selenium
@@ -1,192 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Licensed to the Software Freedom Conservancy (SFC) under one
4
- # or more contributor license agreements. See the NOTICE file
5
- # distributed with this work for additional information
6
- # regarding copyright ownership. The SFC licenses this file
7
- # to you under the Apache License, Version 2.0 (the
8
- # "License"); you may not use this file except in compliance
9
- # with the License. You may obtain a copy of the License at
10
- #
11
- # http://www.apache.org/licenses/LICENSE-2.0
12
- #
13
- # Unless required by applicable law or agreed to in writing,
14
- # software distributed under the License is distributed on an
15
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
- # KIND, either express or implied. See the License for the
17
- # specific language governing permissions and limitations
18
- # under the License.
19
-
20
- # This file is automatically generated. Any changes will be lost!
21
- module Selenium
22
- module DevTools
23
- module V91
24
- class 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, unique_context_id: 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
- uniqueContextId: unique_context_id)
103
- end
104
-
105
- def get_isolate_id
106
- @devtools.send_cmd('Runtime.getIsolateId')
107
- end
108
-
109
- def get_heap_usage
110
- @devtools.send_cmd('Runtime.getHeapUsage')
111
- end
112
-
113
- def get_properties(object_id:, own_properties: nil, accessor_properties_only: nil, generate_preview: nil)
114
- @devtools.send_cmd('Runtime.getProperties',
115
- objectId: object_id,
116
- ownProperties: own_properties,
117
- accessorPropertiesOnly: accessor_properties_only,
118
- generatePreview: generate_preview)
119
- end
120
-
121
- def global_lexical_scope_names(execution_context_id: nil)
122
- @devtools.send_cmd('Runtime.globalLexicalScopeNames',
123
- executionContextId: execution_context_id)
124
- end
125
-
126
- def query_objects(prototype_object_id:, object_group: nil)
127
- @devtools.send_cmd('Runtime.queryObjects',
128
- prototypeObjectId: prototype_object_id,
129
- objectGroup: object_group)
130
- end
131
-
132
- def release_object(object_id:)
133
- @devtools.send_cmd('Runtime.releaseObject',
134
- objectId: object_id)
135
- end
136
-
137
- def release_object_group(object_group:)
138
- @devtools.send_cmd('Runtime.releaseObjectGroup',
139
- objectGroup: object_group)
140
- end
141
-
142
- def run_if_waiting_for_debugger
143
- @devtools.send_cmd('Runtime.runIfWaitingForDebugger')
144
- end
145
-
146
- 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)
147
- @devtools.send_cmd('Runtime.runScript',
148
- scriptId: script_id,
149
- executionContextId: execution_context_id,
150
- objectGroup: object_group,
151
- silent: silent,
152
- includeCommandLineAPI: include_command_line_api,
153
- returnByValue: return_by_value,
154
- generatePreview: generate_preview,
155
- awaitPromise: await_promise)
156
- end
157
-
158
- def set_async_call_stack_depth(max_depth:)
159
- @devtools.send_cmd('Runtime.setAsyncCallStackDepth',
160
- maxDepth: max_depth)
161
- end
162
-
163
- def set_custom_object_formatter_enabled(enabled:)
164
- @devtools.send_cmd('Runtime.setCustomObjectFormatterEnabled',
165
- enabled: enabled)
166
- end
167
-
168
- def set_max_call_stack_size_to_capture(size:)
169
- @devtools.send_cmd('Runtime.setMaxCallStackSizeToCapture',
170
- size: size)
171
- end
172
-
173
- def terminate_execution
174
- @devtools.send_cmd('Runtime.terminateExecution')
175
- end
176
-
177
- def add_binding(name:, execution_context_id: nil, execution_context_name: nil)
178
- @devtools.send_cmd('Runtime.addBinding',
179
- name: name,
180
- executionContextId: execution_context_id,
181
- executionContextName: execution_context_name)
182
- end
183
-
184
- def remove_binding(name:)
185
- @devtools.send_cmd('Runtime.removeBinding',
186
- name: name)
187
- end
188
-
189
- end # Runtime
190
- end # V91
191
- end # DevTools
192
- end # Selenium
@@ -1,42 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Licensed to the Software Freedom Conservancy (SFC) under one
4
- # or more contributor license agreements. See the NOTICE file
5
- # distributed with this work for additional information
6
- # regarding copyright ownership. The SFC licenses this file
7
- # to you under the Apache License, Version 2.0 (the
8
- # "License"); you may not use this file except in compliance
9
- # with the License. You may obtain a copy of the License at
10
- #
11
- # http://www.apache.org/licenses/LICENSE-2.0
12
- #
13
- # Unless required by applicable law or agreed to in writing,
14
- # software distributed under the License is distributed on an
15
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
- # KIND, either express or implied. See the License for the
17
- # specific language governing permissions and limitations
18
- # under the License.
19
-
20
- # This file is automatically generated. Any changes will be lost!
21
- module Selenium
22
- module DevTools
23
- module V91
24
- class Schema
25
-
26
- def initialize(devtools)
27
- @devtools = devtools
28
- end
29
-
30
- def on(event, &block)
31
- event = EVENTS[event] if event.is_a?(Symbol)
32
- @devtools.callbacks["Schema.#{event}"] << block
33
- end
34
-
35
- def get_domains
36
- @devtools.send_cmd('Schema.getDomains')
37
- end
38
-
39
- end # Schema
40
- end # V91
41
- end # DevTools
42
- end # Selenium
@@ -1,67 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Licensed to the Software Freedom Conservancy (SFC) under one
4
- # or more contributor license agreements. See the NOTICE file
5
- # distributed with this work for additional information
6
- # regarding copyright ownership. The SFC licenses this file
7
- # to you under the Apache License, Version 2.0 (the
8
- # "License"); you may not use this file except in compliance
9
- # with the License. You may obtain a copy of the License at
10
- #
11
- # http://www.apache.org/licenses/LICENSE-2.0
12
- #
13
- # Unless required by applicable law or agreed to in writing,
14
- # software distributed under the License is distributed on an
15
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
- # KIND, either express or implied. See the License for the
17
- # specific language governing permissions and limitations
18
- # under the License.
19
-
20
- # This file is automatically generated. Any changes will be lost!
21
- module Selenium
22
- module DevTools
23
- module V91
24
- class Security
25
- EVENTS = {
26
- certificate_error: 'certificateError',
27
- visible_security_state_changed: 'visibleSecurityStateChanged',
28
- security_state_changed: 'securityStateChanged',
29
- }.freeze
30
-
31
- def initialize(devtools)
32
- @devtools = devtools
33
- end
34
-
35
- def on(event, &block)
36
- event = EVENTS[event] if event.is_a?(Symbol)
37
- @devtools.callbacks["Security.#{event}"] << block
38
- end
39
-
40
- def disable
41
- @devtools.send_cmd('Security.disable')
42
- end
43
-
44
- def enable
45
- @devtools.send_cmd('Security.enable')
46
- end
47
-
48
- def set_ignore_certificate_errors(ignore:)
49
- @devtools.send_cmd('Security.setIgnoreCertificateErrors',
50
- ignore: ignore)
51
- end
52
-
53
- def handle_certificate_error(event_id:, action:)
54
- @devtools.send_cmd('Security.handleCertificateError',
55
- eventId: event_id,
56
- action: action)
57
- end
58
-
59
- def set_override_certificate_errors(override:)
60
- @devtools.send_cmd('Security.setOverrideCertificateErrors',
61
- override: override)
62
- end
63
-
64
- end # Security
65
- end # V91
66
- end # DevTools
67
- end # Selenium
@@ -1,112 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Licensed to the Software Freedom Conservancy (SFC) under one
4
- # or more contributor license agreements. See the NOTICE file
5
- # distributed with this work for additional information
6
- # regarding copyright ownership. The SFC licenses this file
7
- # to you under the Apache License, Version 2.0 (the
8
- # "License"); you may not use this file except in compliance
9
- # with the License. You may obtain a copy of the License at
10
- #
11
- # http://www.apache.org/licenses/LICENSE-2.0
12
- #
13
- # Unless required by applicable law or agreed to in writing,
14
- # software distributed under the License is distributed on an
15
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
- # KIND, either express or implied. See the License for the
17
- # specific language governing permissions and limitations
18
- # under the License.
19
-
20
- # This file is automatically generated. Any changes will be lost!
21
- module Selenium
22
- module DevTools
23
- module V91
24
- class ServiceWorker
25
- EVENTS = {
26
- worker_error_reported: 'workerErrorReported',
27
- worker_registration_updated: 'workerRegistrationUpdated',
28
- worker_version_updated: 'workerVersionUpdated',
29
- }.freeze
30
-
31
- def initialize(devtools)
32
- @devtools = devtools
33
- end
34
-
35
- def on(event, &block)
36
- event = EVENTS[event] if event.is_a?(Symbol)
37
- @devtools.callbacks["ServiceWorker.#{event}"] << block
38
- end
39
-
40
- def deliver_push_message(origin:, registration_id:, data:)
41
- @devtools.send_cmd('ServiceWorker.deliverPushMessage',
42
- origin: origin,
43
- registrationId: registration_id,
44
- data: data)
45
- end
46
-
47
- def disable
48
- @devtools.send_cmd('ServiceWorker.disable')
49
- end
50
-
51
- def dispatch_sync_event(origin:, registration_id:, tag:, last_chance:)
52
- @devtools.send_cmd('ServiceWorker.dispatchSyncEvent',
53
- origin: origin,
54
- registrationId: registration_id,
55
- tag: tag,
56
- lastChance: last_chance)
57
- end
58
-
59
- def dispatch_periodic_sync_event(origin:, registration_id:, tag:)
60
- @devtools.send_cmd('ServiceWorker.dispatchPeriodicSyncEvent',
61
- origin: origin,
62
- registrationId: registration_id,
63
- tag: tag)
64
- end
65
-
66
- def enable
67
- @devtools.send_cmd('ServiceWorker.enable')
68
- end
69
-
70
- def inspect_worker(version_id:)
71
- @devtools.send_cmd('ServiceWorker.inspectWorker',
72
- versionId: version_id)
73
- end
74
-
75
- def set_force_update_on_page_load(force_update_on_page_load:)
76
- @devtools.send_cmd('ServiceWorker.setForceUpdateOnPageLoad',
77
- forceUpdateOnPageLoad: force_update_on_page_load)
78
- end
79
-
80
- def skip_waiting(scope_url:)
81
- @devtools.send_cmd('ServiceWorker.skipWaiting',
82
- scopeURL: scope_url)
83
- end
84
-
85
- def start_worker(scope_url:)
86
- @devtools.send_cmd('ServiceWorker.startWorker',
87
- scopeURL: scope_url)
88
- end
89
-
90
- def stop_all_workers
91
- @devtools.send_cmd('ServiceWorker.stopAllWorkers')
92
- end
93
-
94
- def stop_worker(version_id:)
95
- @devtools.send_cmd('ServiceWorker.stopWorker',
96
- versionId: version_id)
97
- end
98
-
99
- def unregister(scope_url:)
100
- @devtools.send_cmd('ServiceWorker.unregister',
101
- scopeURL: scope_url)
102
- end
103
-
104
- def update_registration(scope_url:)
105
- @devtools.send_cmd('ServiceWorker.updateRegistration',
106
- scopeURL: scope_url)
107
- end
108
-
109
- end # ServiceWorker
110
- end # V91
111
- end # DevTools
112
- end # Selenium