selenium-devtools 0.91.1 → 0.95.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (194) hide show
  1. checksums.yaml +4 -4
  2. data/lib/selenium/devtools/{v89 → v93}/accessibility.rb +2 -2
  3. data/lib/selenium/devtools/{v90 → v93}/animation.rb +2 -2
  4. data/lib/selenium/devtools/{v89 → v93}/application_cache.rb +2 -2
  5. data/lib/selenium/devtools/{v90 → v93}/audits.rb +2 -2
  6. data/lib/selenium/devtools/{v90 → v93}/background_service.rb +2 -2
  7. data/lib/selenium/devtools/{v91 → v93}/browser.rb +2 -2
  8. data/lib/selenium/devtools/{v88 → v93}/cache_storage.rb +2 -2
  9. data/lib/selenium/devtools/{v89 → v93}/cast.rb +2 -2
  10. data/lib/selenium/devtools/{v89 → v93}/console.rb +2 -2
  11. data/lib/selenium/devtools/{v91 → v93}/css.rb +9 -2
  12. data/lib/selenium/devtools/{v89 → v93}/database.rb +2 -2
  13. data/lib/selenium/devtools/{v89 → v93}/debugger.rb +2 -2
  14. data/lib/selenium/devtools/{v89 → v93}/device_orientation.rb +2 -2
  15. data/lib/selenium/devtools/{v89 → v93}/dom.rb +8 -2
  16. data/lib/selenium/devtools/{v90 → v93}/dom_debugger.rb +2 -2
  17. data/lib/selenium/devtools/{v88 → v93}/dom_snapshot.rb +6 -4
  18. data/lib/selenium/devtools/{v88 → v93}/dom_storage.rb +2 -2
  19. data/lib/selenium/devtools/{v89 → v93}/emulation.rb +2 -2
  20. data/lib/selenium/devtools/{v89 → v93}/fetch.rb +2 -2
  21. data/lib/selenium/devtools/{v89 → v93}/headless_experimental.rb +2 -2
  22. data/lib/selenium/devtools/{v89 → v93}/heap_profiler.rb +8 -6
  23. data/lib/selenium/devtools/{v90 → v93}/indexed_db.rb +2 -2
  24. data/lib/selenium/devtools/{v91 → v93}/input.rb +2 -2
  25. data/lib/selenium/devtools/{v90 → v93}/inspector.rb +2 -2
  26. data/lib/selenium/devtools/{v88 → v93}/io.rb +2 -2
  27. data/lib/selenium/devtools/{v90 → v93}/layer_tree.rb +2 -2
  28. data/lib/selenium/devtools/{v90 → v93}/log.rb +2 -2
  29. data/lib/selenium/devtools/{v89 → v93}/media.rb +2 -2
  30. data/lib/selenium/devtools/{v88 → v93}/memory.rb +2 -2
  31. data/lib/selenium/devtools/{v91 → v93}/network.rb +6 -8
  32. data/lib/selenium/devtools/{v91 → v93}/overlay.rb +7 -2
  33. data/lib/selenium/devtools/{v91 → v93}/page.rb +6 -4
  34. data/lib/selenium/devtools/{v90 → v93}/performance.rb +2 -2
  35. data/lib/selenium/devtools/{v91 → v93}/performance_timeline.rb +2 -2
  36. data/lib/selenium/devtools/{v89 → v93}/profiler.rb +2 -2
  37. data/lib/selenium/devtools/{v89 → v93}/runtime.rb +5 -4
  38. data/lib/selenium/devtools/{v88 → v93}/schema.rb +2 -2
  39. data/lib/selenium/devtools/{v88 → v93}/security.rb +2 -2
  40. data/lib/selenium/devtools/{v89 → v93}/service_worker.rb +2 -2
  41. data/lib/selenium/devtools/{v91 → v93}/storage.rb +2 -2
  42. data/lib/selenium/devtools/{v90 → v93}/system_info.rb +2 -2
  43. data/lib/selenium/devtools/{v90 → v93}/target.rb +2 -2
  44. data/lib/selenium/devtools/{v90 → v93}/tethering.rb +2 -2
  45. data/lib/selenium/devtools/{v91 → v93}/tracing.rb +2 -2
  46. data/lib/selenium/devtools/{v88 → v93}/web_audio.rb +2 -2
  47. data/lib/selenium/devtools/{v88 → v93}/web_authn.rb +2 -2
  48. data/lib/selenium/devtools/v93.rb +1 -0
  49. data/lib/selenium/devtools/{v90 → v94}/accessibility.rb +8 -6
  50. data/lib/selenium/devtools/{v91 → v94}/animation.rb +2 -2
  51. data/lib/selenium/devtools/{v90 → v94}/application_cache.rb +2 -2
  52. data/lib/selenium/devtools/{v91 → v94}/audits.rb +2 -2
  53. data/lib/selenium/devtools/{v91 → v94}/background_service.rb +2 -2
  54. data/lib/selenium/devtools/{v88 → v94}/browser.rb +15 -4
  55. data/lib/selenium/devtools/{v89 → v94}/cache_storage.rb +2 -2
  56. data/lib/selenium/devtools/{v88 → v94}/cast.rb +2 -2
  57. data/lib/selenium/devtools/{v90 → v94}/console.rb +2 -2
  58. data/lib/selenium/devtools/{v88 → v94}/css.rb +9 -2
  59. data/lib/selenium/devtools/{v88 → v94}/database.rb +2 -2
  60. data/lib/selenium/devtools/{v90 → v94}/debugger.rb +2 -2
  61. data/lib/selenium/devtools/{v90 → v94}/device_orientation.rb +2 -2
  62. data/lib/selenium/devtools/{v88 → v94}/dom.rb +13 -2
  63. data/lib/selenium/devtools/{v91 → v94}/dom_debugger.rb +2 -2
  64. data/lib/selenium/devtools/{v89 → v94}/dom_snapshot.rb +6 -4
  65. data/lib/selenium/devtools/{v90 → v94}/dom_storage.rb +2 -2
  66. data/lib/selenium/devtools/{v90 → v94}/emulation.rb +2 -2
  67. data/lib/selenium/devtools/{v90 → v94}/fetch.rb +5 -4
  68. data/lib/selenium/devtools/{v90 → v94}/headless_experimental.rb +2 -2
  69. data/lib/selenium/devtools/{v88 → v94}/heap_profiler.rb +8 -6
  70. data/lib/selenium/devtools/{v88 → v94}/indexed_db.rb +2 -2
  71. data/lib/selenium/devtools/{v89 → v94}/input.rb +28 -2
  72. data/lib/selenium/devtools/{v88 → v94}/inspector.rb +2 -2
  73. data/lib/selenium/devtools/{v90 → v94}/io.rb +2 -2
  74. data/lib/selenium/devtools/{v88 → v94}/layer_tree.rb +2 -2
  75. data/lib/selenium/devtools/{v88 → v94}/log.rb +2 -2
  76. data/lib/selenium/devtools/{v90 → v94}/media.rb +2 -2
  77. data/lib/selenium/devtools/{v89 → v94}/memory.rb +2 -2
  78. data/lib/selenium/devtools/{v90 → v94}/network.rb +16 -9
  79. data/lib/selenium/devtools/{v90 → v94}/overlay.rb +12 -2
  80. data/lib/selenium/devtools/{v90 → v94}/page.rb +16 -4
  81. data/lib/selenium/devtools/{v91 → v94}/performance.rb +2 -2
  82. data/lib/selenium/devtools/{v90 → v94}/performance_timeline.rb +2 -2
  83. data/lib/selenium/devtools/{v88 → v94}/profiler.rb +2 -2
  84. data/lib/selenium/devtools/{v90 → v94}/runtime.rb +5 -4
  85. data/lib/selenium/devtools/{v89 → v94}/schema.rb +2 -2
  86. data/lib/selenium/devtools/{v90 → v94}/security.rb +2 -2
  87. data/lib/selenium/devtools/{v88 → v94}/service_worker.rb +2 -2
  88. data/lib/selenium/devtools/{v90 → v94}/storage.rb +7 -2
  89. data/lib/selenium/devtools/{v91 → v94}/system_info.rb +2 -2
  90. data/lib/selenium/devtools/{v88 → v94}/target.rb +2 -2
  91. data/lib/selenium/devtools/{v89 → v94}/tethering.rb +2 -2
  92. data/lib/selenium/devtools/{v89 → v94}/tracing.rb +5 -4
  93. data/lib/selenium/devtools/{v89 → v94}/web_audio.rb +2 -2
  94. data/lib/selenium/devtools/{v89 → v94}/web_authn.rb +2 -2
  95. data/lib/selenium/devtools/v94.rb +1 -0
  96. data/lib/selenium/devtools/{v91 → v95}/accessibility.rb +9 -6
  97. data/lib/selenium/devtools/{v88 → v95}/animation.rb +2 -2
  98. data/lib/selenium/devtools/{v91 → v95}/application_cache.rb +2 -2
  99. data/lib/selenium/devtools/{v88 → v95}/audits.rb +7 -2
  100. data/lib/selenium/devtools/{v88 → v95}/background_service.rb +2 -2
  101. data/lib/selenium/devtools/{v89 → v95}/browser.rb +15 -4
  102. data/lib/selenium/devtools/{v90 → v95}/cache_storage.rb +2 -2
  103. data/lib/selenium/devtools/{v90 → v95}/cast.rb +2 -2
  104. data/lib/selenium/devtools/{v88 → v95}/console.rb +2 -2
  105. data/lib/selenium/devtools/{v89 → v95}/css.rb +9 -2
  106. data/lib/selenium/devtools/{v90 → v95}/database.rb +2 -2
  107. data/lib/selenium/devtools/{v91 → v95}/debugger.rb +2 -2
  108. data/lib/selenium/devtools/{v91 → v95}/device_orientation.rb +2 -2
  109. data/lib/selenium/devtools/{v90 → v95}/dom.rb +13 -2
  110. data/lib/selenium/devtools/{v89 → v95}/dom_debugger.rb +2 -2
  111. data/lib/selenium/devtools/{v90 → v95}/dom_snapshot.rb +6 -4
  112. data/lib/selenium/devtools/{v91 → v95}/dom_storage.rb +2 -2
  113. data/lib/selenium/devtools/{v91 → v95}/emulation.rb +7 -2
  114. data/lib/selenium/devtools/{v88 → v95}/fetch.rb +14 -4
  115. data/lib/selenium/devtools/{v91 → v95}/headless_experimental.rb +2 -2
  116. data/lib/selenium/devtools/{v90 → v95}/heap_profiler.rb +8 -6
  117. data/lib/selenium/devtools/{v91 → v95}/indexed_db.rb +2 -2
  118. data/lib/selenium/devtools/{v90 → v95}/input.rb +28 -2
  119. data/lib/selenium/devtools/{v91 → v95}/inspector.rb +2 -2
  120. data/lib/selenium/devtools/{v91 → v95}/io.rb +2 -2
  121. data/lib/selenium/devtools/{v91 → v95}/layer_tree.rb +2 -2
  122. data/lib/selenium/devtools/{v91 → v95}/log.rb +2 -2
  123. data/lib/selenium/devtools/{v91 → v95}/media.rb +2 -2
  124. data/lib/selenium/devtools/{v90 → v95}/memory.rb +2 -2
  125. data/lib/selenium/devtools/{v89 → v95}/network.rb +29 -11
  126. data/lib/selenium/devtools/{v89 → v95}/overlay.rb +17 -2
  127. data/lib/selenium/devtools/{v89 → v95}/page.rb +25 -4
  128. data/lib/selenium/devtools/{v89 → v95}/performance.rb +2 -2
  129. data/lib/selenium/devtools/{v89 → v95}/performance_timeline.rb +2 -2
  130. data/lib/selenium/devtools/{v90 → v95}/profiler.rb +2 -26
  131. data/lib/selenium/devtools/{v91 → v95}/runtime.rb +8 -6
  132. data/lib/selenium/devtools/{v90 → v95}/schema.rb +2 -2
  133. data/lib/selenium/devtools/{v91 → v95}/security.rb +2 -2
  134. data/lib/selenium/devtools/{v90 → v95}/service_worker.rb +2 -2
  135. data/lib/selenium/devtools/{v88 → v95}/storage.rb +11 -2
  136. data/lib/selenium/devtools/{v89 → v95}/system_info.rb +2 -2
  137. data/lib/selenium/devtools/{v89 → v95}/target.rb +8 -2
  138. data/lib/selenium/devtools/{v91 → v95}/tethering.rb +2 -2
  139. data/lib/selenium/devtools/{v90 → v95}/tracing.rb +5 -4
  140. data/lib/selenium/devtools/{v90 → v95}/web_audio.rb +2 -2
  141. data/lib/selenium/devtools/{v90 → v95}/web_authn.rb +2 -2
  142. data/lib/selenium/devtools/v95.rb +1 -0
  143. data/lib/selenium/devtools/version.rb +1 -1
  144. data/selenium-devtools.gemspec +1 -1
  145. metadata +144 -190
  146. data/lib/selenium/devtools/v88/accessibility.rb +0 -67
  147. data/lib/selenium/devtools/v88/application_cache.rb +0 -60
  148. data/lib/selenium/devtools/v88/debugger.rb +0 -227
  149. data/lib/selenium/devtools/v88/device_orientation.rb +0 -49
  150. data/lib/selenium/devtools/v88/dom_debugger.rb +0 -89
  151. data/lib/selenium/devtools/v88/emulation.rb +0 -192
  152. data/lib/selenium/devtools/v88/headless_experimental.rb +0 -57
  153. data/lib/selenium/devtools/v88/input.rb +0 -142
  154. data/lib/selenium/devtools/v88/media.rb +0 -53
  155. data/lib/selenium/devtools/v88/network.rb +0 -241
  156. data/lib/selenium/devtools/v88/overlay.rb +0 -177
  157. data/lib/selenium/devtools/v88/page.rb +0 -370
  158. data/lib/selenium/devtools/v88/performance.rb +0 -59
  159. data/lib/selenium/devtools/v88/runtime.rb +0 -191
  160. data/lib/selenium/devtools/v88/system_info.rb +0 -46
  161. data/lib/selenium/devtools/v88/tethering.rb +0 -51
  162. data/lib/selenium/devtools/v88/tracing.rb +0 -73
  163. data/lib/selenium/devtools/v88.rb +0 -1
  164. data/lib/selenium/devtools/v89/animation.rb +0 -94
  165. data/lib/selenium/devtools/v89/audits.rb +0 -57
  166. data/lib/selenium/devtools/v89/background_service.rb +0 -63
  167. data/lib/selenium/devtools/v89/dom_storage.rb +0 -75
  168. data/lib/selenium/devtools/v89/indexed_db.rb +0 -96
  169. data/lib/selenium/devtools/v89/inspector.rb +0 -51
  170. data/lib/selenium/devtools/v89/io.rb +0 -55
  171. data/lib/selenium/devtools/v89/layer_tree.rb +0 -91
  172. data/lib/selenium/devtools/v89/log.rb +0 -62
  173. data/lib/selenium/devtools/v89/security.rb +0 -67
  174. data/lib/selenium/devtools/v89/storage.rb +0 -97
  175. data/lib/selenium/devtools/v89.rb +0 -1
  176. data/lib/selenium/devtools/v90/browser.rb +0 -124
  177. data/lib/selenium/devtools/v90/css.rb +0 -175
  178. data/lib/selenium/devtools/v90.rb +0 -1
  179. data/lib/selenium/devtools/v91/cache_storage.rb +0 -69
  180. data/lib/selenium/devtools/v91/cast.rb +0 -66
  181. data/lib/selenium/devtools/v91/console.rb +0 -53
  182. data/lib/selenium/devtools/v91/database.rb +0 -60
  183. data/lib/selenium/devtools/v91/dom.rb +0 -323
  184. data/lib/selenium/devtools/v91/dom_snapshot.rb +0 -61
  185. data/lib/selenium/devtools/v91/fetch.rb +0 -93
  186. data/lib/selenium/devtools/v91/heap_profiler.rb +0 -103
  187. data/lib/selenium/devtools/v91/memory.rb +0 -82
  188. data/lib/selenium/devtools/v91/profiler.rb +0 -119
  189. data/lib/selenium/devtools/v91/schema.rb +0 -42
  190. data/lib/selenium/devtools/v91/service_worker.rb +0 -112
  191. data/lib/selenium/devtools/v91/target.rb +0 -139
  192. data/lib/selenium/devtools/v91/web_audio.rb +0 -66
  193. data/lib/selenium/devtools/v91/web_authn.rb +0 -96
  194. data/lib/selenium/devtools/v91.rb +0 -1
@@ -1,370 +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 Page
25
- EVENTS = {
26
- dom_content_event_fired: 'domContentEventFired',
27
- file_chooser_opened: 'fileChooserOpened',
28
- frame_attached: 'frameAttached',
29
- frame_cleared_scheduled_navigation: 'frameClearedScheduledNavigation',
30
- frame_detached: 'frameDetached',
31
- frame_navigated: 'frameNavigated',
32
- frame_resized: 'frameResized',
33
- frame_requested_navigation: 'frameRequestedNavigation',
34
- frame_scheduled_navigation: 'frameScheduledNavigation',
35
- frame_started_loading: 'frameStartedLoading',
36
- frame_stopped_loading: 'frameStoppedLoading',
37
- download_will_begin: 'downloadWillBegin',
38
- download_progress: 'downloadProgress',
39
- interstitial_hidden: 'interstitialHidden',
40
- interstitial_shown: 'interstitialShown',
41
- javascript_dialog_closed: 'javascriptDialogClosed',
42
- javascript_dialog_opening: 'javascriptDialogOpening',
43
- lifecycle_event: 'lifecycleEvent',
44
- load_event_fired: 'loadEventFired',
45
- navigated_within_document: 'navigatedWithinDocument',
46
- screencast_frame: 'screencastFrame',
47
- screencast_visibility_changed: 'screencastVisibilityChanged',
48
- window_open: 'windowOpen',
49
- compilation_cache_produced: 'compilationCacheProduced',
50
- }.freeze
51
-
52
- def initialize(devtools)
53
- @devtools = devtools
54
- end
55
-
56
- def on(event, &block)
57
- event = EVENTS[event] if event.is_a?(Symbol)
58
- @devtools.callbacks["Page.#{event}"] << block
59
- end
60
-
61
- def add_script_to_evaluate_on_load(script_source:)
62
- @devtools.send_cmd('Page.addScriptToEvaluateOnLoad',
63
- scriptSource: script_source)
64
- end
65
-
66
- def add_script_to_evaluate_on_new_document(source:, world_name: nil)
67
- @devtools.send_cmd('Page.addScriptToEvaluateOnNewDocument',
68
- source: source,
69
- worldName: world_name)
70
- end
71
-
72
- def bring_to_front
73
- @devtools.send_cmd('Page.bringToFront')
74
- end
75
-
76
- def capture_screenshot(format: nil, quality: nil, clip: nil, from_surface: nil)
77
- @devtools.send_cmd('Page.captureScreenshot',
78
- format: format,
79
- quality: quality,
80
- clip: clip,
81
- fromSurface: from_surface)
82
- end
83
-
84
- def capture_snapshot(format: nil)
85
- @devtools.send_cmd('Page.captureSnapshot',
86
- format: format)
87
- end
88
-
89
- def clear_device_metrics_override
90
- @devtools.send_cmd('Page.clearDeviceMetricsOverride')
91
- end
92
-
93
- def clear_device_orientation_override
94
- @devtools.send_cmd('Page.clearDeviceOrientationOverride')
95
- end
96
-
97
- def clear_geolocation_override
98
- @devtools.send_cmd('Page.clearGeolocationOverride')
99
- end
100
-
101
- def create_isolated_world(frame_id:, world_name: nil, grant_univeral_access: nil)
102
- @devtools.send_cmd('Page.createIsolatedWorld',
103
- frameId: frame_id,
104
- worldName: world_name,
105
- grantUniveralAccess: grant_univeral_access)
106
- end
107
-
108
- def delete_cookie(cookie_name:, url:)
109
- @devtools.send_cmd('Page.deleteCookie',
110
- cookieName: cookie_name,
111
- url: url)
112
- end
113
-
114
- def disable
115
- @devtools.send_cmd('Page.disable')
116
- end
117
-
118
- def enable
119
- @devtools.send_cmd('Page.enable')
120
- end
121
-
122
- def get_app_manifest
123
- @devtools.send_cmd('Page.getAppManifest')
124
- end
125
-
126
- def get_installability_errors
127
- @devtools.send_cmd('Page.getInstallabilityErrors')
128
- end
129
-
130
- def get_manifest_icons
131
- @devtools.send_cmd('Page.getManifestIcons')
132
- end
133
-
134
- def get_cookies
135
- @devtools.send_cmd('Page.getCookies')
136
- end
137
-
138
- def get_frame_tree
139
- @devtools.send_cmd('Page.getFrameTree')
140
- end
141
-
142
- def get_layout_metrics
143
- @devtools.send_cmd('Page.getLayoutMetrics')
144
- end
145
-
146
- def get_navigation_history
147
- @devtools.send_cmd('Page.getNavigationHistory')
148
- end
149
-
150
- def reset_navigation_history
151
- @devtools.send_cmd('Page.resetNavigationHistory')
152
- end
153
-
154
- def get_resource_content(frame_id:, url:)
155
- @devtools.send_cmd('Page.getResourceContent',
156
- frameId: frame_id,
157
- url: url)
158
- end
159
-
160
- def get_resource_tree
161
- @devtools.send_cmd('Page.getResourceTree')
162
- end
163
-
164
- def handle_javascript_dialog(accept:, prompt_text: nil)
165
- @devtools.send_cmd('Page.handleJavaScriptDialog',
166
- accept: accept,
167
- promptText: prompt_text)
168
- end
169
-
170
- def navigate(url:, referrer: nil, transition_type: nil, frame_id: nil, referrer_policy: nil)
171
- @devtools.send_cmd('Page.navigate',
172
- url: url,
173
- referrer: referrer,
174
- transitionType: transition_type,
175
- frameId: frame_id,
176
- referrerPolicy: referrer_policy)
177
- end
178
-
179
- def navigate_to_history_entry(entry_id:)
180
- @devtools.send_cmd('Page.navigateToHistoryEntry',
181
- entryId: entry_id)
182
- end
183
-
184
- def print_to_pdf(landscape: nil, display_header_footer: nil, print_background: nil, scale: nil, paper_width: nil, paper_height: nil, margin_top: nil, margin_bottom: nil, margin_left: nil, margin_right: nil, page_ranges: nil, ignore_invalid_page_ranges: nil, header_template: nil, footer_template: nil, prefer_css_page_size: nil, transfer_mode: nil)
185
- @devtools.send_cmd('Page.printToPDF',
186
- landscape: landscape,
187
- displayHeaderFooter: display_header_footer,
188
- printBackground: print_background,
189
- scale: scale,
190
- paperWidth: paper_width,
191
- paperHeight: paper_height,
192
- marginTop: margin_top,
193
- marginBottom: margin_bottom,
194
- marginLeft: margin_left,
195
- marginRight: margin_right,
196
- pageRanges: page_ranges,
197
- ignoreInvalidPageRanges: ignore_invalid_page_ranges,
198
- headerTemplate: header_template,
199
- footerTemplate: footer_template,
200
- preferCSSPageSize: prefer_css_page_size,
201
- transferMode: transfer_mode)
202
- end
203
-
204
- def reload(ignore_cache: nil, script_to_evaluate_on_load: nil)
205
- @devtools.send_cmd('Page.reload',
206
- ignoreCache: ignore_cache,
207
- scriptToEvaluateOnLoad: script_to_evaluate_on_load)
208
- end
209
-
210
- def remove_script_to_evaluate_on_load(identifier:)
211
- @devtools.send_cmd('Page.removeScriptToEvaluateOnLoad',
212
- identifier: identifier)
213
- end
214
-
215
- def remove_script_to_evaluate_on_new_document(identifier:)
216
- @devtools.send_cmd('Page.removeScriptToEvaluateOnNewDocument',
217
- identifier: identifier)
218
- end
219
-
220
- def screencast_frame_ack(session_id:)
221
- @devtools.send_cmd('Page.screencastFrameAck',
222
- sessionId: session_id)
223
- end
224
-
225
- def search_in_resource(frame_id:, url:, query:, case_sensitive: nil, is_regex: nil)
226
- @devtools.send_cmd('Page.searchInResource',
227
- frameId: frame_id,
228
- url: url,
229
- query: query,
230
- caseSensitive: case_sensitive,
231
- isRegex: is_regex)
232
- end
233
-
234
- def set_ad_blocking_enabled(enabled:)
235
- @devtools.send_cmd('Page.setAdBlockingEnabled',
236
- enabled: enabled)
237
- end
238
-
239
- def set_bypass_csp(enabled:)
240
- @devtools.send_cmd('Page.setBypassCSP',
241
- enabled: enabled)
242
- end
243
-
244
- def set_device_metrics_override(width:, height:, device_scale_factor:, mobile:, scale: nil, screen_width: nil, screen_height: nil, position_x: nil, position_y: nil, dont_set_visible_size: nil, screen_orientation: nil, viewport: nil)
245
- @devtools.send_cmd('Page.setDeviceMetricsOverride',
246
- width: width,
247
- height: height,
248
- deviceScaleFactor: device_scale_factor,
249
- mobile: mobile,
250
- scale: scale,
251
- screenWidth: screen_width,
252
- screenHeight: screen_height,
253
- positionX: position_x,
254
- positionY: position_y,
255
- dontSetVisibleSize: dont_set_visible_size,
256
- screenOrientation: screen_orientation,
257
- viewport: viewport)
258
- end
259
-
260
- def set_device_orientation_override(alpha:, beta:, gamma:)
261
- @devtools.send_cmd('Page.setDeviceOrientationOverride',
262
- alpha: alpha,
263
- beta: beta,
264
- gamma: gamma)
265
- end
266
-
267
- def set_font_families(font_families:)
268
- @devtools.send_cmd('Page.setFontFamilies',
269
- fontFamilies: font_families)
270
- end
271
-
272
- def set_font_sizes(font_sizes:)
273
- @devtools.send_cmd('Page.setFontSizes',
274
- fontSizes: font_sizes)
275
- end
276
-
277
- def set_document_content(frame_id:, html:)
278
- @devtools.send_cmd('Page.setDocumentContent',
279
- frameId: frame_id,
280
- html: html)
281
- end
282
-
283
- def set_download_behavior(behavior:, download_path: nil)
284
- @devtools.send_cmd('Page.setDownloadBehavior',
285
- behavior: behavior,
286
- downloadPath: download_path)
287
- end
288
-
289
- def set_geolocation_override(latitude: nil, longitude: nil, accuracy: nil)
290
- @devtools.send_cmd('Page.setGeolocationOverride',
291
- latitude: latitude,
292
- longitude: longitude,
293
- accuracy: accuracy)
294
- end
295
-
296
- def set_lifecycle_events_enabled(enabled:)
297
- @devtools.send_cmd('Page.setLifecycleEventsEnabled',
298
- enabled: enabled)
299
- end
300
-
301
- def set_touch_emulation_enabled(enabled:, configuration: nil)
302
- @devtools.send_cmd('Page.setTouchEmulationEnabled',
303
- enabled: enabled,
304
- configuration: configuration)
305
- end
306
-
307
- def start_screencast(format: nil, quality: nil, max_width: nil, max_height: nil, every_nth_frame: nil)
308
- @devtools.send_cmd('Page.startScreencast',
309
- format: format,
310
- quality: quality,
311
- maxWidth: max_width,
312
- maxHeight: max_height,
313
- everyNthFrame: every_nth_frame)
314
- end
315
-
316
- def stop_loading
317
- @devtools.send_cmd('Page.stopLoading')
318
- end
319
-
320
- def crash
321
- @devtools.send_cmd('Page.crash')
322
- end
323
-
324
- def close
325
- @devtools.send_cmd('Page.close')
326
- end
327
-
328
- def set_web_lifecycle_state(state:)
329
- @devtools.send_cmd('Page.setWebLifecycleState',
330
- state: state)
331
- end
332
-
333
- def stop_screencast
334
- @devtools.send_cmd('Page.stopScreencast')
335
- end
336
-
337
- def set_produce_compilation_cache(enabled:)
338
- @devtools.send_cmd('Page.setProduceCompilationCache',
339
- enabled: enabled)
340
- end
341
-
342
- def add_compilation_cache(url:, data:)
343
- @devtools.send_cmd('Page.addCompilationCache',
344
- url: url,
345
- data: data)
346
- end
347
-
348
- def clear_compilation_cache
349
- @devtools.send_cmd('Page.clearCompilationCache')
350
- end
351
-
352
- def generate_test_report(message:, group: nil)
353
- @devtools.send_cmd('Page.generateTestReport',
354
- message: message,
355
- group: group)
356
- end
357
-
358
- def wait_for_debugger
359
- @devtools.send_cmd('Page.waitForDebugger')
360
- end
361
-
362
- def set_intercept_file_chooser_dialog(enabled:)
363
- @devtools.send_cmd('Page.setInterceptFileChooserDialog',
364
- enabled: enabled)
365
- end
366
-
367
- end # Page
368
- end # V88
369
- end # DevTools
370
- end # Selenium
@@ -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,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,46 +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 SystemInfo
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["SystemInfo.#{event}"] << block
33
- end
34
-
35
- def get_info
36
- @devtools.send_cmd('SystemInfo.getInfo')
37
- end
38
-
39
- def get_process_info
40
- @devtools.send_cmd('SystemInfo.getProcessInfo')
41
- end
42
-
43
- end # SystemInfo
44
- end # V88
45
- end # DevTools
46
- end # Selenium