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.
Files changed (263) hide show
  1. checksums.yaml +4 -4
  2. data/lib/selenium/devtools/v85/accessibility.rb +34 -32
  3. data/lib/selenium/devtools/v85/animation.rb +57 -55
  4. data/lib/selenium/devtools/v85/application_cache.rb +36 -34
  5. data/lib/selenium/devtools/v85/audits.rb +33 -31
  6. data/lib/selenium/devtools/v85/background_service.rb +39 -37
  7. data/lib/selenium/devtools/v85/browser.rb +95 -93
  8. data/lib/selenium/devtools/v85/cache_storage.rb +37 -35
  9. data/lib/selenium/devtools/v85/cast.rb +34 -32
  10. data/lib/selenium/devtools/v85/console.rb +29 -27
  11. data/lib/selenium/devtools/v85/css.rb +137 -135
  12. data/lib/selenium/devtools/v85/database.rb +36 -34
  13. data/lib/selenium/devtools/v85/debugger.rb +201 -199
  14. data/lib/selenium/devtools/v85/device_orientation.rb +20 -18
  15. data/lib/selenium/devtools/v85/dom.rb +292 -290
  16. data/lib/selenium/devtools/v85/dom_debugger.rb +53 -51
  17. data/lib/selenium/devtools/v85/dom_snapshot.rb +37 -35
  18. data/lib/selenium/devtools/v85/dom_storage.rb +42 -40
  19. data/lib/selenium/devtools/v85/emulation.rb +152 -150
  20. data/lib/selenium/devtools/v85/fetch.rb +58 -56
  21. data/lib/selenium/devtools/v85/headless_experimental.rb +33 -31
  22. data/lib/selenium/devtools/v85/heap_profiler.rb +79 -77
  23. data/lib/selenium/devtools/v85/indexed_db.rb +60 -58
  24. data/lib/selenium/devtools/v85/input.rb +101 -99
  25. data/lib/selenium/devtools/v85/inspector.rb +22 -20
  26. data/lib/selenium/devtools/v85/io.rb +31 -29
  27. data/lib/selenium/devtools/v85/layer_tree.rb +55 -53
  28. data/lib/selenium/devtools/v85/log.rb +38 -36
  29. data/lib/selenium/devtools/v85/media.rb +24 -22
  30. data/lib/selenium/devtools/v85/memory.rb +45 -43
  31. data/lib/selenium/devtools/v85/network.rb +200 -198
  32. data/lib/selenium/devtools/v85/overlay.rb +130 -128
  33. data/lib/selenium/devtools/v85/page.rb +346 -344
  34. data/lib/selenium/devtools/v85/performance.rb +35 -33
  35. data/lib/selenium/devtools/v85/profiler.rb +83 -81
  36. data/lib/selenium/devtools/v85/runtime.rb +166 -164
  37. data/lib/selenium/devtools/v85/schema.rb +14 -12
  38. data/lib/selenium/devtools/v85/security.rb +35 -33
  39. data/lib/selenium/devtools/v85/service_worker.rb +88 -86
  40. data/lib/selenium/devtools/v85/storage.rb +55 -53
  41. data/lib/selenium/devtools/v85/system_info.rb +17 -15
  42. data/lib/selenium/devtools/v85/target.rb +115 -113
  43. data/lib/selenium/devtools/v85/tethering.rb +22 -20
  44. data/lib/selenium/devtools/v85/tracing.rb +40 -38
  45. data/lib/selenium/devtools/v85/web_audio.rb +36 -34
  46. data/lib/selenium/devtools/v85/web_authn.rb +53 -51
  47. data/lib/selenium/devtools/v86/accessibility.rb +34 -32
  48. data/lib/selenium/devtools/v86/animation.rb +57 -55
  49. data/lib/selenium/devtools/v86/application_cache.rb +36 -34
  50. data/lib/selenium/devtools/v86/audits.rb +33 -31
  51. data/lib/selenium/devtools/v86/background_service.rb +39 -37
  52. data/lib/selenium/devtools/v86/browser.rb +95 -93
  53. data/lib/selenium/devtools/v86/cache_storage.rb +37 -35
  54. data/lib/selenium/devtools/v86/cast.rb +34 -32
  55. data/lib/selenium/devtools/v86/console.rb +29 -27
  56. data/lib/selenium/devtools/v86/css.rb +151 -149
  57. data/lib/selenium/devtools/v86/database.rb +36 -34
  58. data/lib/selenium/devtools/v86/debugger.rb +203 -201
  59. data/lib/selenium/devtools/v86/device_orientation.rb +20 -18
  60. data/lib/selenium/devtools/v86/dom.rb +299 -297
  61. data/lib/selenium/devtools/v86/dom_debugger.rb +53 -51
  62. data/lib/selenium/devtools/v86/dom_snapshot.rb +37 -35
  63. data/lib/selenium/devtools/v86/dom_storage.rb +42 -40
  64. data/lib/selenium/devtools/v86/emulation.rb +163 -161
  65. data/lib/selenium/devtools/v86/fetch.rb +58 -56
  66. data/lib/selenium/devtools/v86/headless_experimental.rb +33 -31
  67. data/lib/selenium/devtools/v86/heap_profiler.rb +79 -77
  68. data/lib/selenium/devtools/v86/indexed_db.rb +60 -58
  69. data/lib/selenium/devtools/v86/input.rb +101 -99
  70. data/lib/selenium/devtools/v86/inspector.rb +22 -20
  71. data/lib/selenium/devtools/v86/io.rb +31 -29
  72. data/lib/selenium/devtools/v86/layer_tree.rb +55 -53
  73. data/lib/selenium/devtools/v86/log.rb +38 -36
  74. data/lib/selenium/devtools/v86/media.rb +24 -22
  75. data/lib/selenium/devtools/v86/memory.rb +45 -43
  76. data/lib/selenium/devtools/v86/network.rb +205 -203
  77. data/lib/selenium/devtools/v86/overlay.rb +153 -151
  78. data/lib/selenium/devtools/v86/page.rb +346 -344
  79. data/lib/selenium/devtools/v86/performance.rb +35 -33
  80. data/lib/selenium/devtools/v86/profiler.rb +83 -81
  81. data/lib/selenium/devtools/v86/runtime.rb +166 -164
  82. data/lib/selenium/devtools/v86/schema.rb +14 -12
  83. data/lib/selenium/devtools/v86/security.rb +35 -33
  84. data/lib/selenium/devtools/v86/service_worker.rb +88 -86
  85. data/lib/selenium/devtools/v86/storage.rb +55 -53
  86. data/lib/selenium/devtools/v86/system_info.rb +17 -15
  87. data/lib/selenium/devtools/v86/target.rb +115 -113
  88. data/lib/selenium/devtools/v86/tethering.rb +22 -20
  89. data/lib/selenium/devtools/v86/tracing.rb +40 -38
  90. data/lib/selenium/devtools/v86/web_audio.rb +36 -34
  91. data/lib/selenium/devtools/v86/web_authn.rb +72 -70
  92. data/lib/selenium/devtools/v87/accessibility.rb +35 -33
  93. data/lib/selenium/devtools/v87/animation.rb +57 -55
  94. data/lib/selenium/devtools/v87/application_cache.rb +36 -34
  95. data/lib/selenium/devtools/v87/audits.rb +33 -31
  96. data/lib/selenium/devtools/v87/background_service.rb +39 -37
  97. data/lib/selenium/devtools/v87/browser.rb +95 -93
  98. data/lib/selenium/devtools/v87/cache_storage.rb +37 -35
  99. data/lib/selenium/devtools/v87/cast.rb +34 -32
  100. data/lib/selenium/devtools/v87/console.rb +29 -27
  101. data/lib/selenium/devtools/v87/css.rb +151 -149
  102. data/lib/selenium/devtools/v87/database.rb +36 -34
  103. data/lib/selenium/devtools/v87/debugger.rb +203 -201
  104. data/lib/selenium/devtools/v87/device_orientation.rb +20 -18
  105. data/lib/selenium/devtools/v87/dom.rb +299 -297
  106. data/lib/selenium/devtools/v87/dom_debugger.rb +53 -51
  107. data/lib/selenium/devtools/v87/dom_snapshot.rb +37 -35
  108. data/lib/selenium/devtools/v87/dom_storage.rb +42 -40
  109. data/lib/selenium/devtools/v87/emulation.rb +163 -161
  110. data/lib/selenium/devtools/v87/fetch.rb +58 -56
  111. data/lib/selenium/devtools/v87/headless_experimental.rb +33 -31
  112. data/lib/selenium/devtools/v87/heap_profiler.rb +79 -77
  113. data/lib/selenium/devtools/v87/indexed_db.rb +60 -58
  114. data/lib/selenium/devtools/v87/input.rb +101 -99
  115. data/lib/selenium/devtools/v87/inspector.rb +22 -20
  116. data/lib/selenium/devtools/v87/io.rb +31 -29
  117. data/lib/selenium/devtools/v87/layer_tree.rb +55 -53
  118. data/lib/selenium/devtools/v87/log.rb +38 -36
  119. data/lib/selenium/devtools/v87/media.rb +24 -22
  120. data/lib/selenium/devtools/v87/memory.rb +45 -43
  121. data/lib/selenium/devtools/v87/network.rb +217 -215
  122. data/lib/selenium/devtools/v87/overlay.rb +153 -151
  123. data/lib/selenium/devtools/v87/page.rb +346 -344
  124. data/lib/selenium/devtools/v87/performance.rb +35 -33
  125. data/lib/selenium/devtools/v87/profiler.rb +95 -93
  126. data/lib/selenium/devtools/v87/runtime.rb +166 -164
  127. data/lib/selenium/devtools/v87/schema.rb +14 -12
  128. data/lib/selenium/devtools/v87/security.rb +35 -33
  129. data/lib/selenium/devtools/v87/service_worker.rb +88 -86
  130. data/lib/selenium/devtools/v87/storage.rb +55 -53
  131. data/lib/selenium/devtools/v87/system_info.rb +17 -15
  132. data/lib/selenium/devtools/v87/target.rb +115 -113
  133. data/lib/selenium/devtools/v87/tethering.rb +22 -20
  134. data/lib/selenium/devtools/v87/tracing.rb +40 -38
  135. data/lib/selenium/devtools/v87/web_audio.rb +36 -34
  136. data/lib/selenium/devtools/v87/web_authn.rb +72 -70
  137. data/lib/selenium/devtools/v88/accessibility.rb +35 -33
  138. data/lib/selenium/devtools/v88/animation.rb +57 -55
  139. data/lib/selenium/devtools/v88/application_cache.rb +36 -34
  140. data/lib/selenium/devtools/v88/audits.rb +33 -31
  141. data/lib/selenium/devtools/v88/background_service.rb +39 -37
  142. data/lib/selenium/devtools/v88/browser.rb +100 -98
  143. data/lib/selenium/devtools/v88/cache_storage.rb +37 -35
  144. data/lib/selenium/devtools/v88/cast.rb +34 -32
  145. data/lib/selenium/devtools/v88/console.rb +29 -27
  146. data/lib/selenium/devtools/v88/css.rb +151 -149
  147. data/lib/selenium/devtools/v88/database.rb +36 -34
  148. data/lib/selenium/devtools/v88/debugger.rb +203 -201
  149. data/lib/selenium/devtools/v88/device_orientation.rb +20 -18
  150. data/lib/selenium/devtools/v88/dom.rb +299 -297
  151. data/lib/selenium/devtools/v88/dom_debugger.rb +53 -51
  152. data/lib/selenium/devtools/v88/dom_snapshot.rb +37 -35
  153. data/lib/selenium/devtools/v88/dom_storage.rb +42 -40
  154. data/lib/selenium/devtools/v88/emulation.rb +168 -166
  155. data/lib/selenium/devtools/v88/fetch.rb +58 -56
  156. data/lib/selenium/devtools/v88/headless_experimental.rb +33 -31
  157. data/lib/selenium/devtools/v88/heap_profiler.rb +79 -77
  158. data/lib/selenium/devtools/v88/indexed_db.rb +60 -58
  159. data/lib/selenium/devtools/v88/input.rb +106 -104
  160. data/lib/selenium/devtools/v88/inspector.rb +22 -20
  161. data/lib/selenium/devtools/v88/io.rb +31 -29
  162. data/lib/selenium/devtools/v88/layer_tree.rb +55 -53
  163. data/lib/selenium/devtools/v88/log.rb +38 -36
  164. data/lib/selenium/devtools/v88/media.rb +24 -22
  165. data/lib/selenium/devtools/v88/memory.rb +45 -43
  166. data/lib/selenium/devtools/v88/network.rb +217 -215
  167. data/lib/selenium/devtools/v88/overlay.rb +153 -151
  168. data/lib/selenium/devtools/v88/page.rb +346 -344
  169. data/lib/selenium/devtools/v88/performance.rb +35 -33
  170. data/lib/selenium/devtools/v88/profiler.rb +95 -93
  171. data/lib/selenium/devtools/v88/runtime.rb +167 -165
  172. data/lib/selenium/devtools/v88/schema.rb +14 -12
  173. data/lib/selenium/devtools/v88/security.rb +35 -33
  174. data/lib/selenium/devtools/v88/service_worker.rb +88 -86
  175. data/lib/selenium/devtools/v88/storage.rb +60 -58
  176. data/lib/selenium/devtools/v88/system_info.rb +17 -15
  177. data/lib/selenium/devtools/v88/target.rb +115 -113
  178. data/lib/selenium/devtools/v88/tethering.rb +22 -20
  179. data/lib/selenium/devtools/v88/tracing.rb +41 -39
  180. data/lib/selenium/devtools/v88/web_audio.rb +36 -34
  181. data/lib/selenium/devtools/v88/web_authn.rb +72 -70
  182. data/lib/selenium/devtools/v89.rb +1 -0
  183. data/lib/selenium/devtools/v89/accessibility.rb +67 -0
  184. data/lib/selenium/devtools/v89/animation.rb +94 -0
  185. data/lib/selenium/devtools/v89/application_cache.rb +60 -0
  186. data/lib/selenium/devtools/{v84 → v89}/audits.rb +33 -31
  187. data/lib/selenium/devtools/v89/background_service.rb +63 -0
  188. data/lib/selenium/devtools/v89/browser.rb +124 -0
  189. data/lib/selenium/devtools/v89/cache_storage.rb +69 -0
  190. data/lib/selenium/devtools/v89/cast.rb +66 -0
  191. data/lib/selenium/devtools/{v84 → v89}/console.rb +29 -27
  192. data/lib/selenium/devtools/v89/css.rb +175 -0
  193. data/lib/selenium/devtools/{v84 → v89}/database.rb +36 -34
  194. data/lib/selenium/devtools/v89/debugger.rb +227 -0
  195. data/lib/selenium/devtools/{v84 → v89}/device_orientation.rb +20 -18
  196. data/lib/selenium/devtools/v89/dom.rb +323 -0
  197. data/lib/selenium/devtools/v89/dom_debugger.rb +94 -0
  198. data/lib/selenium/devtools/v89/dom_snapshot.rb +61 -0
  199. data/lib/selenium/devtools/v89/dom_storage.rb +75 -0
  200. data/lib/selenium/devtools/v89/emulation.rb +192 -0
  201. data/lib/selenium/devtools/v89/fetch.rb +93 -0
  202. data/lib/selenium/devtools/v89/headless_experimental.rb +57 -0
  203. data/lib/selenium/devtools/v89/heap_profiler.rb +103 -0
  204. data/lib/selenium/devtools/v89/indexed_db.rb +96 -0
  205. data/lib/selenium/devtools/v89/input.rb +142 -0
  206. data/lib/selenium/devtools/{v84 → v89}/inspector.rb +22 -20
  207. data/lib/selenium/devtools/{v84 → v89}/io.rb +31 -29
  208. data/lib/selenium/devtools/v89/layer_tree.rb +91 -0
  209. data/lib/selenium/devtools/{v84 → v89}/log.rb +38 -36
  210. data/lib/selenium/devtools/{v84 → v89}/media.rb +24 -22
  211. data/lib/selenium/devtools/v89/memory.rb +82 -0
  212. data/lib/selenium/devtools/v89/network.rb +243 -0
  213. data/lib/selenium/devtools/v89/overlay.rb +182 -0
  214. data/lib/selenium/devtools/v89/page.rb +372 -0
  215. data/lib/selenium/devtools/{v84 → v89}/performance.rb +35 -33
  216. data/lib/selenium/devtools/v89/profiler.rb +119 -0
  217. data/lib/selenium/devtools/v89/runtime.rb +191 -0
  218. data/lib/selenium/devtools/{v84 → v89}/schema.rb +14 -12
  219. data/lib/selenium/devtools/v89/security.rb +67 -0
  220. data/lib/selenium/devtools/v89/service_worker.rb +112 -0
  221. data/lib/selenium/devtools/v89/storage.rb +97 -0
  222. data/lib/selenium/devtools/{v84 → v89}/system_info.rb +17 -15
  223. data/lib/selenium/devtools/v89/target.rb +139 -0
  224. data/lib/selenium/devtools/{v84 → v89}/tethering.rb +22 -20
  225. data/lib/selenium/devtools/v89/tracing.rb +73 -0
  226. data/lib/selenium/devtools/v89/web_audio.rb +66 -0
  227. data/lib/selenium/devtools/v89/web_authn.rb +96 -0
  228. data/lib/selenium/devtools/version.rb +1 -1
  229. metadata +49 -49
  230. data/lib/selenium/devtools/v84.rb +0 -1
  231. data/lib/selenium/devtools/v84/accessibility.rb +0 -56
  232. data/lib/selenium/devtools/v84/animation.rb +0 -92
  233. data/lib/selenium/devtools/v84/application_cache.rb +0 -58
  234. data/lib/selenium/devtools/v84/background_service.rb +0 -61
  235. data/lib/selenium/devtools/v84/browser.rb +0 -117
  236. data/lib/selenium/devtools/v84/cache_storage.rb +0 -67
  237. data/lib/selenium/devtools/v84/cast.rb +0 -64
  238. data/lib/selenium/devtools/v84/css.rb +0 -159
  239. data/lib/selenium/devtools/v84/debugger.rb +0 -223
  240. data/lib/selenium/devtools/v84/dom.rb +0 -314
  241. data/lib/selenium/devtools/v84/dom_debugger.rb +0 -87
  242. data/lib/selenium/devtools/v84/dom_snapshot.rb +0 -59
  243. data/lib/selenium/devtools/v84/dom_storage.rb +0 -73
  244. data/lib/selenium/devtools/v84/emulation.rb +0 -174
  245. data/lib/selenium/devtools/v84/fetch.rb +0 -91
  246. data/lib/selenium/devtools/v84/headless_experimental.rb +0 -55
  247. data/lib/selenium/devtools/v84/heap_profiler.rb +0 -101
  248. data/lib/selenium/devtools/v84/indexed_db.rb +0 -94
  249. data/lib/selenium/devtools/v84/input.rb +0 -134
  250. data/lib/selenium/devtools/v84/layer_tree.rb +0 -89
  251. data/lib/selenium/devtools/v84/memory.rb +0 -80
  252. data/lib/selenium/devtools/v84/network.rb +0 -222
  253. data/lib/selenium/devtools/v84/overlay.rb +0 -151
  254. data/lib/selenium/devtools/v84/page.rb +0 -368
  255. data/lib/selenium/devtools/v84/profiler.rb +0 -105
  256. data/lib/selenium/devtools/v84/runtime.rb +0 -187
  257. data/lib/selenium/devtools/v84/security.rb +0 -65
  258. data/lib/selenium/devtools/v84/service_worker.rb +0 -110
  259. data/lib/selenium/devtools/v84/storage.rb +0 -89
  260. data/lib/selenium/devtools/v84/target.rb +0 -135
  261. data/lib/selenium/devtools/v84/tracing.rb +0 -70
  262. data/lib/selenium/devtools/v84/web_audio.rb +0 -64
  263. data/lib/selenium/devtools/v84/web_authn.rb +0 -88
@@ -1,58 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Licensed to the Software Freedom Conservancy (SFC) under one
4
- # or more contributor license agreements. See the NOTICE file
5
- # distributed with this work for additional information
6
- # regarding copyright ownership. The SFC licenses this file
7
- # to you under the Apache License, Version 2.0 (the
8
- # "License"); you may not use this file except in compliance
9
- # with the License. You may obtain a copy of the License at
10
- #
11
- # http://www.apache.org/licenses/LICENSE-2.0
12
- #
13
- # Unless required by applicable law or agreed to in writing,
14
- # software distributed under the License is distributed on an
15
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
- # KIND, either express or implied. See the License for the
17
- # specific language governing permissions and limitations
18
- # under the License.
19
-
20
- # This file is automatically generated. Any changes will be lost!
21
- module Selenium
22
- module DevTools
23
- class ApplicationCache
24
- EVENTS = {
25
- application_cache_status_updated: 'applicationCacheStatusUpdated',
26
- network_state_updated: 'networkStateUpdated',
27
- }.freeze
28
-
29
- def initialize(devtools)
30
- @devtools = devtools
31
- end
32
-
33
- def on(event, &block)
34
- event = EVENTS[event] if event.is_a?(Symbol)
35
- @devtools.callbacks["ApplicationCache.#{event}"] << block
36
- end
37
-
38
- def enable
39
- @devtools.send_cmd('ApplicationCache.enable')
40
- end
41
-
42
- def get_application_cache_for_frame(frame_id:)
43
- @devtools.send_cmd('ApplicationCache.getApplicationCacheForFrame',
44
- frameId: frame_id)
45
- end
46
-
47
- def get_frames_with_manifests
48
- @devtools.send_cmd('ApplicationCache.getFramesWithManifests')
49
- end
50
-
51
- def get_manifest_for_frame(frame_id:)
52
- @devtools.send_cmd('ApplicationCache.getManifestForFrame',
53
- frameId: frame_id)
54
- end
55
-
56
- end # ApplicationCache
57
- end # DevTools
58
- end # Selenium
@@ -1,61 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Licensed to the Software Freedom Conservancy (SFC) under one
4
- # or more contributor license agreements. See the NOTICE file
5
- # distributed with this work for additional information
6
- # regarding copyright ownership. The SFC licenses this file
7
- # to you under the Apache License, Version 2.0 (the
8
- # "License"); you may not use this file except in compliance
9
- # with the License. You may obtain a copy of the License at
10
- #
11
- # http://www.apache.org/licenses/LICENSE-2.0
12
- #
13
- # Unless required by applicable law or agreed to in writing,
14
- # software distributed under the License is distributed on an
15
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
- # KIND, either express or implied. See the License for the
17
- # specific language governing permissions and limitations
18
- # under the License.
19
-
20
- # This file is automatically generated. Any changes will be lost!
21
- module Selenium
22
- module DevTools
23
- class BackgroundService
24
- EVENTS = {
25
- recording_state_changed: 'recordingStateChanged',
26
- background_service_event_received: 'backgroundServiceEventReceived',
27
- }.freeze
28
-
29
- def initialize(devtools)
30
- @devtools = devtools
31
- end
32
-
33
- def on(event, &block)
34
- event = EVENTS[event] if event.is_a?(Symbol)
35
- @devtools.callbacks["BackgroundService.#{event}"] << block
36
- end
37
-
38
- def start_observing(service:)
39
- @devtools.send_cmd('BackgroundService.startObserving',
40
- service: service)
41
- end
42
-
43
- def stop_observing(service:)
44
- @devtools.send_cmd('BackgroundService.stopObserving',
45
- service: service)
46
- end
47
-
48
- def set_recording(should_record:, service:)
49
- @devtools.send_cmd('BackgroundService.setRecording',
50
- shouldRecord: should_record,
51
- service: service)
52
- end
53
-
54
- def clear_events(service:)
55
- @devtools.send_cmd('BackgroundService.clearEvents',
56
- service: service)
57
- end
58
-
59
- end # BackgroundService
60
- end # DevTools
61
- end # Selenium
@@ -1,117 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Licensed to the Software Freedom Conservancy (SFC) under one
4
- # or more contributor license agreements. See the NOTICE file
5
- # distributed with this work for additional information
6
- # regarding copyright ownership. The SFC licenses this file
7
- # to you under the Apache License, Version 2.0 (the
8
- # "License"); you may not use this file except in compliance
9
- # with the License. You may obtain a copy of the License at
10
- #
11
- # http://www.apache.org/licenses/LICENSE-2.0
12
- #
13
- # Unless required by applicable law or agreed to in writing,
14
- # software distributed under the License is distributed on an
15
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
- # KIND, either express or implied. See the License for the
17
- # specific language governing permissions and limitations
18
- # under the License.
19
-
20
- # This file is automatically generated. Any changes will be lost!
21
- module Selenium
22
- module DevTools
23
- class Browser
24
-
25
- def initialize(devtools)
26
- @devtools = devtools
27
- end
28
-
29
- def on(event, &block)
30
- event = EVENTS[event] if event.is_a?(Symbol)
31
- @devtools.callbacks["Browser.#{event}"] << block
32
- end
33
-
34
- def set_permission(permission:, setting:, origin: nil, browser_context_id: nil)
35
- @devtools.send_cmd('Browser.setPermission',
36
- permission: permission,
37
- setting: setting,
38
- origin: origin,
39
- browserContextId: browser_context_id)
40
- end
41
-
42
- def grant_permissions(permissions:, origin: nil, browser_context_id: nil)
43
- @devtools.send_cmd('Browser.grantPermissions',
44
- permissions: permissions,
45
- origin: origin,
46
- browserContextId: browser_context_id)
47
- end
48
-
49
- def reset_permissions(browser_context_id: nil)
50
- @devtools.send_cmd('Browser.resetPermissions',
51
- browserContextId: browser_context_id)
52
- end
53
-
54
- def set_download_behavior(behavior:, browser_context_id: nil, download_path: nil)
55
- @devtools.send_cmd('Browser.setDownloadBehavior',
56
- behavior: behavior,
57
- browserContextId: browser_context_id,
58
- downloadPath: download_path)
59
- end
60
-
61
- def close
62
- @devtools.send_cmd('Browser.close')
63
- end
64
-
65
- def crash
66
- @devtools.send_cmd('Browser.crash')
67
- end
68
-
69
- def crash_gpu_process
70
- @devtools.send_cmd('Browser.crashGpuProcess')
71
- end
72
-
73
- def get_version
74
- @devtools.send_cmd('Browser.getVersion')
75
- end
76
-
77
- def get_browser_command_line
78
- @devtools.send_cmd('Browser.getBrowserCommandLine')
79
- end
80
-
81
- def get_histograms(query: nil, delta: nil)
82
- @devtools.send_cmd('Browser.getHistograms',
83
- query: query,
84
- delta: delta)
85
- end
86
-
87
- def get_histogram(name:, delta: nil)
88
- @devtools.send_cmd('Browser.getHistogram',
89
- name: name,
90
- delta: delta)
91
- end
92
-
93
- def get_window_bounds(window_id:)
94
- @devtools.send_cmd('Browser.getWindowBounds',
95
- windowId: window_id)
96
- end
97
-
98
- def get_window_for_target(target_id: nil)
99
- @devtools.send_cmd('Browser.getWindowForTarget',
100
- targetId: target_id)
101
- end
102
-
103
- def set_window_bounds(window_id:, bounds:)
104
- @devtools.send_cmd('Browser.setWindowBounds',
105
- windowId: window_id,
106
- bounds: bounds)
107
- end
108
-
109
- def set_dock_tile(badge_label: nil, image: nil)
110
- @devtools.send_cmd('Browser.setDockTile',
111
- badgeLabel: badge_label,
112
- image: image)
113
- end
114
-
115
- end # Browser
116
- end # DevTools
117
- end # Selenium
@@ -1,67 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Licensed to the Software Freedom Conservancy (SFC) under one
4
- # or more contributor license agreements. See the NOTICE file
5
- # distributed with this work for additional information
6
- # regarding copyright ownership. The SFC licenses this file
7
- # to you under the Apache License, Version 2.0 (the
8
- # "License"); you may not use this file except in compliance
9
- # with the License. You may obtain a copy of the License at
10
- #
11
- # http://www.apache.org/licenses/LICENSE-2.0
12
- #
13
- # Unless required by applicable law or agreed to in writing,
14
- # software distributed under the License is distributed on an
15
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
- # KIND, either express or implied. See the License for the
17
- # specific language governing permissions and limitations
18
- # under the License.
19
-
20
- # This file is automatically generated. Any changes will be lost!
21
- module Selenium
22
- module DevTools
23
- class CacheStorage
24
-
25
- def initialize(devtools)
26
- @devtools = devtools
27
- end
28
-
29
- def on(event, &block)
30
- event = EVENTS[event] if event.is_a?(Symbol)
31
- @devtools.callbacks["CacheStorage.#{event}"] << block
32
- end
33
-
34
- def delete_cache(cache_id:)
35
- @devtools.send_cmd('CacheStorage.deleteCache',
36
- cacheId: cache_id)
37
- end
38
-
39
- def delete_entry(cache_id:, request:)
40
- @devtools.send_cmd('CacheStorage.deleteEntry',
41
- cacheId: cache_id,
42
- request: request)
43
- end
44
-
45
- def request_cache_names(security_origin:)
46
- @devtools.send_cmd('CacheStorage.requestCacheNames',
47
- securityOrigin: security_origin)
48
- end
49
-
50
- def request_cached_response(cache_id:, request_url:, request_headers:)
51
- @devtools.send_cmd('CacheStorage.requestCachedResponse',
52
- cacheId: cache_id,
53
- requestURL: request_url,
54
- requestHeaders: request_headers)
55
- end
56
-
57
- def request_entries(cache_id:, skip_count: nil, page_size: nil, path_filter: nil)
58
- @devtools.send_cmd('CacheStorage.requestEntries',
59
- cacheId: cache_id,
60
- skipCount: skip_count,
61
- pageSize: page_size,
62
- pathFilter: path_filter)
63
- end
64
-
65
- end # CacheStorage
66
- end # DevTools
67
- end # Selenium
@@ -1,64 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Licensed to the Software Freedom Conservancy (SFC) under one
4
- # or more contributor license agreements. See the NOTICE file
5
- # distributed with this work for additional information
6
- # regarding copyright ownership. The SFC licenses this file
7
- # to you under the Apache License, Version 2.0 (the
8
- # "License"); you may not use this file except in compliance
9
- # with the License. You may obtain a copy of the License at
10
- #
11
- # http://www.apache.org/licenses/LICENSE-2.0
12
- #
13
- # Unless required by applicable law or agreed to in writing,
14
- # software distributed under the License is distributed on an
15
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
- # KIND, either express or implied. See the License for the
17
- # specific language governing permissions and limitations
18
- # under the License.
19
-
20
- # This file is automatically generated. Any changes will be lost!
21
- module Selenium
22
- module DevTools
23
- class Cast
24
- EVENTS = {
25
- sinks_updated: 'sinksUpdated',
26
- issue_updated: 'issueUpdated',
27
- }.freeze
28
-
29
- def initialize(devtools)
30
- @devtools = devtools
31
- end
32
-
33
- def on(event, &block)
34
- event = EVENTS[event] if event.is_a?(Symbol)
35
- @devtools.callbacks["Cast.#{event}"] << block
36
- end
37
-
38
- def enable(presentation_url: nil)
39
- @devtools.send_cmd('Cast.enable',
40
- presentationUrl: presentation_url)
41
- end
42
-
43
- def disable
44
- @devtools.send_cmd('Cast.disable')
45
- end
46
-
47
- def set_sink_to_use(sink_name:)
48
- @devtools.send_cmd('Cast.setSinkToUse',
49
- sinkName: sink_name)
50
- end
51
-
52
- def start_tab_mirroring(sink_name:)
53
- @devtools.send_cmd('Cast.startTabMirroring',
54
- sinkName: sink_name)
55
- end
56
-
57
- def stop_casting(sink_name:)
58
- @devtools.send_cmd('Cast.stopCasting',
59
- sinkName: sink_name)
60
- end
61
-
62
- end # Cast
63
- end # DevTools
64
- end # Selenium
@@ -1,159 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Licensed to the Software Freedom Conservancy (SFC) under one
4
- # or more contributor license agreements. See the NOTICE file
5
- # distributed with this work for additional information
6
- # regarding copyright ownership. The SFC licenses this file
7
- # to you under the Apache License, Version 2.0 (the
8
- # "License"); you may not use this file except in compliance
9
- # with the License. You may obtain a copy of the License at
10
- #
11
- # http://www.apache.org/licenses/LICENSE-2.0
12
- #
13
- # Unless required by applicable law or agreed to in writing,
14
- # software distributed under the License is distributed on an
15
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
- # KIND, either express or implied. See the License for the
17
- # specific language governing permissions and limitations
18
- # under the License.
19
-
20
- # This file is automatically generated. Any changes will be lost!
21
- module Selenium
22
- module DevTools
23
- class CSS
24
- EVENTS = {
25
- fonts_updated: 'fontsUpdated',
26
- media_query_result_changed: 'mediaQueryResultChanged',
27
- style_sheet_added: 'styleSheetAdded',
28
- style_sheet_changed: 'styleSheetChanged',
29
- style_sheet_removed: 'styleSheetRemoved',
30
- }.freeze
31
-
32
- def initialize(devtools)
33
- @devtools = devtools
34
- end
35
-
36
- def on(event, &block)
37
- event = EVENTS[event] if event.is_a?(Symbol)
38
- @devtools.callbacks["CSS.#{event}"] << block
39
- end
40
-
41
- def add_rule(style_sheet_id:, rule_text:, location:)
42
- @devtools.send_cmd('CSS.addRule',
43
- styleSheetId: style_sheet_id,
44
- ruleText: rule_text,
45
- location: location)
46
- end
47
-
48
- def collect_class_names(style_sheet_id:)
49
- @devtools.send_cmd('CSS.collectClassNames',
50
- styleSheetId: style_sheet_id)
51
- end
52
-
53
- def create_style_sheet(frame_id:)
54
- @devtools.send_cmd('CSS.createStyleSheet',
55
- frameId: frame_id)
56
- end
57
-
58
- def disable
59
- @devtools.send_cmd('CSS.disable')
60
- end
61
-
62
- def enable
63
- @devtools.send_cmd('CSS.enable')
64
- end
65
-
66
- def force_pseudo_state(node_id:, forced_pseudo_classes:)
67
- @devtools.send_cmd('CSS.forcePseudoState',
68
- nodeId: node_id,
69
- forcedPseudoClasses: forced_pseudo_classes)
70
- end
71
-
72
- def get_background_colors(node_id:)
73
- @devtools.send_cmd('CSS.getBackgroundColors',
74
- nodeId: node_id)
75
- end
76
-
77
- def get_computed_style_for_node(node_id:)
78
- @devtools.send_cmd('CSS.getComputedStyleForNode',
79
- nodeId: node_id)
80
- end
81
-
82
- def get_inline_styles_for_node(node_id:)
83
- @devtools.send_cmd('CSS.getInlineStylesForNode',
84
- nodeId: node_id)
85
- end
86
-
87
- def get_matched_styles_for_node(node_id:)
88
- @devtools.send_cmd('CSS.getMatchedStylesForNode',
89
- nodeId: node_id)
90
- end
91
-
92
- def get_media_queries
93
- @devtools.send_cmd('CSS.getMediaQueries')
94
- end
95
-
96
- def get_platform_fonts_for_node(node_id:)
97
- @devtools.send_cmd('CSS.getPlatformFontsForNode',
98
- nodeId: node_id)
99
- end
100
-
101
- def get_style_sheet_text(style_sheet_id:)
102
- @devtools.send_cmd('CSS.getStyleSheetText',
103
- styleSheetId: style_sheet_id)
104
- end
105
-
106
- def set_effective_property_value_for_node(node_id:, property_name:, value:)
107
- @devtools.send_cmd('CSS.setEffectivePropertyValueForNode',
108
- nodeId: node_id,
109
- propertyName: property_name,
110
- value: value)
111
- end
112
-
113
- def set_keyframe_key(style_sheet_id:, range:, key_text:)
114
- @devtools.send_cmd('CSS.setKeyframeKey',
115
- styleSheetId: style_sheet_id,
116
- range: range,
117
- keyText: key_text)
118
- end
119
-
120
- def set_media_text(style_sheet_id:, range:, text:)
121
- @devtools.send_cmd('CSS.setMediaText',
122
- styleSheetId: style_sheet_id,
123
- range: range,
124
- text: text)
125
- end
126
-
127
- def set_rule_selector(style_sheet_id:, range:, selector:)
128
- @devtools.send_cmd('CSS.setRuleSelector',
129
- styleSheetId: style_sheet_id,
130
- range: range,
131
- selector: selector)
132
- end
133
-
134
- def set_style_sheet_text(style_sheet_id:, text:)
135
- @devtools.send_cmd('CSS.setStyleSheetText',
136
- styleSheetId: style_sheet_id,
137
- text: text)
138
- end
139
-
140
- def set_style_texts(edits:)
141
- @devtools.send_cmd('CSS.setStyleTexts',
142
- edits: edits)
143
- end
144
-
145
- def start_rule_usage_tracking
146
- @devtools.send_cmd('CSS.startRuleUsageTracking')
147
- end
148
-
149
- def stop_rule_usage_tracking
150
- @devtools.send_cmd('CSS.stopRuleUsageTracking')
151
- end
152
-
153
- def take_coverage_delta
154
- @devtools.send_cmd('CSS.takeCoverageDelta')
155
- end
156
-
157
- end # CSS
158
- end # DevTools
159
- end # Selenium