chrome-devtools-frontend 1.0.1367881 → 1.0.1376716

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1157) hide show
  1. package/.vscode/extensions.json +4 -4
  2. package/config/gni/devtools_grd_files.gni +30 -8
  3. package/config/gni/devtools_image_files.gni +3 -0
  4. package/docs/README.md +1 -5
  5. package/docs/checklist/javascript.md +45 -8
  6. package/docs/contributing/design.md +1 -1
  7. package/docs/contributing/settings-experiments-features.md +1 -1
  8. package/docs/cookbook/README.md +12 -0
  9. package/docs/cookbook/create_new_issues.md +91 -0
  10. package/docs/cookbook/dependencies.md +103 -0
  11. package/docs/cookbook/localization.md +320 -0
  12. package/docs/cookbook/navbar.md +8 -0
  13. package/docs/cookbook/release_management.md +60 -0
  14. package/docs/cookbook/uma_metrics.md +121 -0
  15. package/docs/dependencies.md +1 -100
  16. package/docs/l10n.md +1 -295
  17. package/docs/release_management.md +1 -53
  18. package/extensions/cxx_debugging/e2e/standalone/MemoryInspector_test.ts +1 -1
  19. package/extensions/cxx_debugging/e2e/tsconfig.json +1 -0
  20. package/extensions/cxx_debugging/src/ExtensionOptions.ts +6 -7
  21. package/extensions/cxx_debugging/tests/CreditsItem_test.ts +4 -4
  22. package/front_end/.eslintrc.js +0 -1
  23. package/front_end/Images/src/center-focus-weak.svg +1 -0
  24. package/front_end/Images/src/history.svg +3 -0
  25. package/front_end/Images/src/home.svg +1 -0
  26. package/front_end/core/common/Color.ts +10 -0
  27. package/front_end/core/common/ResourceType.test.ts +26 -26
  28. package/front_end/core/common/ResourceType.ts +21 -12
  29. package/front_end/core/common/Revealer.ts +5 -0
  30. package/front_end/core/common/Settings.ts +5 -1
  31. package/front_end/core/host/AidaClient.ts +58 -0
  32. package/front_end/core/host/InspectorFrontendHost.ts +1 -1
  33. package/front_end/core/host/InspectorFrontendHostAPI.ts +8 -1
  34. package/front_end/core/host/UserMetrics.ts +16 -13
  35. package/front_end/core/i18n/locales/af.json +598 -109
  36. package/front_end/core/i18n/locales/am.json +607 -118
  37. package/front_end/core/i18n/locales/ar.json +888 -399
  38. package/front_end/core/i18n/locales/as.json +603 -114
  39. package/front_end/core/i18n/locales/az.json +606 -117
  40. package/front_end/core/i18n/locales/be.json +599 -110
  41. package/front_end/core/i18n/locales/bg.json +598 -109
  42. package/front_end/core/i18n/locales/bn.json +609 -120
  43. package/front_end/core/i18n/locales/bs.json +607 -118
  44. package/front_end/core/i18n/locales/ca.json +601 -112
  45. package/front_end/core/i18n/locales/cs.json +605 -116
  46. package/front_end/core/i18n/locales/cy.json +603 -114
  47. package/front_end/core/i18n/locales/da.json +599 -110
  48. package/front_end/core/i18n/locales/de.json +604 -115
  49. package/front_end/core/i18n/locales/el.json +596 -107
  50. package/front_end/core/i18n/locales/en-GB.json +599 -110
  51. package/front_end/core/i18n/locales/es-419.json +600 -111
  52. package/front_end/core/i18n/locales/es.json +602 -113
  53. package/front_end/core/i18n/locales/et.json +601 -112
  54. package/front_end/core/i18n/locales/eu.json +605 -116
  55. package/front_end/core/i18n/locales/fa.json +609 -120
  56. package/front_end/core/i18n/locales/fi.json +598 -109
  57. package/front_end/core/i18n/locales/fil.json +605 -116
  58. package/front_end/core/i18n/locales/fr-CA.json +602 -113
  59. package/front_end/core/i18n/locales/fr.json +600 -111
  60. package/front_end/core/i18n/locales/gl.json +595 -106
  61. package/front_end/core/i18n/locales/gu.json +605 -116
  62. package/front_end/core/i18n/locales/he.json +603 -114
  63. package/front_end/core/i18n/locales/hi.json +600 -111
  64. package/front_end/core/i18n/locales/hr.json +600 -111
  65. package/front_end/core/i18n/locales/hu.json +600 -111
  66. package/front_end/core/i18n/locales/hy.json +599 -110
  67. package/front_end/core/i18n/locales/id.json +603 -114
  68. package/front_end/core/i18n/locales/is.json +598 -109
  69. package/front_end/core/i18n/locales/it.json +602 -113
  70. package/front_end/core/i18n/locales/ja.json +596 -107
  71. package/front_end/core/i18n/locales/ka.json +597 -108
  72. package/front_end/core/i18n/locales/kk.json +884 -395
  73. package/front_end/core/i18n/locales/km.json +605 -116
  74. package/front_end/core/i18n/locales/kn.json +606 -117
  75. package/front_end/core/i18n/locales/ko.json +591 -102
  76. package/front_end/core/i18n/locales/ky.json +599 -110
  77. package/front_end/core/i18n/locales/lo.json +608 -119
  78. package/front_end/core/i18n/locales/lt.json +597 -108
  79. package/front_end/core/i18n/locales/lv.json +606 -117
  80. package/front_end/core/i18n/locales/mk.json +885 -396
  81. package/front_end/core/i18n/locales/ml.json +601 -112
  82. package/front_end/core/i18n/locales/mn.json +599 -110
  83. package/front_end/core/i18n/locales/mr.json +601 -112
  84. package/front_end/core/i18n/locales/ms.json +602 -113
  85. package/front_end/core/i18n/locales/my.json +604 -115
  86. package/front_end/core/i18n/locales/ne.json +609 -120
  87. package/front_end/core/i18n/locales/nl.json +597 -108
  88. package/front_end/core/i18n/locales/no.json +601 -112
  89. package/front_end/core/i18n/locales/or.json +601 -112
  90. package/front_end/core/i18n/locales/pa.json +600 -111
  91. package/front_end/core/i18n/locales/pl.json +601 -112
  92. package/front_end/core/i18n/locales/pt-PT.json +600 -111
  93. package/front_end/core/i18n/locales/pt.json +596 -107
  94. package/front_end/core/i18n/locales/ro.json +601 -112
  95. package/front_end/core/i18n/locales/ru.json +609 -120
  96. package/front_end/core/i18n/locales/si.json +603 -114
  97. package/front_end/core/i18n/locales/sk.json +599 -110
  98. package/front_end/core/i18n/locales/sl.json +601 -112
  99. package/front_end/core/i18n/locales/sq.json +602 -113
  100. package/front_end/core/i18n/locales/sr-Latn.json +598 -109
  101. package/front_end/core/i18n/locales/sr.json +598 -109
  102. package/front_end/core/i18n/locales/sv.json +600 -111
  103. package/front_end/core/i18n/locales/sw.json +606 -117
  104. package/front_end/core/i18n/locales/ta.json +892 -403
  105. package/front_end/core/i18n/locales/te.json +604 -115
  106. package/front_end/core/i18n/locales/th.json +597 -108
  107. package/front_end/core/i18n/locales/tr.json +601 -112
  108. package/front_end/core/i18n/locales/uk.json +598 -109
  109. package/front_end/core/i18n/locales/ur.json +604 -115
  110. package/front_end/core/i18n/locales/uz.json +599 -110
  111. package/front_end/core/i18n/locales/vi.json +602 -113
  112. package/front_end/core/i18n/locales/zh-HK.json +599 -110
  113. package/front_end/core/i18n/locales/zh-TW.json +595 -106
  114. package/front_end/core/i18n/locales/zh.json +601 -112
  115. package/front_end/core/i18n/locales/zu.json +607 -118
  116. package/front_end/core/root/Runtime.ts +15 -7
  117. package/front_end/{panels/animation → core/sdk}/AnimationModel.test.ts +85 -6
  118. package/front_end/{panels/animation → core/sdk}/AnimationModel.ts +302 -36
  119. package/front_end/core/sdk/CSSContainerQuery.ts +4 -2
  120. package/front_end/core/sdk/CSSMatchedStyles.test.ts +4 -0
  121. package/front_end/core/sdk/CSSMatchedStyles.ts +13 -10
  122. package/front_end/core/sdk/CSSMetadata.ts +6 -0
  123. package/front_end/core/sdk/CSSStyleDeclaration.test.ts +10 -0
  124. package/front_end/core/sdk/CSSStyleDeclaration.ts +1 -1
  125. package/front_end/core/sdk/DOMModel.ts +3 -3
  126. package/front_end/core/sdk/DebuggerModel.test.ts +2 -0
  127. package/front_end/core/sdk/EmulationModel.ts +32 -0
  128. package/front_end/core/sdk/EnhancedTracesParser.test.ts +4 -4
  129. package/front_end/core/sdk/EnhancedTracesParser.ts +4 -5
  130. package/front_end/core/sdk/RehydratingConnection.test.ts +190 -0
  131. package/front_end/core/sdk/RehydratingConnection.ts +310 -0
  132. package/front_end/core/sdk/RehydratingObject.ts +26 -2
  133. package/front_end/core/sdk/RuntimeModel.ts +31 -0
  134. package/front_end/core/sdk/Script.ts +1 -1
  135. package/front_end/core/sdk/TraceObject.ts +8 -0
  136. package/front_end/core/sdk/sdk.ts +2 -0
  137. package/front_end/devtools_compatibility.js +0 -1
  138. package/front_end/entrypoints/heap_snapshot_worker/HeapSnapshot.ts +95 -74
  139. package/front_end/entrypoints/main/MainImpl.ts +10 -0
  140. package/front_end/generated/InspectorBackendCommands.js +10 -9
  141. package/front_end/generated/SupportedCSSProperties.js +15 -1
  142. package/front_end/generated/protocol-mapping.d.ts +4 -3
  143. package/front_end/generated/protocol-proxy-api.d.ts +4 -3
  144. package/front_end/generated/protocol.ts +31 -2
  145. package/front_end/legacy_test_runner/network_test_runner/network_test_runner.js +1 -0
  146. package/front_end/models/har/HARFormat.ts +1 -0
  147. package/front_end/models/har/Importer.test.ts +16 -2
  148. package/front_end/models/har/Importer.ts +2 -2
  149. package/front_end/models/har/Log.test.ts +23 -0
  150. package/front_end/models/har/Log.ts +6 -4
  151. package/front_end/models/heap_snapshot_model/HeapSnapshotModel.ts +4 -2
  152. package/front_end/models/issues_manager/AttributionReportingIssue.ts +58 -18
  153. package/front_end/models/issues_manager/CookieIssue.ts +12 -0
  154. package/front_end/models/issues_manager/descriptions/arInvalidInfoHeader.md +5 -0
  155. package/front_end/models/issues_manager/descriptions/arNavigationRegistrationUniqueScopeAlreadySet.md +5 -0
  156. package/front_end/models/issues_manager/descriptions/arNoRegisterOsSourceHeader.md +5 -0
  157. package/front_end/models/issues_manager/descriptions/arNoRegisterOsTriggerHeader.md +5 -0
  158. package/front_end/models/issues_manager/descriptions/arNoRegisterSourceHeader.md +5 -0
  159. package/front_end/models/issues_manager/descriptions/arNoRegisterTriggerHeader.md +5 -0
  160. package/front_end/models/issues_manager/descriptions/arNoWebOrOsSupport.md +4 -0
  161. package/front_end/models/issues_manager/descriptions/placeholderDescriptionForInvisibleIssues.md +3 -0
  162. package/front_end/models/javascript_metadata/NativeFunctions.js +69 -18
  163. package/front_end/models/live-metrics/LiveMetrics.ts +116 -19
  164. package/front_end/models/live-metrics/web-vitals-injected/OnEachInteraction.ts +24 -61
  165. package/front_end/models/live-metrics/web-vitals-injected/spec/spec.ts +49 -21
  166. package/front_end/models/live-metrics/web-vitals-injected/web-vitals-injected.ts +43 -5
  167. package/front_end/models/timeline_model/TimelineModelFilter.ts +2 -2
  168. package/front_end/models/trace/Processor.ts +5 -1
  169. package/front_end/models/trace/extras/ThirdParties.test.ts +117 -0
  170. package/front_end/models/trace/extras/ThirdParties.ts +207 -0
  171. package/front_end/models/trace/extras/extras.ts +1 -0
  172. package/front_end/models/trace/handlers/FramesHandler.ts +12 -5
  173. package/front_end/models/trace/handlers/InitiatorsHandler.test.ts +40 -0
  174. package/front_end/models/trace/handlers/InitiatorsHandler.ts +9 -0
  175. package/front_end/models/trace/handlers/LayoutShiftsHandler.ts +17 -0
  176. package/front_end/models/trace/handlers/NetworkRequestsHandler.ts +2 -2
  177. package/front_end/models/trace/handlers/RendererHandler.test.ts +4 -4
  178. package/front_end/models/trace/helpers/Timing.test.ts +29 -0
  179. package/front_end/models/trace/helpers/Timing.ts +18 -0
  180. package/front_end/models/trace/helpers/TreeHelpers.test.ts +52 -34
  181. package/front_end/models/trace/helpers/TreeHelpers.ts +135 -45
  182. package/front_end/models/trace/insights/CumulativeLayoutShift.test.ts +22 -0
  183. package/front_end/models/trace/insights/CumulativeLayoutShift.ts +62 -20
  184. package/front_end/models/trace/insights/ThirdPartyWeb.ts +13 -183
  185. package/front_end/models/trace/lantern/core/NetworkAnalyzer.test.ts +4 -4
  186. package/front_end/models/trace/lantern/core/NetworkAnalyzer.ts +9 -5
  187. package/front_end/models/trace/lantern/simulation/Simulator.ts +1 -1
  188. package/front_end/models/trace/lantern/testing/MetricTestUtils.ts +4 -0
  189. package/front_end/models/trace/types/TraceEvents.ts +68 -2
  190. package/front_end/panels/accessibility/AccessibilitySidebarView.ts +1 -1
  191. package/front_end/panels/animation/AnimationGroupPreviewUI.ts +3 -3
  192. package/front_end/panels/animation/AnimationTimeline.test.ts +15 -15
  193. package/front_end/panels/animation/AnimationTimeline.ts +85 -53
  194. package/front_end/panels/animation/AnimationUI.ts +5 -6
  195. package/front_end/panels/animation/animation-meta.ts +15 -0
  196. package/front_end/panels/animation/animation.ts +0 -4
  197. package/front_end/panels/application/ApplicationPanelSidebar.test.ts +16 -0
  198. package/front_end/panels/application/ApplicationPanelSidebar.ts +13 -9
  199. package/front_end/panels/application/ExtensionStorageItemsView.test.ts +72 -0
  200. package/front_end/panels/application/ExtensionStorageItemsView.ts +23 -1
  201. package/front_end/panels/application/ExtensionStorageModel.test.ts +15 -0
  202. package/front_end/panels/application/ExtensionStorageModel.ts +10 -1
  203. package/front_end/panels/application/OpenedWindowDetailsView.ts +2 -3
  204. package/front_end/panels/application/SharedStorageItemsView.test.ts +1 -20
  205. package/front_end/panels/application/components/BackForwardCacheStrings.ts +1 -0
  206. package/front_end/panels/application/components/BounceTrackingMitigationsView.ts +3 -7
  207. package/front_end/panels/application/components/EndpointsGrid.ts +1 -2
  208. package/front_end/panels/application/components/FrameDetailsView.ts +8 -8
  209. package/front_end/panels/application/components/InterestGroupAccessGrid.ts +4 -8
  210. package/front_end/panels/application/components/PermissionsPolicySection.ts +3 -4
  211. package/front_end/panels/application/components/ReportsGrid.ts +2 -4
  212. package/front_end/panels/application/components/SharedStorageAccessGrid.ts +4 -9
  213. package/front_end/panels/application/components/StackTrace.ts +6 -9
  214. package/front_end/panels/application/components/StorageMetadataView.ts +1 -2
  215. package/front_end/panels/application/components/TrustTokensView.ts +1 -2
  216. package/front_end/panels/application/preloading/PreloadingView.ts +5 -5
  217. package/front_end/panels/application/preloading/components/MismatchedPreloadingGrid.test.ts +2 -2
  218. package/front_end/panels/application/preloading/components/MismatchedPreloadingGrid.ts +3 -9
  219. package/front_end/panels/application/preloading/components/PreloadingDetailsReportView.ts +2 -5
  220. package/front_end/panels/application/preloading/components/PreloadingDisabledInfobar.ts +2 -2
  221. package/front_end/panels/application/preloading/components/PreloadingGrid.test.ts +1 -1
  222. package/front_end/panels/application/preloading/components/PreloadingGrid.ts +3 -6
  223. package/front_end/panels/application/preloading/components/PreloadingMismatchedHeadersGrid.ts +1 -3
  224. package/front_end/panels/application/preloading/components/PreloadingString.ts +5 -0
  225. package/front_end/panels/application/preloading/components/RuleSetDetailsView.ts +2 -3
  226. package/front_end/panels/application/preloading/components/RuleSetGrid.ts +7 -10
  227. package/front_end/panels/autofill/AutofillView.ts +2 -5
  228. package/front_end/panels/console/ConsoleView.ts +1 -1
  229. package/front_end/panels/css_overview/components/CSSOverviewStartView.ts +3 -5
  230. package/front_end/panels/elements/AccessibilityTreeUtils.ts +4 -6
  231. package/front_end/panels/elements/CSSRuleValidator.ts +0 -5
  232. package/front_end/panels/elements/ColorSwatchPopoverIcon.ts +0 -2
  233. package/front_end/panels/elements/ElementStatePaneWidget.ts +5 -0
  234. package/front_end/panels/elements/ElementsPanel.ts +4 -4
  235. package/front_end/panels/elements/ElementsTreeElement.ts +1 -1
  236. package/front_end/panels/elements/StylePropertyTreeElement.test.ts +90 -0
  237. package/front_end/panels/elements/StylePropertyTreeElement.ts +29 -2
  238. package/front_end/panels/elements/components/ElementsBreadcrumbs.ts +3 -5
  239. package/front_end/panels/elements/components/LayoutPane.ts +2 -3
  240. package/front_end/panels/elements/components/QueryContainer.ts +3 -5
  241. package/front_end/panels/elements/stylePropertiesTreeOutline.css +13 -0
  242. package/front_end/panels/emulation/components/DeviceSizeInputElement.ts +0 -2
  243. package/front_end/panels/event_listeners/EventListenersView.ts +2 -2
  244. package/front_end/panels/event_listeners/eventListenersView.css +4 -3
  245. package/front_end/panels/explain/components/ConsoleInsight.test.ts +56 -8
  246. package/front_end/panels/explain/components/ConsoleInsight.ts +53 -36
  247. package/front_end/panels/explain/explain-meta.ts +1 -12
  248. package/front_end/panels/freestyler/AiAgent.test.ts +92 -12
  249. package/front_end/panels/freestyler/AiAgent.ts +341 -56
  250. package/front_end/panels/freestyler/DrJonesFileAgent.test.ts +70 -43
  251. package/front_end/panels/freestyler/DrJonesFileAgent.ts +75 -79
  252. package/front_end/panels/freestyler/DrJonesNetworkAgent.test.ts +135 -72
  253. package/front_end/panels/freestyler/DrJonesNetworkAgent.ts +219 -117
  254. package/front_end/panels/freestyler/DrJonesPerformanceAgent.test.ts +102 -56
  255. package/front_end/panels/freestyler/DrJonesPerformanceAgent.ts +118 -114
  256. package/front_end/panels/freestyler/FreestylerAgent.test.ts +108 -100
  257. package/front_end/panels/freestyler/FreestylerAgent.ts +65 -183
  258. package/front_end/panels/freestyler/FreestylerEvaluateAction.test.ts +40 -36
  259. package/front_end/panels/freestyler/FreestylerEvaluateAction.ts +15 -14
  260. package/front_end/panels/freestyler/FreestylerPanel.test.ts +548 -15
  261. package/front_end/panels/freestyler/FreestylerPanel.ts +385 -132
  262. package/front_end/panels/freestyler/components/FreestylerChatUi.test.ts +34 -4
  263. package/front_end/panels/freestyler/components/FreestylerChatUi.ts +186 -92
  264. package/front_end/panels/freestyler/components/UserActionRow.test.ts +60 -0
  265. package/front_end/panels/freestyler/components/{ProvideFeedback.ts → UserActionRow.ts} +42 -16
  266. package/front_end/panels/freestyler/components/freestylerChatUi.css +100 -97
  267. package/front_end/panels/freestyler/components/userActionRow.css +149 -0
  268. package/front_end/panels/freestyler/freestyler-meta.ts +50 -23
  269. package/front_end/panels/freestyler/freestyler.ts +1 -1
  270. package/front_end/panels/issues/AttributionReportingIssueDetailsView.ts +14 -0
  271. package/front_end/panels/issues/IssueAggregator.ts +10 -1
  272. package/front_end/panels/issues/components/ElementsPanelLink.ts +0 -1
  273. package/front_end/panels/issues/components/HideIssuesMenu.ts +12 -4
  274. package/front_end/panels/lighthouse/LighthouseStartView.ts +1 -1
  275. package/front_end/panels/linear_memory_inspector/LinearMemoryInspectorController.ts +2 -2
  276. package/front_end/panels/linear_memory_inspector/components/LinearMemoryHighlightChipList.ts +1 -2
  277. package/front_end/panels/linear_memory_inspector/components/LinearMemoryInspector.ts +7 -12
  278. package/front_end/panels/linear_memory_inspector/components/LinearMemoryValueInterpreter.ts +3 -4
  279. package/front_end/panels/linear_memory_inspector/components/ValueInterpreterDisplay.ts +1 -2
  280. package/front_end/panels/network/BinaryResourceView.ts +3 -2
  281. package/front_end/panels/network/NetworkDataGridNode.test.ts +29 -0
  282. package/front_end/panels/network/NetworkDataGridNode.ts +56 -5
  283. package/front_end/panels/network/NetworkLogView.test.ts +29 -0
  284. package/front_end/panels/network/NetworkLogView.ts +2 -2
  285. package/front_end/panels/network/NetworkPanel.test.ts +3 -22
  286. package/front_end/panels/network/NetworkPanel.ts +26 -7
  287. package/front_end/panels/network/NetworkWaterfallColumn.ts +2 -0
  288. package/front_end/panels/network/RequestResponseView.test.ts +2 -2
  289. package/front_end/panels/network/RequestResponseView.ts +6 -10
  290. package/front_end/panels/network/ResourceWebSocketFrameView.ts +3 -1
  291. package/front_end/panels/network/components/HeaderSectionRow.ts +11 -12
  292. package/front_end/panels/network/components/RequestHeaderSection.ts +4 -9
  293. package/front_end/panels/network/components/RequestHeadersView.css +7 -0
  294. package/front_end/panels/network/components/RequestTrustTokensView.ts +1 -1
  295. package/front_end/panels/network/network.ts +0 -2
  296. package/front_end/panels/network/networkConfigView.css +8 -7
  297. package/front_end/panels/network/networkLogView.css +32 -2
  298. package/front_end/panels/network/networkPanel.css +2 -1
  299. package/front_end/panels/profiler/HeapSnapshotDataGrids.ts +11 -10
  300. package/front_end/panels/profiler/HeapSnapshotGridNodes.ts +12 -8
  301. package/front_end/panels/profiler/HeapSnapshotProxy.ts +6 -6
  302. package/front_end/panels/protocol_monitor/components/JSONEditor.ts +5 -5
  303. package/front_end/panels/recorder/components/StartView.ts +4 -5
  304. package/front_end/panels/recorder/components/recordingView.css +1 -4
  305. package/front_end/panels/recorder/components/selectButton.css +6 -50
  306. package/front_end/panels/recorder/models/RecorderShortcutHelper.ts +1 -1
  307. package/front_end/panels/recorder/models/RecordingSession.ts +4 -4
  308. package/front_end/panels/recorder/recorderController.css +38 -18
  309. package/front_end/panels/screencast/ScreencastApp.ts +1 -1
  310. package/front_end/panels/screencast/ScreencastView.ts +1 -1
  311. package/front_end/panels/search/SearchView.ts +0 -2
  312. package/front_end/panels/search/searchView.css +5 -1
  313. package/front_end/panels/security/CookieReportTreeElement.ts +26 -0
  314. package/front_end/panels/security/OriginTreeElement.ts +20 -7
  315. package/front_end/panels/security/SecurityPanel.ts +64 -15
  316. package/front_end/panels/security/{SecurityAndPrivacyPanelSidebar.ts → SecurityPanelSidebar.ts} +24 -13
  317. package/front_end/panels/security/SecurityPanelSidebarTreeElement.ts +1 -12
  318. package/front_end/panels/security/sidebar.css +40 -1
  319. package/front_end/panels/sensors/SensorsView.ts +27 -0
  320. package/front_end/panels/sensors/sensors-meta.ts +59 -0
  321. package/front_end/panels/settings/AISettingsTab.test.ts +79 -11
  322. package/front_end/panels/settings/AISettingsTab.ts +109 -22
  323. package/front_end/panels/settings/FrameworkIgnoreListSettingsTab.ts +44 -30
  324. package/front_end/panels/settings/KeybindsSettingsTab.ts +34 -17
  325. package/front_end/panels/settings/SettingsScreen.ts +1 -1
  326. package/front_end/panels/settings/aiSettingsTab.css +13 -0
  327. package/front_end/panels/settings/components/SyncSection.ts +1 -3
  328. package/front_end/panels/settings/emulation/DevicesSettingsTab.ts +51 -29
  329. package/front_end/panels/settings/emulation/components/UserAgentClientHintsForm.ts +24 -12
  330. package/front_end/panels/settings/emulation/devicesSettingsTab.css +11 -10
  331. package/front_end/panels/settings/frameworkIgnoreListSettingsTab.css +14 -42
  332. package/front_end/panels/settings/keybindsSettingsTab.css +51 -89
  333. package/front_end/panels/settings/settingsScreen.css +30 -6
  334. package/front_end/panels/sources/AddSourceMapURLDialog.ts +1 -1
  335. package/front_end/panels/sources/CSSPlugin.ts +0 -2
  336. package/front_end/panels/sources/NavigatorView.ts +31 -23
  337. package/front_end/panels/sources/SourcesPanel.ts +25 -6
  338. package/front_end/panels/sources/SourcesView.test.ts +1 -0
  339. package/front_end/panels/sources/SourcesView.ts +2 -2
  340. package/front_end/panels/sources/components/BreakpointsView.ts +0 -1
  341. package/front_end/panels/sources/components/HeadersView.ts +0 -1
  342. package/front_end/panels/sources/navigatorTree.css +11 -0
  343. package/front_end/panels/timeline/AnnotationHelpers.ts +3 -3
  344. package/front_end/panels/timeline/AppenderUtils.ts +1 -3
  345. package/front_end/panels/timeline/CompatibilityTracksAppender.ts +21 -9
  346. package/front_end/panels/timeline/EntriesFilter.test.ts +19 -36
  347. package/front_end/panels/timeline/EntriesFilter.ts +6 -4
  348. package/front_end/panels/timeline/EventsTimelineTreeView.ts +9 -9
  349. package/front_end/panels/timeline/InteractionsTrackAppender.ts +2 -1
  350. package/front_end/panels/timeline/LayoutShiftsTrackAppender.ts +6 -6
  351. package/front_end/panels/timeline/NetworkTrackAppender.ts +1 -8
  352. package/front_end/panels/timeline/ThreadAppender.ts +5 -6
  353. package/front_end/panels/timeline/TimelineDetailsView.test.ts +85 -42
  354. package/front_end/panels/timeline/TimelineDetailsView.ts +71 -42
  355. package/front_end/panels/timeline/TimelineEventOverview.ts +10 -10
  356. package/front_end/panels/timeline/TimelineFilters.test.ts +4 -4
  357. package/front_end/panels/timeline/TimelineFlameChartDataProvider.ts +58 -62
  358. package/front_end/panels/timeline/TimelineFlameChartNetworkDataProvider.ts +16 -15
  359. package/front_end/panels/timeline/TimelineFlameChartView.test.ts +2 -3
  360. package/front_end/panels/timeline/TimelineFlameChartView.ts +102 -57
  361. package/front_end/panels/timeline/TimelineHistoryManager.ts +4 -0
  362. package/front_end/panels/timeline/TimelineMiniMap.ts +0 -8
  363. package/front_end/panels/timeline/TimelinePanel.ts +89 -44
  364. package/front_end/panels/timeline/TimelineSelection.test.ts +91 -36
  365. package/front_end/panels/timeline/TimelineSelection.ts +48 -60
  366. package/front_end/panels/timeline/TimelineSelectorStatsView.ts +3 -8
  367. package/front_end/panels/timeline/TimelineTreeView.ts +7 -5
  368. package/front_end/panels/timeline/TimelineUIUtils.test.ts +51 -4
  369. package/front_end/panels/timeline/TimelineUIUtils.ts +37 -27
  370. package/front_end/panels/timeline/UIDevtoolsController.ts +5 -5
  371. package/front_end/panels/timeline/UIDevtoolsUtils.ts +59 -68
  372. package/front_end/panels/timeline/components/BreadcrumbsUI.ts +2 -3
  373. package/front_end/panels/timeline/components/LayoutShiftDetails.ts +25 -8
  374. package/front_end/panels/timeline/components/LiveMetricsView.test.ts +230 -68
  375. package/front_end/panels/timeline/components/LiveMetricsView.ts +146 -112
  376. package/front_end/panels/timeline/components/NetworkRequestDetails.test.ts +14 -7
  377. package/front_end/panels/timeline/components/NetworkRequestDetails.ts +47 -117
  378. package/front_end/panels/timeline/components/NetworkRequestTooltip.ts +64 -74
  379. package/front_end/panels/timeline/components/Sidebar.ts +2 -1
  380. package/front_end/panels/timeline/components/SidebarAnnotationsTab.ts +11 -13
  381. package/front_end/panels/timeline/components/SidebarInsightsTab.ts +51 -2
  382. package/front_end/panels/timeline/components/SidebarSingleInsightSet.test.ts +1 -2
  383. package/front_end/panels/timeline/components/Utils.ts +28 -29
  384. package/front_end/panels/timeline/components/components.ts +0 -4
  385. package/front_end/panels/timeline/components/insights/CLSCulprits.ts +10 -3
  386. package/front_end/panels/timeline/components/insights/DocumentLatency.ts +8 -4
  387. package/front_end/panels/timeline/components/insights/EventRef.ts +0 -1
  388. package/front_end/panels/timeline/components/insights/FontDisplay.ts +1 -1
  389. package/front_end/panels/timeline/components/insights/Helpers.ts +4 -4
  390. package/front_end/panels/timeline/components/insights/InteractionToNextPaint.ts +3 -5
  391. package/front_end/panels/timeline/components/insights/LCPDiscovery.ts +1 -1
  392. package/front_end/panels/timeline/components/insights/LCPPhases.ts +7 -1
  393. package/front_end/panels/timeline/components/insights/NodeLink.ts +0 -1
  394. package/front_end/panels/timeline/components/insights/README.md +2 -2
  395. package/front_end/panels/timeline/components/insights/RenderBlocking.ts +5 -7
  396. package/front_end/panels/timeline/components/insights/SidebarInsight.ts +14 -5
  397. package/front_end/panels/timeline/components/insights/SlowCSSSelector.ts +112 -34
  398. package/front_end/panels/timeline/components/insights/Table.ts +1 -3
  399. package/front_end/panels/timeline/components/insights/ThirdParties.ts +6 -9
  400. package/front_end/panels/timeline/components/insights/Viewport.ts +3 -5
  401. package/front_end/panels/timeline/components/layoutShiftDetails.css +7 -1
  402. package/front_end/panels/timeline/components/liveMetricsView.css +59 -18
  403. package/front_end/panels/timeline/components/networkRequestDetails.css +9 -49
  404. package/front_end/panels/timeline/components/networkRequestTooltip.css +34 -11
  405. package/front_end/panels/timeline/components/relatedInsightChips.css +1 -1
  406. package/front_end/panels/timeline/components/sidebarInsightsTab.css +20 -0
  407. package/front_end/panels/timeline/extensions/ExtensionUI.ts +7 -7
  408. package/front_end/panels/timeline/fixtures/traces/README.md +4 -0
  409. package/front_end/panels/timeline/fixtures/traces/scheduler-post-task.json.gz +0 -0
  410. package/front_end/panels/timeline/fixtures/traces/unsized-images.json.gz +0 -0
  411. package/front_end/panels/timeline/historyToolbarButton.css +33 -19
  412. package/front_end/panels/timeline/overlays/OverlaysImpl.test.ts +0 -16
  413. package/front_end/panels/timeline/overlays/OverlaysImpl.ts +48 -22
  414. package/front_end/panels/timeline/overlays/components/entriesLinkOverlay.css +8 -0
  415. package/front_end/panels/timeline/overlays/components/entryLabelOverlay.css +16 -0
  416. package/front_end/panels/timeline/timeline-meta.ts +11 -0
  417. package/front_end/panels/timeline/timelineFlameChartView.css +16 -0
  418. package/front_end/panels/timeline/track_appenders/AnimationsTrackAppender.test.ts +2 -3
  419. package/front_end/panels/timeline/track_appenders/AppenderUtils.test.ts +1 -6
  420. package/front_end/panels/timeline/track_appenders/CompatibilityTracksAppender.test.ts +1 -1
  421. package/front_end/panels/timeline/track_appenders/ExtensionTrackAppender.test.ts +7 -8
  422. package/front_end/panels/timeline/track_appenders/GPUTrackAppender.test.ts +2 -2
  423. package/front_end/panels/timeline/track_appenders/InteractionsTrackAppender.test.ts +3 -3
  424. package/front_end/panels/timeline/track_appenders/LayoutShiftsTrackAppender.test.ts +3 -4
  425. package/front_end/panels/timeline/track_appenders/ServerTimingsTrackAppender.test.ts +2 -3
  426. package/front_end/panels/timeline/track_appenders/ThreadAppender.test.ts +5 -10
  427. package/front_end/panels/timeline/track_appenders/TimingsTrackAppender.test.ts +5 -5
  428. package/front_end/panels/timeline/utils/AICallTree.test.ts +80 -0
  429. package/front_end/panels/timeline/utils/AICallTree.ts +165 -0
  430. package/front_end/panels/timeline/{components → utils}/EntryName.test.ts +12 -12
  431. package/front_end/panels/timeline/{components → utils}/EntryName.ts +1 -1
  432. package/front_end/panels/timeline/{components → utils}/EntryStyles.ts +28 -1
  433. package/front_end/panels/timeline/utils/Helpers.test.ts +8 -3
  434. package/front_end/panels/timeline/utils/Helpers.ts +3 -4
  435. package/front_end/panels/timeline/utils/IgnoreList.test.ts +86 -0
  436. package/front_end/panels/timeline/utils/IgnoreList.ts +11 -4
  437. package/front_end/panels/timeline/utils/NetworkRequest.ts +1 -1
  438. package/front_end/panels/timeline/utils/SourceMapsResolver.test.ts +51 -18
  439. package/front_end/panels/timeline/utils/SourceMapsResolver.ts +3 -1
  440. package/front_end/panels/timeline/utils/utils.ts +6 -0
  441. package/front_end/panels/utils/utils.ts +56 -4
  442. package/front_end/services/trace_bounds/TraceBounds.ts +7 -1
  443. package/front_end/testing/ContextMenuHelpers.ts +1 -1
  444. package/front_end/testing/EnvironmentHelpers.ts +25 -3
  445. package/front_end/testing/NetworkHelpers.ts +38 -0
  446. package/front_end/testing/StorageItemsViewHelpers.ts +24 -0
  447. package/front_end/testing/TraceHelpers.ts +10 -0
  448. package/front_end/third_party/additional_readme_paths.json +1 -0
  449. package/front_end/third_party/codemirror.next/chunk/angular.js +1 -1
  450. package/front_end/third_party/codemirror.next/chunk/angular.js.map +1 -1
  451. package/front_end/third_party/codemirror.next/chunk/codemirror.js +1 -1
  452. package/front_end/third_party/codemirror.next/chunk/codemirror.js.map +1 -1
  453. package/front_end/third_party/codemirror.next/chunk/cpp.js.map +1 -1
  454. package/front_end/third_party/codemirror.next/chunk/legacy.js.map +1 -1
  455. package/front_end/third_party/codemirror.next/chunk/less.js.map +1 -1
  456. package/front_end/third_party/codemirror.next/chunk/markdown.js +1 -1
  457. package/front_end/third_party/codemirror.next/chunk/markdown.js.map +1 -1
  458. package/front_end/third_party/codemirror.next/chunk/php.js.map +1 -1
  459. package/front_end/third_party/codemirror.next/chunk/python.js +1 -1
  460. package/front_end/third_party/codemirror.next/chunk/python.js.map +1 -1
  461. package/front_end/third_party/codemirror.next/chunk/sass.js.map +1 -1
  462. package/front_end/third_party/codemirror.next/chunk/svelte.js +1 -1
  463. package/front_end/third_party/codemirror.next/chunk/svelte.js.map +1 -1
  464. package/front_end/third_party/codemirror.next/chunk/vue.js +1 -1
  465. package/front_end/third_party/codemirror.next/chunk/vue.js.map +1 -1
  466. package/front_end/third_party/codemirror.next/chunk/xml.js +1 -1
  467. package/front_end/third_party/codemirror.next/chunk/xml.js.map +1 -1
  468. package/front_end/third_party/codemirror.next/codemirror.next.d.ts +68 -3
  469. package/front_end/third_party/codemirror.next/codemirror.next.js +1 -1
  470. package/front_end/third_party/codemirror.next/package.json +2 -1
  471. package/front_end/third_party/intl-messageformat/README.chromium +2 -1
  472. package/front_end/third_party/intl-messageformat/package/intl-messageformat.esm.js +0 -1
  473. package/front_end/third_party/json5/LICENSE +23 -0
  474. package/front_end/third_party/json5/README.chromium +17 -0
  475. package/front_end/third_party/json5/json5-tsconfig.json +8 -0
  476. package/front_end/third_party/json5/json5.ts +4 -0
  477. package/front_end/third_party/json5/lib/index.d.ts +2 -0
  478. package/front_end/third_party/json5/lib/index.js +1121 -0
  479. package/front_end/third_party/json5/package/lib/index.d.ts +4 -0
  480. package/front_end/third_party/json5/package/lib/index.js +9 -0
  481. package/front_end/third_party/json5/package/lib/parse.d.ts +15 -0
  482. package/front_end/third_party/json5/package/lib/parse.js +1114 -0
  483. package/front_end/third_party/json5/package/lib/register.js +13 -0
  484. package/front_end/third_party/json5/package/lib/require.js +4 -0
  485. package/front_end/third_party/json5/package/lib/stringify.d.ts +89 -0
  486. package/front_end/third_party/json5/package/lib/stringify.js +261 -0
  487. package/front_end/third_party/json5/package/lib/unicode.d.ts +3 -0
  488. package/front_end/third_party/json5/package/lib/unicode.js +4 -0
  489. package/front_end/third_party/json5/package/lib/util.d.ts +5 -0
  490. package/front_end/third_party/json5/package/lib/util.js +35 -0
  491. package/front_end/third_party/json5/package.json +8 -0
  492. package/front_end/third_party/json5/rebuild.sh +5 -0
  493. package/front_end/third_party/puppeteer/README.chromium +2 -2
  494. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Browser.d.ts +2 -2
  495. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Browser.d.ts.map +1 -1
  496. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Browser.js +1 -6
  497. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Browser.js.map +1 -1
  498. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/BrowserContext.d.ts +1 -1
  499. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/BrowserContext.js +1 -1
  500. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/CDPSession.d.ts +1 -1
  501. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/CDPSession.js +1 -1
  502. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/ElementHandle.d.ts +4 -4
  503. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/ElementHandle.js +18 -11
  504. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/ElementHandle.js.map +1 -1
  505. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Frame.d.ts +2 -2
  506. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Frame.js +13 -6
  507. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Frame.js.map +1 -1
  508. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/HTTPRequest.d.ts +7 -2
  509. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/HTTPRequest.d.ts.map +1 -1
  510. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/HTTPRequest.js +3 -3
  511. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/HTTPRequest.js.map +1 -1
  512. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/HTTPResponse.d.ts +0 -1
  513. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/HTTPResponse.d.ts.map +1 -1
  514. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Input.d.ts +3 -3
  515. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Input.js +1 -1
  516. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/JSHandle.js +12 -5
  517. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/JSHandle.js.map +1 -1
  518. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Page.d.ts +22 -22
  519. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Page.d.ts.map +1 -1
  520. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Page.js +26 -19
  521. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Page.js.map +1 -1
  522. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/WebWorker.d.ts +2 -2
  523. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/WebWorker.js +2 -2
  524. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/api.d.ts +1 -1
  525. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/api.d.ts.map +1 -1
  526. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/api.js +0 -1
  527. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/api.js.map +1 -1
  528. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/locators/locators.d.ts.map +1 -1
  529. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/locators/locators.js +12 -5
  530. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/locators/locators.js.map +1 -1
  531. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/BidiOverCdp.js +1 -2
  532. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/BidiOverCdp.js.map +1 -1
  533. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Browser.d.ts +0 -1
  534. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Browser.d.ts.map +1 -1
  535. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Browser.js +4 -0
  536. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Browser.js.map +1 -1
  537. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/BrowserConnector.js +1 -2
  538. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/BrowserConnector.js.map +1 -1
  539. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/BrowserContext.js +12 -5
  540. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/BrowserContext.js.map +1 -1
  541. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/ElementHandle.js +12 -5
  542. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/ElementHandle.js.map +1 -1
  543. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/ExposedFunction.js +12 -5
  544. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/ExposedFunction.js.map +1 -1
  545. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Frame.d.ts.map +1 -1
  546. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Frame.js +3 -0
  547. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Frame.js.map +1 -1
  548. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Page.js +21 -10
  549. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Page.js.map +1 -1
  550. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Realm.js +12 -5
  551. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Realm.js.map +1 -1
  552. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/Browser.js +12 -5
  553. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/Browser.js.map +1 -1
  554. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/core.d.ts +1 -1
  555. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/core.d.ts.map +1 -1
  556. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/core.js +0 -1
  557. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/core.js.map +1 -1
  558. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/util.js +2 -3
  559. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/util.js.map +1 -1
  560. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/AriaQueryHandler.d.ts.map +1 -1
  561. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/AriaQueryHandler.js +3 -0
  562. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/AriaQueryHandler.js.map +1 -1
  563. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Binding.js +12 -5
  564. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Binding.js.map +1 -1
  565. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Browser.d.ts +0 -1
  566. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Browser.d.ts.map +1 -1
  567. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/BrowserConnector.js +1 -2
  568. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/BrowserConnector.js.map +1 -1
  569. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/BrowserContext.js +12 -5
  570. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/BrowserContext.js.map +1 -1
  571. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ChromeTargetManager.d.ts.map +1 -1
  572. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ChromeTargetManager.js +3 -1
  573. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ChromeTargetManager.js.map +1 -1
  574. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Connection.js +2 -2
  575. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Connection.js.map +1 -1
  576. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/DeviceRequestPrompt.d.ts +1 -1
  577. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/DeviceRequestPrompt.js +1 -1
  578. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ExecutionContext.d.ts +3 -3
  579. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ExecutionContext.d.ts.map +1 -1
  580. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ExecutionContext.js +17 -13
  581. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ExecutionContext.js.map +1 -1
  582. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ExtensionTransport.d.ts.map +1 -1
  583. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ExtensionTransport.js +5 -1
  584. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ExtensionTransport.js.map +1 -1
  585. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/FrameManager.js +1 -1
  586. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/FrameManager.js.map +1 -1
  587. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/HTTPResponse.js +1 -1
  588. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/HTTPResponse.js.map +1 -1
  589. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Input.d.ts.map +1 -1
  590. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Input.js.map +1 -1
  591. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/IsolatedWorld.d.ts +1 -2
  592. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/IsolatedWorld.d.ts.map +1 -1
  593. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/IsolatedWorld.js.map +1 -1
  594. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/JSHandle.js +2 -2
  595. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/JSHandle.js.map +1 -1
  596. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/NetworkManager.d.ts.map +1 -1
  597. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/NetworkManager.js +2 -1
  598. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/NetworkManager.js.map +1 -1
  599. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Page.d.ts +1 -1
  600. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Page.d.ts.map +1 -1
  601. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Page.js +16 -7
  602. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Page.js.map +1 -1
  603. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/PredefinedNetworkConditions.d.ts +4 -4
  604. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/PredefinedNetworkConditions.d.ts.map +1 -1
  605. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/PredefinedNetworkConditions.js +4 -4
  606. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/cdp.d.ts +2 -0
  607. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/cdp.d.ts.map +1 -1
  608. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/cdp.js +2 -0
  609. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/cdp.js.map +1 -1
  610. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/utils.js +6 -6
  611. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/utils.js.map +1 -1
  612. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/BrowserConnector.js +1 -2
  613. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/BrowserConnector.js.map +1 -1
  614. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/CSSQueryHandler.d.ts.map +1 -1
  615. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/CallbackRegistry.d.ts.map +1 -1
  616. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/CallbackRegistry.js +2 -2
  617. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/CallbackRegistry.js.map +1 -1
  618. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/ConnectOptions.d.ts +3 -0
  619. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/ConnectOptions.d.ts.map +1 -1
  620. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Debug.d.ts.map +1 -1
  621. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Debug.js +4 -5
  622. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Debug.js.map +1 -1
  623. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/GetQueryHandler.js +1 -2
  624. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/GetQueryHandler.js.map +1 -1
  625. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HandleIterator.js +13 -7
  626. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HandleIterator.js.map +1 -1
  627. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/LazyArg.d.ts +1 -1
  628. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/LazyArg.d.ts.map +1 -1
  629. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/PSelectorParser.js +1 -2
  630. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/PSelectorParser.js.map +1 -1
  631. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/PierceQueryHandler.d.ts.map +1 -1
  632. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/QueryHandler.js +12 -5
  633. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/QueryHandler.js.map +1 -1
  634. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/common.d.ts +7 -7
  635. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/common.d.ts.map +1 -1
  636. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/common.js +0 -7
  637. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/common.js.map +1 -1
  638. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/util.d.ts +2 -3
  639. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/util.d.ts.map +1 -1
  640. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/util.js +14 -12
  641. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/util.js.map +1 -1
  642. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/environment.d.ts +0 -2
  643. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/environment.d.ts.map +1 -1
  644. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/generated/version.d.ts +1 -1
  645. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/generated/version.js +1 -1
  646. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/ARIAQuerySelector.d.ts.map +1 -1
  647. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/CSSSelector.d.ts.map +1 -1
  648. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/PQuerySelector.d.ts.map +1 -1
  649. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/TextQuerySelector.d.ts.map +1 -1
  650. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/XPathQuerySelector.d.ts.map +1 -1
  651. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/injected.d.ts +4 -4
  652. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/injected.d.ts.map +1 -1
  653. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/util.js +3 -3
  654. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/util.js.map +1 -1
  655. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/BrowserLauncher.d.ts.map +1 -1
  656. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/BrowserLauncher.js.map +1 -1
  657. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/ChromeLauncher.d.ts.map +1 -1
  658. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/ChromeLauncher.js +3 -4
  659. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/ChromeLauncher.js.map +1 -1
  660. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/PipeTransport.d.ts +0 -1
  661. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/PipeTransport.d.ts.map +1 -1
  662. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/PipeTransport.js.map +1 -1
  663. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/ScreenRecorder.d.ts +0 -1
  664. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/ScreenRecorder.d.ts.map +1 -1
  665. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/node.d.ts +1 -1
  666. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/node.d.ts.map +1 -1
  667. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/node.js +0 -1
  668. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/node.js.map +1 -1
  669. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/util/fs.js +2 -3
  670. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/util/fs.js.map +1 -1
  671. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/puppeteer-core.d.ts +6 -6
  672. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/puppeteer-core.d.ts.map +1 -1
  673. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/puppeteer-core.js +15 -4
  674. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/puppeteer-core.js.map +1 -1
  675. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/revisions.d.ts +3 -3
  676. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/revisions.js +3 -3
  677. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/revisions.js.map +1 -1
  678. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/Deferred.d.ts.map +1 -1
  679. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/Deferred.js +1 -0
  680. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/Deferred.js.map +1 -1
  681. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/ErrorLike.d.ts +0 -1
  682. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/ErrorLike.d.ts.map +1 -1
  683. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/ErrorLike.js +4 -5
  684. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/ErrorLike.js.map +1 -1
  685. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/Function.d.ts.map +1 -1
  686. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/Function.js +2 -2
  687. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/Function.js.map +1 -1
  688. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/Mutex.d.ts +2 -2
  689. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/Mutex.d.ts.map +1 -1
  690. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/decorators.d.ts +1 -1
  691. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/decorators.d.ts.map +1 -1
  692. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/decorators.js +18 -13
  693. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/decorators.js.map +1 -1
  694. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/disposable.d.ts.map +1 -1
  695. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/encoding.js +4 -5
  696. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/encoding.js.map +1 -1
  697. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/util.d.ts +1 -0
  698. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/util.d.ts.map +1 -1
  699. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/util.js +1 -0
  700. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/util.js.map +1 -1
  701. package/front_end/third_party/puppeteer/package/lib/es5-iife/puppeteer-core-browser.d.ts +374 -578
  702. package/front_end/third_party/puppeteer/package/lib/es5-iife/puppeteer-core-browser.js +316 -150
  703. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Browser.d.ts +2 -2
  704. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Browser.d.ts.map +1 -1
  705. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Browser.js +1 -6
  706. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Browser.js.map +1 -1
  707. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/BrowserContext.d.ts +1 -1
  708. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/BrowserContext.js +1 -1
  709. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/CDPSession.d.ts +1 -1
  710. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/CDPSession.js +1 -1
  711. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/ElementHandle.d.ts +4 -4
  712. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/ElementHandle.js +16 -9
  713. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/ElementHandle.js.map +1 -1
  714. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Frame.d.ts +2 -2
  715. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Frame.js +13 -6
  716. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Frame.js.map +1 -1
  717. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/HTTPRequest.d.ts +7 -2
  718. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/HTTPRequest.d.ts.map +1 -1
  719. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/HTTPRequest.js.map +1 -1
  720. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/HTTPResponse.d.ts +0 -1
  721. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/HTTPResponse.d.ts.map +1 -1
  722. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Input.d.ts +3 -3
  723. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Input.js +1 -1
  724. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/JSHandle.js +12 -5
  725. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/JSHandle.js.map +1 -1
  726. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Page.d.ts +22 -22
  727. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Page.d.ts.map +1 -1
  728. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Page.js +24 -17
  729. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Page.js.map +1 -1
  730. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/WebWorker.d.ts +2 -2
  731. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/WebWorker.js +2 -2
  732. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/api.d.ts +1 -1
  733. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/api.d.ts.map +1 -1
  734. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/api.js +0 -1
  735. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/api.js.map +1 -1
  736. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/locators/locators.d.ts.map +1 -1
  737. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/locators/locators.js +12 -5
  738. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/locators/locators.js.map +1 -1
  739. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Browser.d.ts +0 -1
  740. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Browser.d.ts.map +1 -1
  741. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Browser.js +4 -0
  742. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Browser.js.map +1 -1
  743. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/BrowserContext.js +12 -5
  744. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/BrowserContext.js.map +1 -1
  745. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/ElementHandle.js +12 -5
  746. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/ElementHandle.js.map +1 -1
  747. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/ExposedFunction.js +12 -5
  748. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/ExposedFunction.js.map +1 -1
  749. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Frame.d.ts.map +1 -1
  750. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Frame.js +3 -0
  751. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Frame.js.map +1 -1
  752. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Page.js +21 -10
  753. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Page.js.map +1 -1
  754. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Realm.js +12 -5
  755. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Realm.js.map +1 -1
  756. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/Browser.js +12 -5
  757. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/Browser.js.map +1 -1
  758. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/core.d.ts +1 -1
  759. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/core.d.ts.map +1 -1
  760. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/core.js +0 -1
  761. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/core.js.map +1 -1
  762. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/AriaQueryHandler.d.ts.map +1 -1
  763. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/AriaQueryHandler.js +3 -0
  764. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/AriaQueryHandler.js.map +1 -1
  765. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Binding.js +12 -5
  766. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Binding.js.map +1 -1
  767. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Browser.d.ts +0 -1
  768. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Browser.d.ts.map +1 -1
  769. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/BrowserContext.js +12 -5
  770. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/BrowserContext.js.map +1 -1
  771. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ChromeTargetManager.d.ts.map +1 -1
  772. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ChromeTargetManager.js +3 -1
  773. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ChromeTargetManager.js.map +1 -1
  774. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/DeviceRequestPrompt.d.ts +1 -1
  775. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/DeviceRequestPrompt.js +1 -1
  776. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ExecutionContext.d.ts +3 -3
  777. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ExecutionContext.d.ts.map +1 -1
  778. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ExecutionContext.js +17 -13
  779. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ExecutionContext.js.map +1 -1
  780. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ExtensionTransport.d.ts.map +1 -1
  781. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ExtensionTransport.js +5 -1
  782. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ExtensionTransport.js.map +1 -1
  783. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/FrameManager.js +1 -1
  784. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/FrameManager.js.map +1 -1
  785. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/HTTPResponse.js +1 -1
  786. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/HTTPResponse.js.map +1 -1
  787. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Input.d.ts.map +1 -1
  788. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Input.js.map +1 -1
  789. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/IsolatedWorld.d.ts +1 -2
  790. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/IsolatedWorld.d.ts.map +1 -1
  791. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/IsolatedWorld.js.map +1 -1
  792. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/NetworkManager.d.ts.map +1 -1
  793. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/NetworkManager.js +2 -1
  794. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/NetworkManager.js.map +1 -1
  795. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Page.d.ts +1 -1
  796. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Page.d.ts.map +1 -1
  797. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Page.js +16 -7
  798. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Page.js.map +1 -1
  799. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/PredefinedNetworkConditions.d.ts +4 -4
  800. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/PredefinedNetworkConditions.d.ts.map +1 -1
  801. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/PredefinedNetworkConditions.js +4 -4
  802. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/cdp.d.ts +2 -0
  803. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/cdp.d.ts.map +1 -1
  804. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/cdp.js +2 -0
  805. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/cdp.js.map +1 -1
  806. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/CSSQueryHandler.d.ts.map +1 -1
  807. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/CallbackRegistry.d.ts.map +1 -1
  808. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/CallbackRegistry.js.map +1 -1
  809. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/ConnectOptions.d.ts +3 -0
  810. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/ConnectOptions.d.ts.map +1 -1
  811. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Debug.d.ts.map +1 -1
  812. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Debug.js +0 -1
  813. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Debug.js.map +1 -1
  814. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HandleIterator.js +12 -5
  815. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HandleIterator.js.map +1 -1
  816. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/LazyArg.d.ts +1 -1
  817. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/LazyArg.d.ts.map +1 -1
  818. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/PierceQueryHandler.d.ts.map +1 -1
  819. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/QueryHandler.js +12 -5
  820. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/QueryHandler.js.map +1 -1
  821. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/common.d.ts +7 -7
  822. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/common.d.ts.map +1 -1
  823. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/common.js +0 -7
  824. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/common.js.map +1 -1
  825. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/util.d.ts +2 -3
  826. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/util.d.ts.map +1 -1
  827. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/util.js +3 -1
  828. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/util.js.map +1 -1
  829. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/environment.d.ts +0 -2
  830. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/environment.d.ts.map +1 -1
  831. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/generated/version.d.ts +1 -1
  832. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/generated/version.js +1 -1
  833. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/ARIAQuerySelector.d.ts.map +1 -1
  834. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/CSSSelector.d.ts.map +1 -1
  835. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/PQuerySelector.d.ts.map +1 -1
  836. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/TextQuerySelector.d.ts.map +1 -1
  837. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/XPathQuerySelector.d.ts.map +1 -1
  838. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/injected.d.ts +3 -3
  839. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/injected.d.ts.map +1 -1
  840. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserLauncher.d.ts.map +1 -1
  841. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserLauncher.js.map +1 -1
  842. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/ChromeLauncher.d.ts.map +1 -1
  843. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/ChromeLauncher.js +0 -1
  844. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/ChromeLauncher.js.map +1 -1
  845. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/PipeTransport.d.ts +0 -1
  846. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/PipeTransport.d.ts.map +1 -1
  847. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/PipeTransport.js.map +1 -1
  848. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/ScreenRecorder.d.ts +0 -1
  849. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/ScreenRecorder.d.ts.map +1 -1
  850. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/node.d.ts +1 -1
  851. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/node.d.ts.map +1 -1
  852. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/node.js +0 -1
  853. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/node.js.map +1 -1
  854. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/puppeteer-core-browser.d.ts +1 -1
  855. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/puppeteer-core-browser.d.ts.map +1 -1
  856. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/puppeteer-core.d.ts +6 -6
  857. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/puppeteer-core.d.ts.map +1 -1
  858. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/puppeteer-core.js +3 -4
  859. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/puppeteer-core.js.map +1 -1
  860. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/revisions.d.ts +3 -3
  861. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/revisions.js +3 -3
  862. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/revisions.js.map +1 -1
  863. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/Deferred.d.ts.map +1 -1
  864. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/Deferred.js +1 -0
  865. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/Deferred.js.map +1 -1
  866. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/ErrorLike.d.ts +0 -1
  867. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/ErrorLike.d.ts.map +1 -1
  868. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/Function.d.ts.map +1 -1
  869. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/Mutex.d.ts +1 -1
  870. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/Mutex.d.ts.map +1 -1
  871. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/decorators.d.ts +1 -1
  872. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/decorators.d.ts.map +1 -1
  873. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/decorators.js +12 -6
  874. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/decorators.js.map +1 -1
  875. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/disposable.d.ts.map +1 -1
  876. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/util.d.ts +1 -0
  877. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/util.d.ts.map +1 -1
  878. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/util.js +1 -0
  879. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/util.js.map +1 -1
  880. package/front_end/third_party/puppeteer/package/lib/types.d.ts +374 -578
  881. package/front_end/third_party/puppeteer/package/package.json +6 -6
  882. package/front_end/third_party/puppeteer/package/src/api/Browser.ts +8 -8
  883. package/front_end/third_party/puppeteer/package/src/api/BrowserContext.ts +5 -5
  884. package/front_end/third_party/puppeteer/package/src/api/CDPSession.ts +2 -2
  885. package/front_end/third_party/puppeteer/package/src/api/Dialog.ts +1 -1
  886. package/front_end/third_party/puppeteer/package/src/api/ElementHandle.ts +44 -44
  887. package/front_end/third_party/puppeteer/package/src/api/Frame.ts +33 -33
  888. package/front_end/third_party/puppeteer/package/src/api/HTTPRequest.ts +14 -9
  889. package/front_end/third_party/puppeteer/package/src/api/Input.ts +11 -11
  890. package/front_end/third_party/puppeteer/package/src/api/JSHandle.ts +5 -5
  891. package/front_end/third_party/puppeteer/package/src/api/Page.ts +88 -87
  892. package/front_end/third_party/puppeteer/package/src/api/Realm.ts +2 -2
  893. package/front_end/third_party/puppeteer/package/src/api/WebWorker.ts +2 -2
  894. package/front_end/third_party/puppeteer/package/src/api/api.ts +1 -1
  895. package/front_end/third_party/puppeteer/package/src/api/locators/locators.ts +79 -79
  896. package/front_end/third_party/puppeteer/package/src/bidi/BidiOverCdp.ts +7 -7
  897. package/front_end/third_party/puppeteer/package/src/bidi/Browser.ts +9 -5
  898. package/front_end/third_party/puppeteer/package/src/bidi/BrowserConnector.ts +5 -5
  899. package/front_end/third_party/puppeteer/package/src/bidi/BrowserContext.ts +10 -10
  900. package/front_end/third_party/puppeteer/package/src/bidi/CDPSession.ts +4 -4
  901. package/front_end/third_party/puppeteer/package/src/bidi/Connection.ts +6 -6
  902. package/front_end/third_party/puppeteer/package/src/bidi/ElementHandle.ts +3 -3
  903. package/front_end/third_party/puppeteer/package/src/bidi/ExposedFunction.ts +11 -11
  904. package/front_end/third_party/puppeteer/package/src/bidi/Frame.ts +45 -41
  905. package/front_end/third_party/puppeteer/package/src/bidi/HTTPRequest.ts +9 -9
  906. package/front_end/third_party/puppeteer/package/src/bidi/HTTPResponse.ts +3 -3
  907. package/front_end/third_party/puppeteer/package/src/bidi/Input.ts +10 -10
  908. package/front_end/third_party/puppeteer/package/src/bidi/JSHandle.ts +1 -1
  909. package/front_end/third_party/puppeteer/package/src/bidi/Page.ts +56 -52
  910. package/front_end/third_party/puppeteer/package/src/bidi/Realm.ts +15 -15
  911. package/front_end/third_party/puppeteer/package/src/bidi/Serializer.ts +1 -1
  912. package/front_end/third_party/puppeteer/package/src/bidi/Target.ts +2 -2
  913. package/front_end/third_party/puppeteer/package/src/bidi/WebWorker.ts +2 -2
  914. package/front_end/third_party/puppeteer/package/src/bidi/core/Browser.ts +4 -4
  915. package/front_end/third_party/puppeteer/package/src/bidi/core/BrowsingContext.ts +17 -17
  916. package/front_end/third_party/puppeteer/package/src/bidi/core/Connection.ts +1 -1
  917. package/front_end/third_party/puppeteer/package/src/bidi/core/Navigation.ts +3 -3
  918. package/front_end/third_party/puppeteer/package/src/bidi/core/Realm.ts +6 -6
  919. package/front_end/third_party/puppeteer/package/src/bidi/core/Request.ts +5 -5
  920. package/front_end/third_party/puppeteer/package/src/bidi/core/Session.ts +4 -4
  921. package/front_end/third_party/puppeteer/package/src/bidi/core/UserContext.ts +9 -9
  922. package/front_end/third_party/puppeteer/package/src/bidi/core/UserPrompt.ts +4 -4
  923. package/front_end/third_party/puppeteer/package/src/bidi/core/core.ts +1 -1
  924. package/front_end/third_party/puppeteer/package/src/bidi/util.ts +4 -4
  925. package/front_end/third_party/puppeteer/package/src/cdp/Accessibility.ts +7 -7
  926. package/front_end/third_party/puppeteer/package/src/cdp/AriaQueryHandler.ts +10 -6
  927. package/front_end/third_party/puppeteer/package/src/cdp/Binding.ts +6 -6
  928. package/front_end/third_party/puppeteer/package/src/cdp/Browser.ts +24 -24
  929. package/front_end/third_party/puppeteer/package/src/cdp/BrowserConnector.ts +4 -4
  930. package/front_end/third_party/puppeteer/package/src/cdp/BrowserContext.ts +2 -2
  931. package/front_end/third_party/puppeteer/package/src/cdp/CDPSession.ts +7 -7
  932. package/front_end/third_party/puppeteer/package/src/cdp/ChromeTargetManager.ts +19 -17
  933. package/front_end/third_party/puppeteer/package/src/cdp/Connection.ts +7 -7
  934. package/front_end/third_party/puppeteer/package/src/cdp/Coverage.ts +11 -11
  935. package/front_end/third_party/puppeteer/package/src/cdp/DeviceRequestPrompt.ts +17 -17
  936. package/front_end/third_party/puppeteer/package/src/cdp/Dialog.ts +1 -1
  937. package/front_end/third_party/puppeteer/package/src/cdp/ElementHandle.ts +6 -6
  938. package/front_end/third_party/puppeteer/package/src/cdp/EmulationManager.ts +34 -34
  939. package/front_end/third_party/puppeteer/package/src/cdp/ExecutionContext.ts +18 -19
  940. package/front_end/third_party/puppeteer/package/src/cdp/ExtensionTransport.ts +7 -3
  941. package/front_end/third_party/puppeteer/package/src/cdp/FirefoxTargetManager.ts +7 -7
  942. package/front_end/third_party/puppeteer/package/src/cdp/Frame.ts +16 -16
  943. package/front_end/third_party/puppeteer/package/src/cdp/FrameManager.ts +20 -20
  944. package/front_end/third_party/puppeteer/package/src/cdp/FrameManagerEvents.ts +1 -1
  945. package/front_end/third_party/puppeteer/package/src/cdp/HTTPRequest.ts +5 -5
  946. package/front_end/third_party/puppeteer/package/src/cdp/HTTPResponse.ts +5 -5
  947. package/front_end/third_party/puppeteer/package/src/cdp/Input.ts +16 -14
  948. package/front_end/third_party/puppeteer/package/src/cdp/IsolatedWorld.ts +14 -13
  949. package/front_end/third_party/puppeteer/package/src/cdp/JSHandle.ts +2 -2
  950. package/front_end/third_party/puppeteer/package/src/cdp/LifecycleWatcher.ts +11 -11
  951. package/front_end/third_party/puppeteer/package/src/cdp/NetworkEventManager.ts +15 -15
  952. package/front_end/third_party/puppeteer/package/src/cdp/NetworkManager.ts +38 -37
  953. package/front_end/third_party/puppeteer/package/src/cdp/Page.ts +71 -70
  954. package/front_end/third_party/puppeteer/package/src/cdp/PredefinedNetworkConditions.ts +4 -4
  955. package/front_end/third_party/puppeteer/package/src/cdp/Target.ts +4 -4
  956. package/front_end/third_party/puppeteer/package/src/cdp/TargetManager.ts +1 -1
  957. package/front_end/third_party/puppeteer/package/src/cdp/Tracing.ts +2 -2
  958. package/front_end/third_party/puppeteer/package/src/cdp/WebWorker.ts +5 -5
  959. package/front_end/third_party/puppeteer/package/src/cdp/cdp.ts +2 -0
  960. package/front_end/third_party/puppeteer/package/src/cdp/utils.ts +10 -10
  961. package/front_end/third_party/puppeteer/package/src/common/BrowserConnector.ts +5 -5
  962. package/front_end/third_party/puppeteer/package/src/common/CSSQueryHandler.ts +2 -2
  963. package/front_end/third_party/puppeteer/package/src/common/CallbackRegistry.ts +9 -7
  964. package/front_end/third_party/puppeteer/package/src/common/ConnectOptions.ts +3 -0
  965. package/front_end/third_party/puppeteer/package/src/common/ConsoleMessage.ts +1 -1
  966. package/front_end/third_party/puppeteer/package/src/common/CustomQueryHandler.ts +6 -6
  967. package/front_end/third_party/puppeteer/package/src/common/Debug.ts +0 -1
  968. package/front_end/third_party/puppeteer/package/src/common/EventEmitter.ts +8 -8
  969. package/front_end/third_party/puppeteer/package/src/common/FileChooser.ts +3 -3
  970. package/front_end/third_party/puppeteer/package/src/common/HandleIterator.ts +3 -3
  971. package/front_end/third_party/puppeteer/package/src/common/LazyArg.ts +1 -1
  972. package/front_end/third_party/puppeteer/package/src/common/NetworkManagerEvents.ts +1 -1
  973. package/front_end/third_party/puppeteer/package/src/common/PQueryHandler.ts +2 -2
  974. package/front_end/third_party/puppeteer/package/src/common/PSelectorParser.ts +1 -1
  975. package/front_end/third_party/puppeteer/package/src/common/PierceQueryHandler.ts +2 -2
  976. package/front_end/third_party/puppeteer/package/src/common/Puppeteer.ts +1 -1
  977. package/front_end/third_party/puppeteer/package/src/common/QueryHandler.ts +12 -12
  978. package/front_end/third_party/puppeteer/package/src/common/TaskQueue.ts +1 -1
  979. package/front_end/third_party/puppeteer/package/src/common/TextQueryHandler.ts +1 -1
  980. package/front_end/third_party/puppeteer/package/src/common/WaitTask.ts +8 -8
  981. package/front_end/third_party/puppeteer/package/src/common/XPathQueryHandler.ts +2 -2
  982. package/front_end/third_party/puppeteer/package/src/common/common.ts +7 -7
  983. package/front_end/third_party/puppeteer/package/src/common/util.ts +15 -14
  984. package/front_end/third_party/puppeteer/package/src/generated/version.ts +1 -1
  985. package/front_end/third_party/puppeteer/package/src/injected/ARIAQuerySelector.ts +3 -3
  986. package/front_end/third_party/puppeteer/package/src/injected/CSSSelector.ts +2 -2
  987. package/front_end/third_party/puppeteer/package/src/injected/PQuerySelector.ts +7 -7
  988. package/front_end/third_party/puppeteer/package/src/injected/PierceQuerySelector.ts +2 -2
  989. package/front_end/third_party/puppeteer/package/src/injected/TextContent.ts +1 -1
  990. package/front_end/third_party/puppeteer/package/src/injected/TextQuerySelector.ts +1 -1
  991. package/front_end/third_party/puppeteer/package/src/injected/XPathQuerySelector.ts +2 -2
  992. package/front_end/third_party/puppeteer/package/src/injected/util.ts +2 -2
  993. package/front_end/third_party/puppeteer/package/src/node/BrowserLauncher.ts +38 -30
  994. package/front_end/third_party/puppeteer/package/src/node/ChromeLauncher.ts +11 -12
  995. package/front_end/third_party/puppeteer/package/src/node/FirefoxLauncher.ts +8 -8
  996. package/front_end/third_party/puppeteer/package/src/node/NodeWebSocketTransport.ts +1 -1
  997. package/front_end/third_party/puppeteer/package/src/node/PipeTransport.ts +7 -3
  998. package/front_end/third_party/puppeteer/package/src/node/PuppeteerNode.ts +4 -4
  999. package/front_end/third_party/puppeteer/package/src/node/ScreenRecorder.ts +10 -10
  1000. package/front_end/third_party/puppeteer/package/src/node/node.ts +1 -1
  1001. package/front_end/third_party/puppeteer/package/src/puppeteer-core.ts +4 -4
  1002. package/front_end/third_party/puppeteer/package/src/revisions.ts +3 -3
  1003. package/front_end/third_party/puppeteer/package/src/util/AsyncIterableUtil.ts +3 -3
  1004. package/front_end/third_party/puppeteer/package/src/util/Deferred.ts +3 -2
  1005. package/front_end/third_party/puppeteer/package/src/util/ErrorLike.ts +1 -1
  1006. package/front_end/third_party/puppeteer/package/src/util/Function.ts +4 -4
  1007. package/front_end/third_party/puppeteer/package/src/util/Mutex.ts +1 -1
  1008. package/front_end/third_party/puppeteer/package/src/util/assert.ts +1 -1
  1009. package/front_end/third_party/puppeteer/package/src/util/decorators.ts +8 -9
  1010. package/front_end/third_party/puppeteer/package/src/util/encoding.ts +1 -1
  1011. package/front_end/third_party/puppeteer/package/src/util/util.ts +1 -0
  1012. package/front_end/third_party/web-vitals/README.chromium +3 -3
  1013. package/front_end/third_party/web-vitals/package/README.md +36 -23
  1014. package/front_end/third_party/web-vitals/package/dist/modules/attribution/onINP.d.ts +2 -1
  1015. package/front_end/third_party/web-vitals/package/dist/modules/attribution/onINP.js +11 -13
  1016. package/front_end/third_party/web-vitals/package/dist/modules/lib/bindReporter.d.ts +2 -22
  1017. package/front_end/third_party/web-vitals/package/dist/modules/lib/initMetric.d.ts +3 -2
  1018. package/front_end/third_party/web-vitals/package/dist/modules/lib/interactions.js +1 -1
  1019. package/front_end/third_party/web-vitals/package/dist/modules/onLCP.js +4 -1
  1020. package/front_end/third_party/web-vitals/package/dist/web-vitals.attribution.iife.js +1 -1
  1021. package/front_end/third_party/web-vitals/package/dist/web-vitals.attribution.js +1 -1
  1022. package/front_end/third_party/web-vitals/package/dist/web-vitals.attribution.umd.cjs +1 -1
  1023. package/front_end/third_party/web-vitals/package/dist/web-vitals.iife.js +1 -1
  1024. package/front_end/third_party/web-vitals/package/dist/web-vitals.js +1 -1
  1025. package/front_end/third_party/web-vitals/package/dist/web-vitals.umd.cjs +1 -1
  1026. package/front_end/third_party/web-vitals/package/package.json +1 -1
  1027. package/front_end/third_party/web-vitals/package/src/attribution/onINP.ts +11 -14
  1028. package/front_end/third_party/web-vitals/package/src/lib/interactions.ts +1 -1
  1029. package/front_end/third_party/web-vitals/package/src/onLCP.ts +4 -1
  1030. package/front_end/third_party/web-vitals/rebuild.sh +14 -0
  1031. package/front_end/third_party/web-vitals/web-vitals.ts +2 -0
  1032. package/front_end/ui/components/adorners/Adorner.ts +0 -1
  1033. package/front_end/ui/components/buttons/Button.ts +0 -1
  1034. package/front_end/ui/components/buttons/button.css +1 -0
  1035. package/front_end/ui/components/cards/Card.test.ts +31 -5
  1036. package/front_end/ui/components/cards/Card.ts +22 -3
  1037. package/front_end/ui/components/cards/card.css +25 -7
  1038. package/front_end/ui/components/chrome_link/ChromeLink.ts +0 -1
  1039. package/front_end/ui/components/data_grid/DataGrid.ts +0 -1
  1040. package/front_end/ui/components/data_grid/DataGridController.ts +2 -3
  1041. package/front_end/ui/components/data_grid/DataGridControllerIntegrator.ts +1 -2
  1042. package/front_end/ui/components/dialogs/Dialog.ts +0 -1
  1043. package/front_end/ui/components/dialogs/IconDialog.ts +9 -11
  1044. package/front_end/ui/components/dialogs/ShortcutDialog.ts +3 -4
  1045. package/front_end/ui/components/diff_view/DiffView.ts +0 -1
  1046. package/front_end/ui/components/docs/building-ui-documentation/ComponentPerformance.md +1 -4
  1047. package/front_end/ui/components/docs/building-ui-documentation/CreatingComponents.md +14 -44
  1048. package/front_end/ui/components/docs/freestyler/basic.ts +2 -3
  1049. package/front_end/ui/components/docs/freestyler/empty_state.ts +2 -2
  1050. package/front_end/ui/components/docs/icon_dialog/basic.ts +4 -4
  1051. package/front_end/ui/components/docs/performance_panel/basic.ts +4 -1
  1052. package/front_end/ui/components/docs/report/basic.ts +3 -3
  1053. package/front_end/ui/components/expandable_list/ExpandableList.ts +0 -1
  1054. package/front_end/ui/components/floating_button/FloatingButton.ts +0 -1
  1055. package/front_end/ui/components/icon_button/FileSourceIcon.test.ts +32 -0
  1056. package/front_end/ui/components/icon_button/FileSourceIcon.ts +76 -0
  1057. package/front_end/ui/components/icon_button/Icon.ts +0 -3
  1058. package/front_end/ui/components/icon_button/IconButton.ts +0 -1
  1059. package/front_end/ui/components/icon_button/fileSourceIcon.css +43 -0
  1060. package/front_end/ui/components/icon_button/icon_button.ts +2 -0
  1061. package/front_end/ui/components/issue_counter/IssueCounter.ts +1 -3
  1062. package/front_end/ui/components/issue_counter/IssueLinkIcon.ts +0 -1
  1063. package/front_end/ui/components/legacy_wrapper/LegacyWrapper.ts +1 -1
  1064. package/front_end/ui/components/linkifier/LinkifierImpl.ts +4 -2
  1065. package/front_end/ui/components/markdown_view/CodeBlock.ts +0 -1
  1066. package/front_end/ui/components/markdown_view/MarkdownImage.ts +0 -1
  1067. package/front_end/ui/components/markdown_view/MarkdownLink.ts +0 -1
  1068. package/front_end/ui/components/markdown_view/MarkdownView.ts +10 -7
  1069. package/front_end/ui/components/menus/Menu.ts +0 -3
  1070. package/front_end/ui/components/menus/SelectMenu.ts +0 -2
  1071. package/front_end/ui/components/menus/selectMenu.css +8 -5
  1072. package/front_end/ui/components/menus/selectMenuButton.css +29 -17
  1073. package/front_end/ui/components/node_text/NodeText.ts +0 -1
  1074. package/front_end/ui/components/panel_feedback/FeedbackButton.ts +0 -1
  1075. package/front_end/ui/components/panel_feedback/PanelFeedback.ts +1 -3
  1076. package/front_end/ui/components/panel_feedback/PreviewToggle.ts +1 -3
  1077. package/front_end/ui/components/panel_introduction_steps/PanelIntroductionSteps.ts +0 -1
  1078. package/front_end/ui/components/report_view/ReportView.ts +1 -7
  1079. package/front_end/ui/components/request_link_icon/RequestLinkIcon.ts +0 -1
  1080. package/front_end/ui/components/settings/SettingCheckbox.ts +28 -10
  1081. package/front_end/ui/components/settings/SettingDeprecationWarning.ts +2 -4
  1082. package/front_end/ui/components/settings/settingCheckbox.css +1 -0
  1083. package/front_end/ui/components/spinners/Spinner.ts +0 -1
  1084. package/front_end/ui/components/spinners/spinner.css +1 -0
  1085. package/front_end/ui/components/split_view/SplitView.ts +0 -1
  1086. package/front_end/ui/components/srgb_overlay/SrgbOverlay.ts +0 -1
  1087. package/front_end/ui/components/survey_link/SurveyLink.ts +1 -3
  1088. package/front_end/ui/components/switch/SwitchImpl.ts +0 -1
  1089. package/front_end/ui/components/text_editor/TextEditor.ts +0 -2
  1090. package/front_end/ui/components/text_prompt/TextPrompt.ts +0 -1
  1091. package/front_end/ui/components/tree_outline/TreeOutline.ts +0 -1
  1092. package/front_end/ui/components/two_states_counter/TwoStatesCounter.ts +0 -1
  1093. package/front_end/ui/legacy/ContextMenu.ts +46 -7
  1094. package/front_end/ui/legacy/FilterBar.test.ts +52 -0
  1095. package/front_end/ui/legacy/FilterBar.ts +46 -1
  1096. package/front_end/ui/legacy/KeyboardShortcut.ts +35 -21
  1097. package/front_end/ui/legacy/Panel.ts +2 -2
  1098. package/front_end/ui/legacy/ShortcutRegistry.ts +10 -7
  1099. package/front_end/ui/legacy/SoftContextMenu.ts +3 -0
  1100. package/front_end/ui/legacy/ThrottledWidget.ts +2 -2
  1101. package/front_end/ui/legacy/Toolbar.ts +1 -0
  1102. package/front_end/ui/legacy/Treeoutline.ts +7 -4
  1103. package/front_end/ui/legacy/UIUtils.ts +9 -0
  1104. package/front_end/ui/legacy/View.ts +2 -2
  1105. package/front_end/ui/legacy/ViewManager.ts +2 -1
  1106. package/front_end/ui/legacy/Widget.ts +4 -4
  1107. package/front_end/ui/legacy/components/data_grid/DataGrid.test.ts +51 -0
  1108. package/front_end/ui/legacy/components/data_grid/DataGrid.ts +92 -6
  1109. package/front_end/ui/legacy/components/data_grid/dataGrid.css +8 -1
  1110. package/front_end/ui/legacy/components/inline_editor/CSSAngle.ts +4 -7
  1111. package/front_end/ui/legacy/components/inline_editor/CSSAngleEditor.ts +0 -1
  1112. package/front_end/ui/legacy/components/inline_editor/CSSAngleSwatch.ts +0 -1
  1113. package/front_end/ui/legacy/components/inline_editor/CSSLength.ts +0 -1
  1114. package/front_end/ui/legacy/components/inline_editor/ColorMixSwatch.ts +0 -1
  1115. package/front_end/ui/legacy/components/inline_editor/ColorSwatch.ts +0 -1
  1116. package/front_end/ui/legacy/components/inline_editor/LinkSwatch.ts +0 -3
  1117. package/front_end/ui/legacy/components/inline_editor/Swatches.ts +1 -2
  1118. package/front_end/ui/legacy/components/object_ui/ObjectPropertiesSection.ts +2 -2
  1119. package/front_end/ui/legacy/components/perf_ui/CanvasHelper.ts +1 -83
  1120. package/front_end/ui/legacy/components/perf_ui/ChartViewport.ts +3 -2
  1121. package/front_end/ui/legacy/components/perf_ui/FlameChart.ts +162 -57
  1122. package/front_end/ui/legacy/components/perf_ui/PieChart.ts +0 -1
  1123. package/front_end/ui/legacy/components/perf_ui/TimelineOverviewPane.ts +3 -3
  1124. package/front_end/ui/legacy/components/source_frame/BinaryResourceViewFactory.test.ts +5 -9
  1125. package/front_end/ui/legacy/components/source_frame/BinaryResourceViewFactory.ts +9 -60
  1126. package/front_end/ui/legacy/components/source_frame/SourceFrame.test.ts +18 -0
  1127. package/front_end/ui/legacy/components/source_frame/SourceFrame.ts +20 -3
  1128. package/front_end/{panels/network/RequestBinaryResponseView.test.ts → ui/legacy/components/source_frame/StreamingContentHexView.test.ts} +12 -12
  1129. package/front_end/ui/legacy/components/source_frame/StreamingContentHexView.ts +122 -0
  1130. package/front_end/ui/legacy/components/source_frame/source_frame.ts +2 -0
  1131. package/front_end/ui/legacy/designTokens.css +46 -40
  1132. package/front_end/ui/legacy/filter.css +23 -8
  1133. package/front_end/ui/legacy/inspectorCommon.css +31 -29
  1134. package/front_end/ui/legacy/searchableView.css +4 -3
  1135. package/front_end/ui/legacy/softDropDownButton.css +10 -6
  1136. package/front_end/ui/legacy/tabbedPane.css +1 -1
  1137. package/front_end/ui/legacy/toolbar.css +38 -18
  1138. package/front_end/ui/visual_logging/KnownContextValues.ts +67 -1
  1139. package/front_end/ui/visual_logging/LoggingDriver.test.ts +53 -6
  1140. package/front_end/ui/visual_logging/LoggingDriver.ts +8 -5
  1141. package/front_end/ui/visual_logging/LoggingEvents.test.ts +5 -1
  1142. package/front_end/ui/visual_logging/LoggingEvents.ts +1 -1
  1143. package/front_end/ui/visual_logging/LoggingState.ts +1 -1
  1144. package/package.json +5 -6
  1145. package/scripts/build/esbuild.js +3 -1
  1146. package/scripts/devtools_paths.js +11 -1
  1147. package/scripts/eslint_rules/lib/check_test_definitions.js +1 -1
  1148. package/scripts/eslint_rules/tests/check_test_definitions_test.js +10 -0
  1149. package/tsconfig.json +11 -1
  1150. package/docs/add_uma_metrics.md +0 -41
  1151. package/docs/uma_metrics.md +0 -23
  1152. package/front_end/panels/animation/AnimationDOMNode.ts +0 -268
  1153. package/front_end/panels/freestyler/components/ProvideFeedback.test.ts +0 -29
  1154. package/front_end/panels/freestyler/components/provideFeedback.css +0 -60
  1155. package/front_end/panels/network/RequestBinaryResponseView.ts +0 -67
  1156. package/scripts/eslint_rules/lib/lit_html_data_as_type.js +0 -83
  1157. package/scripts/eslint_rules/tests/lit_html_data_as_type_test.js +0 -81
@@ -31,7 +31,7 @@ import { Session } from 'chromium-bidi/lib/cjs/protocol/protocol.js';
31
31
  */
32
32
  export declare class Accessibility {
33
33
  #private;
34
- /* Excluded from this release type: __constructor */
34
+
35
35
  /**
36
36
  * Captures the current state of the accessibility tree.
37
37
  * The returned object represents the root accessible node of the page.
@@ -76,8 +76,6 @@ export declare class Accessibility {
76
76
  private collectInterestingNodes;
77
77
  }
78
78
 
79
- /* Excluded from this release type: Action */
80
-
81
79
  /**
82
80
  * @public
83
81
  */
@@ -93,18 +91,6 @@ export declare interface ActionOptions {
93
91
  */
94
92
  export declare type ActionResult = 'continue' | 'abort' | 'respond';
95
93
 
96
- /* Excluded from this release type: addPageBinding */
97
-
98
- /* Excluded from this release type: ARIAQueryHandler */
99
-
100
- /* Excluded from this release type: assert */
101
-
102
- /* Excluded from this release type: AsyncDisposableStack */
103
-
104
- /* Excluded from this release type: asyncDisposeSymbol */
105
-
106
- /* Excluded from this release type: AsyncIterableUtil */
107
-
108
94
  /**
109
95
  * @public
110
96
  */
@@ -128,8 +114,6 @@ export declare type Awaitable<T> = T | PromiseLike<T>;
128
114
  */
129
115
  export declare type AwaitableIterable<T> = Iterable<T> | AsyncIterable<T>;
130
116
 
131
- /* Excluded from this release type: AwaitableIterator */
132
-
133
117
  /**
134
118
  * @public
135
119
  */
@@ -140,12 +124,6 @@ export declare type AwaitablePredicate<T> = (value: T) => Awaitable<boolean>;
140
124
  */
141
125
  export declare type AwaitedLocator<T> = T extends Locator<infer S> ? S : never;
142
126
 
143
- /* Excluded from this release type: Binding */
144
-
145
- /* Excluded from this release type: BindingPayload */
146
-
147
- /* Excluded from this release type: bindIsolatedHandle */
148
-
149
127
  /**
150
128
  * @public
151
129
  */
@@ -212,7 +190,7 @@ export declare interface BoxModel {
212
190
  * @public
213
191
  */
214
192
  export declare abstract class Browser extends EventEmitter<BrowserEvents> {
215
- /* Excluded from this release type: __constructor */
193
+
216
194
  /**
217
195
  * Gets the associated
218
196
  * {@link https://nodejs.org/api/child_process.html#class-childprocess | ChildProcess}.
@@ -299,7 +277,7 @@ export declare abstract class Browser extends EventEmitter<BrowserEvents> {
299
277
  * ```ts
300
278
  * await page.evaluate(() => window.open('https://www.example.com/'));
301
279
  * const newWindowTarget = await browser.waitForTarget(
302
- * target => target.url() === 'https://www.example.com/'
280
+ * target => target.url() === 'https://www.example.com/',
303
281
  * );
304
282
  * ```
305
283
  */
@@ -355,9 +333,9 @@ export declare abstract class Browser extends EventEmitter<BrowserEvents> {
355
333
  * Whether Puppeteer is connected to this {@link Browser | browser}.
356
334
  */
357
335
  abstract get connected(): boolean;
358
- /* Excluded from this release type: [disposeSymbol] */
359
- /* Excluded from this release type: [asyncDisposeSymbol] */
360
- /* Excluded from this release type: protocol */
336
+
337
+
338
+
361
339
  /**
362
340
  * Get debug information from Puppeteer.
363
341
  *
@@ -371,8 +349,6 @@ export declare abstract class Browser extends EventEmitter<BrowserEvents> {
371
349
  abstract get debugInfo(): DebugInfo;
372
350
  }
373
351
 
374
- /* Excluded from this release type: BrowserCloseCallback */
375
-
376
352
  /**
377
353
  * Generic browser options that can be passed when launching any browser or when
378
354
  * connecting to an existing browser instance.
@@ -399,7 +375,7 @@ export declare interface BrowserConnectOptions {
399
375
  * Callback to decide if Puppeteer should connect to a given target or not.
400
376
  */
401
377
  targetFilter?: TargetFilterCallback;
402
- /* Excluded from this release type: _isPageTarget */
378
+
403
379
  /**
404
380
  * @defaultValue Determined at run time:
405
381
  *
@@ -460,14 +436,14 @@ export declare interface BrowserConnectOptions {
460
436
  */
461
437
  export declare abstract class BrowserContext extends EventEmitter<BrowserContextEvents> {
462
438
  #private;
463
- /* Excluded from this release type: __constructor */
439
+
464
440
  /**
465
441
  * Gets all active {@link Target | targets} inside this
466
442
  * {@link BrowserContext | browser context}.
467
443
  */
468
444
  abstract targets(): Target[];
469
- /* Excluded from this release type: startScreenshot */
470
- /* Excluded from this release type: waitForScreenshotOperations */
445
+
446
+
471
447
  /**
472
448
  * Waits until a {@link Target | target} matching the given `predicate`
473
449
  * appears and returns it.
@@ -479,7 +455,7 @@ export declare abstract class BrowserContext extends EventEmitter<BrowserContext
479
455
  * ```ts
480
456
  * await page.evaluate(() => window.open('https://www.example.com/'));
481
457
  * const newWindowTarget = await browserContext.waitForTarget(
482
- * target => target.url() === 'https://www.example.com/'
458
+ * target => target.url() === 'https://www.example.com/',
483
459
  * );
484
460
  * ```
485
461
  */
@@ -554,8 +530,8 @@ export declare abstract class BrowserContext extends EventEmitter<BrowserContext
554
530
  * Identifier for this {@link BrowserContext | browser context}.
555
531
  */
556
532
  get id(): string | undefined;
557
- /* Excluded from this release type: [disposeSymbol] */
558
- /* Excluded from this release type: [asyncDisposeSymbol] */
533
+
534
+
559
535
  }
560
536
 
561
537
  /**
@@ -648,7 +624,7 @@ export declare const enum BrowserEvent {
648
624
  * contexts.
649
625
  */
650
626
  TargetDestroyed = "targetdestroyed",
651
- /* Excluded from this release type: TargetDiscovered */
627
+
652
628
  }
653
629
 
654
630
  /**
@@ -659,7 +635,7 @@ export declare interface BrowserEvents extends Record<EventType, unknown> {
659
635
  [BrowserEvent.TargetCreated]: Target;
660
636
  [BrowserEvent.TargetDestroyed]: Target;
661
637
  [BrowserEvent.TargetChanged]: Target;
662
- /* Excluded from this release type: targetdiscovered */
638
+
663
639
  }
664
640
 
665
641
  /**
@@ -713,41 +689,23 @@ export declare interface BrowserLaunchArgumentOptions {
713
689
  */
714
690
  export declare abstract class BrowserLauncher {
715
691
  #private;
716
- /* Excluded from this release type: puppeteer */
717
- /* Excluded from this release type: __constructor */
692
+
693
+
718
694
  get browser(): SupportedBrowser;
719
695
  launch(options?: PuppeteerNodeLaunchOptions): Promise<Browser>;
720
696
  abstract executablePath(channel?: ChromeReleaseChannel): string;
721
697
  abstract defaultArgs(object: BrowserLaunchArgumentOptions): string[];
722
- /* Excluded from this release type: computeLaunchArguments */
723
- /* Excluded from this release type: cleanUserDataDir */
724
- /* Excluded from this release type: closeBrowser */
725
- /* Excluded from this release type: waitForPageTarget */
726
- /* Excluded from this release type: createCdpSocketConnection */
727
- /* Excluded from this release type: createCdpPipeConnection */
728
- /* Excluded from this release type: createBiDiOverCdpBrowser */
729
- /* Excluded from this release type: createBiDiBrowser */
730
- /* Excluded from this release type: getProfilePath */
731
- /* Excluded from this release type: resolveExecutablePath */
732
- }
733
698
 
734
- /* Excluded from this release type: BrowserWebSocketTransport */
735
699
 
736
- /* Excluded from this release type: Callback */
737
700
 
738
- /* Excluded from this release type: CallbackRegistry */
739
701
 
740
- /* Excluded from this release type: CDP_BINDING_PREFIX */
741
702
 
742
- /* Excluded from this release type: CdpBrowser */
743
703
 
744
- /* Excluded from this release type: CdpBrowserContext */
745
704
 
746
- /* Excluded from this release type: CdpCDPSession */
747
705
 
748
- /* Excluded from this release type: CdpDialog */
749
706
 
750
- /* Excluded from this release type: CdpElementHandle */
707
+
708
+ }
751
709
 
752
710
  /**
753
711
  * @public
@@ -756,22 +714,6 @@ export declare type CDPEvents = {
756
714
  [Property in keyof ProtocolMapping.Events]: ProtocolMapping.Events[Property][0];
757
715
  };
758
716
 
759
- /* Excluded from this release type: CdpFrame */
760
-
761
- /* Excluded from this release type: CdpHTTPRequest */
762
-
763
- /* Excluded from this release type: CdpHTTPResponse */
764
-
765
- /* Excluded from this release type: CdpJSHandle */
766
-
767
- /* Excluded from this release type: CdpKeyboard */
768
-
769
- /* Excluded from this release type: CdpMouse */
770
-
771
- /* Excluded from this release type: CdpPage */
772
-
773
- /* Excluded from this release type: CdpPreloadScript */
774
-
775
717
  /**
776
718
  * The `CDPSession` instances are used to talk raw Chrome Devtools Protocol.
777
719
  *
@@ -789,7 +731,7 @@ export declare type CDPEvents = {
789
731
  * const client = await page.createCDPSession();
790
732
  * await client.send('Animation.enable');
791
733
  * client.on('Animation.animationCreated', () =>
792
- * console.log('Animation created!')
734
+ * console.log('Animation created!'),
793
735
  * );
794
736
  * const response = await client.send('Animation.getPlaybackRate');
795
737
  * console.log('playback rate is ' + response.playbackRate);
@@ -801,9 +743,9 @@ export declare type CDPEvents = {
801
743
  * @public
802
744
  */
803
745
  export declare abstract class CDPSession extends EventEmitter<CDPSessionEvents> {
804
- /* Excluded from this release type: __constructor */
746
+
805
747
  abstract connection(): Connection | undefined;
806
- /* Excluded from this release type: parentSession */
748
+
807
749
  abstract send<T extends keyof ProtocolMapping.Commands>(method: T, params?: ProtocolMapping.Commands[T]['paramsType'][0], options?: CommandOptions): Promise<ProtocolMapping.Commands[T]['returnType']>;
808
750
  /**
809
751
  * Detaches the cdpSession from the target. Once detached, the cdpSession object
@@ -822,9 +764,9 @@ export declare abstract class CDPSession extends EventEmitter<CDPSessionEvents>
822
764
  * @public
823
765
  */
824
766
  export declare namespace CDPSessionEvent {
825
- /* Excluded from this release type: Disconnected */
826
- /* Excluded from this release type: Swapped */
827
- /* Excluded from this release type: Ready */
767
+
768
+
769
+
828
770
  const SessionAttached: "sessionattached";
829
771
  const SessionDetached: "sessiondetached";
830
772
  }
@@ -833,18 +775,12 @@ export declare namespace CDPSessionEvent {
833
775
  * @public
834
776
  */
835
777
  export declare interface CDPSessionEvents extends CDPEvents, Record<EventType, unknown> {
836
- /* Excluded from this release type: [CDPSessionEvent.Disconnected] */
837
- /* Excluded from this release type: [CDPSessionEvent.Swapped] */
838
- /* Excluded from this release type: [CDPSessionEvent.Ready] */
839
- [CDPSessionEvent.SessionAttached]: CDPSession;
840
- [CDPSessionEvent.SessionDetached]: CDPSession;
841
- }
842
778
 
843
- /* Excluded from this release type: CdpTarget */
844
779
 
845
- /* Excluded from this release type: CdpTouchscreen */
846
780
 
847
- /* Excluded from this release type: CdpWebWorker */
781
+ [CDPSessionEvent.SessionAttached]: CDPSession;
782
+ [CDPSessionEvent.SessionDetached]: CDPSession;
783
+ }
848
784
 
849
785
  /**
850
786
  * @public
@@ -886,8 +822,6 @@ export declare interface ChromeHeadlessShellSettings {
886
822
  version?: string;
887
823
  }
888
824
 
889
- /* Excluded from this release type: ChromeLauncher */
890
-
891
825
  /**
892
826
  * @public
893
827
  */
@@ -933,8 +867,6 @@ export declare interface ChromeSettings {
933
867
  version?: string;
934
868
  }
935
869
 
936
- /* Excluded from this release type: ChromeTargetManager */
937
-
938
870
  /**
939
871
  * @public
940
872
  */
@@ -945,8 +877,6 @@ export declare interface ClickOptions extends MouseClickOptions {
945
877
  offset?: Offset;
946
878
  }
947
879
 
948
- /* Excluded from this release type: ClientProvider */
949
-
950
880
  /**
951
881
  * @public
952
882
  */
@@ -966,14 +896,6 @@ export declare interface CommonEventEmitter<Events extends Record<EventType, unk
966
896
  removeAllListeners(event?: keyof Events): this;
967
897
  }
968
898
 
969
- /* Excluded from this release type: CommonPuppeteerSettings */
970
-
971
- /* Excluded from this release type: ComplexPSelector */
972
-
973
- /* Excluded from this release type: ComplexPSelectorList */
974
-
975
- /* Excluded from this release type: CompoundPSelector */
976
-
977
899
  /**
978
900
  * Defines options to configure Puppeteer's behavior during installation and
979
901
  * runtime.
@@ -1047,7 +969,7 @@ export declare const
1047
969
  /**
1048
970
  * @public
1049
971
  */
1050
- connect: (options: ConnectOptions) => Promise<Browser>;
972
+ connect: (options: Puppeteer_2.ConnectOptions) => Promise<Puppeteer_2.Browser>;
1051
973
 
1052
974
  /**
1053
975
  * @public
@@ -1056,10 +978,10 @@ export declare class Connection extends EventEmitter<CDPSessionEvents> {
1056
978
  #private;
1057
979
  constructor(url: string, transport: ConnectionTransport, delay?: number, timeout?: number);
1058
980
  static fromSession(session: CDPSession): Connection | undefined;
1059
- /* Excluded from this release type: delay */
981
+
1060
982
  get timeout(): number;
1061
- /* Excluded from this release type: _closed */
1062
- /* Excluded from this release type: _sessions */
983
+
984
+
1063
985
  /**
1064
986
  * @param sessionId - The session id
1065
987
  * @returns The current CDP session if it exists
@@ -1067,18 +989,18 @@ export declare class Connection extends EventEmitter<CDPSessionEvents> {
1067
989
  session(sessionId: string): CDPSession | null;
1068
990
  url(): string;
1069
991
  send<T extends keyof ProtocolMapping.Commands>(method: T, params?: ProtocolMapping.Commands[T]['paramsType'][0], options?: CommandOptions): Promise<ProtocolMapping.Commands[T]['returnType']>;
1070
- /* Excluded from this release type: _rawSend */
1071
- /* Excluded from this release type: closeBrowser */
1072
- /* Excluded from this release type: onMessage */
992
+
993
+
994
+
1073
995
  dispose(): void;
1074
- /* Excluded from this release type: isAutoAttached */
1075
- /* Excluded from this release type: _createSession */
996
+
997
+
1076
998
  /**
1077
999
  * @param targetInfo - The target info
1078
1000
  * @returns The CDP session that is created
1079
1001
  */
1080
1002
  createSession(targetInfo: Protocol.Target.TargetInfo): Promise<CDPSession>;
1081
- /* Excluded from this release type: getPendingProtocolErrors */
1003
+
1082
1004
  }
1083
1005
 
1084
1006
  /**
@@ -1118,17 +1040,13 @@ export declare interface ConnectOptions extends BrowserConnectOptions {
1118
1040
  capabilities?: SupportedWebDriverCapabilities;
1119
1041
  }
1120
1042
 
1121
- /* Excluded from this release type: _connectToCdpBrowser */
1122
-
1123
- /* Excluded from this release type: ConsoleAPICalledCallback */
1124
-
1125
1043
  /**
1126
1044
  * ConsoleMessage objects are dispatched by page via the 'console' event.
1127
1045
  * @public
1128
1046
  */
1129
1047
  export declare class ConsoleMessage {
1130
1048
  #private;
1131
- /* Excluded from this release type: __constructor */
1049
+
1132
1050
  /**
1133
1051
  * The type of the console message.
1134
1052
  */
@@ -1393,8 +1311,8 @@ export declare type CookieSourceScheme = 'Unset' | 'NonSecure' | 'Secure';
1393
1311
  */
1394
1312
  export declare class Coverage {
1395
1313
  #private;
1396
- /* Excluded from this release type: __constructor */
1397
- /* Excluded from this release type: updateClient */
1314
+
1315
+
1398
1316
  /**
1399
1317
  * @param options - Set of configurable options for coverage defaults to
1400
1318
  * `resetOnNavigation : true, reportAnonymousScripts : false,`
@@ -1457,14 +1375,6 @@ export declare interface CoverageEntry {
1457
1375
  }>;
1458
1376
  }
1459
1377
 
1460
- /* Excluded from this release type: createClientError */
1461
-
1462
- /* Excluded from this release type: createEvaluationError */
1463
-
1464
- /* Excluded from this release type: createIncrementalIdGenerator */
1465
-
1466
- /* Excluded from this release type: createProtocolErrorMessage */
1467
-
1468
1378
  /**
1469
1379
  * @public
1470
1380
  */
@@ -1479,7 +1389,7 @@ export declare interface Credentials {
1479
1389
  export declare class CSSCoverage {
1480
1390
  #private;
1481
1391
  constructor(client: CDPSession);
1482
- /* Excluded from this release type: updateClient */
1392
+
1483
1393
  start(options?: {
1484
1394
  resetOnNavigation?: boolean;
1485
1395
  }): Promise<void>;
@@ -1497,8 +1407,6 @@ export declare interface CSSCoverageOptions {
1497
1407
  resetOnNavigation?: boolean;
1498
1408
  }
1499
1409
 
1500
- /* Excluded from this release type: CSSSelector */
1501
-
1502
1410
  /**
1503
1411
  * @public
1504
1412
  */
@@ -1513,10 +1421,6 @@ export declare interface CustomQueryHandler {
1513
1421
  queryAll?: (node: Node, selector: string) => Iterable<Node>;
1514
1422
  }
1515
1423
 
1516
- /* Excluded from this release type: CustomQueryHandlerRegistry */
1517
-
1518
- /* Excluded from this release type: customQueryHandlers */
1519
-
1520
1424
  declare interface CustomQuerySelector {
1521
1425
  querySelector(root: Node, selector: string): Awaitable<Node | null>;
1522
1426
  querySelectorAll(root: Node, selector: string): AwaitableIterable<Node>;
@@ -1542,10 +1446,6 @@ declare namespace CustomQuerySelectors {
1542
1446
 
1543
1447
  declare const customQuerySelectors: CustomQuerySelectorRegistry;
1544
1448
 
1545
- /* Excluded from this release type: debug_2 */
1546
-
1547
- /* Excluded from this release type: debugError */
1548
-
1549
1449
  /**
1550
1450
  * @public
1551
1451
  * @experimental
@@ -1561,8 +1461,6 @@ export declare interface DebugInfo {
1561
1461
  */
1562
1462
  export declare const DEFAULT_INTERCEPT_RESOLUTION_PRIORITY = 0;
1563
1463
 
1564
- /* Excluded from this release type: DEFAULT_VIEWPORT */
1565
-
1566
1464
  /**
1567
1465
  * @public
1568
1466
  */
@@ -1573,13 +1471,7 @@ export declare const
1573
1471
  /**
1574
1472
  * @public
1575
1473
  */
1576
- defaultArgs: (options?: BrowserLaunchArgumentOptions) => string[];
1577
-
1578
- /* Excluded from this release type: Deferred */
1579
-
1580
- /* Excluded from this release type: DeferredOptions */
1581
-
1582
- /* Excluded from this release type: DelegatedLocator */
1474
+ defaultArgs: (options?: Puppeteer_2.BrowserLaunchArgumentOptions) => string[];
1583
1475
 
1584
1476
  /**
1585
1477
  * @public
@@ -1635,7 +1527,7 @@ export declare interface Device {
1635
1527
  * page.click('#connect-bluetooth'),
1636
1528
  * ]);
1637
1529
  * await devicePrompt.select(
1638
- * await devicePrompt.waitForDevice(({name}) => name.includes('My Device'))
1530
+ * await devicePrompt.waitForDevice(({name}) => name.includes('My Device')),
1639
1531
  * );
1640
1532
  * ```
1641
1533
  *
@@ -1647,7 +1539,7 @@ export declare class DeviceRequestPrompt {
1647
1539
  * Current list of selectable devices.
1648
1540
  */
1649
1541
  devices: DeviceRequestPromptDevice[];
1650
- /* Excluded from this release type: __constructor */
1542
+
1651
1543
  /**
1652
1544
  * Resolve to the first device in the prompt matching a filter.
1653
1545
  */
@@ -1676,12 +1568,8 @@ export declare class DeviceRequestPromptDevice {
1676
1568
  * Device name as it appears in a prompt.
1677
1569
  */
1678
1570
  name: string;
1679
- /* Excluded from this release type: __constructor */
1680
- }
1681
1571
 
1682
- /* Excluded from this release type: DeviceRequestPromptManager */
1683
-
1684
- /* Excluded from this release type: DevToolsTarget */
1572
+ }
1685
1573
 
1686
1574
  /**
1687
1575
  * Dialog instances are dispatched by the {@link Page} via the `dialog` event.
@@ -1709,8 +1597,8 @@ export declare class DeviceRequestPromptDevice {
1709
1597
  */
1710
1598
  export declare abstract class Dialog {
1711
1599
  #private;
1712
- /* Excluded from this release type: handled */
1713
- /* Excluded from this release type: __constructor */
1600
+
1601
+
1714
1602
  /**
1715
1603
  * The type of the dialog.
1716
1604
  */
@@ -1724,7 +1612,7 @@ export declare abstract class Dialog {
1724
1612
  * is not a `prompt`.
1725
1613
  */
1726
1614
  defaultValue(): string;
1727
- /* Excluded from this release type: handle */
1615
+
1728
1616
  /**
1729
1617
  * A promise that resolves when the dialog has been accepted.
1730
1618
  *
@@ -1739,12 +1627,6 @@ export declare abstract class Dialog {
1739
1627
  dismiss(): Promise<void>;
1740
1628
  }
1741
1629
 
1742
- /* Excluded from this release type: DisposableStack */
1743
-
1744
- /* Excluded from this release type: Disposed */
1745
-
1746
- /* Excluded from this release type: disposeSymbol */
1747
-
1748
1630
  /**
1749
1631
  * @public
1750
1632
  */
@@ -1785,21 +1667,21 @@ export declare type ElementFor<TagName extends keyof HTMLElementTagNameMap | key
1785
1667
  */
1786
1668
  export declare abstract class ElementHandle<ElementType extends Node = Element> extends JSHandle<ElementType> {
1787
1669
  #private;
1788
- /* Excluded from this release type: [_isElementHandle] */
1789
- /* Excluded from this release type: isolatedHandle */
1790
- /* Excluded from this release type: handle */
1791
- /* Excluded from this release type: __constructor */
1792
- /* Excluded from this release type: id */
1793
- /* Excluded from this release type: disposed */
1794
- /* Excluded from this release type: getProperty */
1795
- /* Excluded from this release type: getProperties */
1796
- /* Excluded from this release type: evaluate */
1797
- /* Excluded from this release type: evaluateHandle */
1798
- /* Excluded from this release type: jsonValue */
1799
- /* Excluded from this release type: toString */
1800
- /* Excluded from this release type: remoteObject */
1801
- /* Excluded from this release type: dispose */
1802
- /* Excluded from this release type: asElement */
1670
+
1671
+
1672
+
1673
+
1674
+
1675
+
1676
+
1677
+
1678
+
1679
+
1680
+
1681
+
1682
+
1683
+
1684
+
1803
1685
  /**
1804
1686
  * Frame corresponding to the current handle.
1805
1687
  */
@@ -1860,10 +1742,10 @@ export declare abstract class ElementHandle<ElementType extends Node = Element>
1860
1742
  * ```ts
1861
1743
  * const tweetHandle = await page.$('.tweet');
1862
1744
  * expect(await tweetHandle.$eval('.like', node => node.innerText)).toBe(
1863
- * '100'
1745
+ * '100',
1864
1746
  * );
1865
1747
  * expect(await tweetHandle.$eval('.retweets', node => node.innerText)).toBe(
1866
- * '10'
1748
+ * '10',
1867
1749
  * );
1868
1750
  * ```
1869
1751
  *
@@ -1911,7 +1793,7 @@ export declare abstract class ElementHandle<ElementType extends Node = Element>
1911
1793
  * ```ts
1912
1794
  * const feedHandle = await page.$('.feed');
1913
1795
  * expect(
1914
- * await feedHandle.$$eval('.tweet', nodes => nodes.map(n => n.innerText))
1796
+ * await feedHandle.$$eval('.tweet', nodes => nodes.map(n => n.innerText)),
1915
1797
  * ).toEqual(['Hello!', 'Hi!']);
1916
1798
  * ```
1917
1799
  *
@@ -2009,7 +1891,7 @@ export declare abstract class ElementHandle<ElementType extends Node = Element>
2009
1891
  *
2010
1892
  * ```ts
2011
1893
  * const element: ElementHandle<Element> = await page.$(
2012
- * '.class-name-of-anchor'
1894
+ * '.class-name-of-anchor',
2013
1895
  * );
2014
1896
  * // DO NOT DISPOSE `element`, this will be always be the same handle.
2015
1897
  * const anchor: ElementHandle<HTMLAnchorElement> =
@@ -2101,7 +1983,7 @@ export declare abstract class ElementHandle<ElementType extends Node = Element>
2101
1983
  * absolute.
2102
1984
  */
2103
1985
  abstract uploadFile(this: ElementHandle<HTMLInputElement>, ...paths: string[]): Promise<void>;
2104
- /* Excluded from this release type: queryAXTree */
1986
+
2105
1987
  /**
2106
1988
  * This method scrolls element into view if needed, and then uses
2107
1989
  * {@link Touchscreen.tap} to tap in the center of the element.
@@ -2182,8 +2064,8 @@ export declare abstract class ElementHandle<ElementType extends Node = Element>
2182
2064
  encoding: 'base64';
2183
2065
  }): Promise<string>;
2184
2066
  screenshot(options?: Readonly<ScreenshotOptions>): Promise<Uint8Array>;
2185
- /* Excluded from this release type: assertConnectedElement */
2186
- /* Excluded from this release type: scrollIntoViewIfNeeded */
2067
+
2068
+
2187
2069
  /**
2188
2070
  * Resolves to true if the element is visible in the current viewport. If an
2189
2071
  * element is an SVG, we check if the svg owner element is in the viewport
@@ -2238,19 +2120,11 @@ export declare interface ElementScreenshotOptions extends ScreenshotOptions {
2238
2120
  scrollIntoView?: boolean;
2239
2121
  }
2240
2122
 
2241
- /* Excluded from this release type: EmulatedState */
2242
-
2243
- /* Excluded from this release type: EmulationManager */
2244
-
2245
- /* Excluded from this release type: Environment */
2246
-
2247
2123
  /**
2248
2124
  * @public
2249
2125
  */
2250
2126
  export declare type ErrorCode = 'aborted' | 'accessdenied' | 'addressunreachable' | 'blockedbyclient' | 'blockedbyresponse' | 'connectionaborted' | 'connectionclosed' | 'connectionfailed' | 'connectionrefused' | 'connectionreset' | 'internetdisconnected' | 'namenotresolved' | 'timedout' | 'failed';
2251
2127
 
2252
- /* Excluded from this release type: ErrorLike */
2253
-
2254
2128
  /**
2255
2129
  * @public
2256
2130
  */
@@ -2261,8 +2135,6 @@ export declare type EvaluateFunc<T extends unknown[]> = (...params: InnerParams<
2261
2135
  */
2262
2136
  export declare type EvaluateFuncWith<V, T extends unknown[]> = (...params: [V, ...InnerParams<T>]) => Awaitable<unknown>;
2263
2137
 
2264
- /* Excluded from this release type: evaluationString */
2265
-
2266
2138
  /**
2267
2139
  * The EventEmitter class that many Puppeteer classes extend.
2268
2140
  *
@@ -2277,7 +2149,7 @@ export declare type EvaluateFuncWith<V, T extends unknown[]> = (...params: [V, .
2277
2149
  */
2278
2150
  export declare class EventEmitter<Events extends Record<EventType, unknown>> implements CommonEventEmitter<EventsWithWildcard<Events>> {
2279
2151
  #private;
2280
- /* Excluded from this release type: __constructor */
2152
+
2281
2153
  /**
2282
2154
  * Bind an event listener to fire when an event occurs.
2283
2155
  * @param type - the event type you'd like to listen to. Can be a string or symbol.
@@ -2322,7 +2194,7 @@ export declare class EventEmitter<Events extends Record<EventType, unknown>> imp
2322
2194
  * @returns `this` to enable you to chain method calls.
2323
2195
  */
2324
2196
  removeAllListeners(type?: keyof EventsWithWildcard<Events>): this;
2325
- /* Excluded from this release type: [disposeSymbol] */
2197
+
2326
2198
  }
2327
2199
 
2328
2200
  /**
@@ -2337,8 +2209,6 @@ export declare type EventsWithWildcard<Events extends Record<EventType, unknown>
2337
2209
  */
2338
2210
  export declare type EventType = string | symbol;
2339
2211
 
2340
- /* Excluded from this release type: ExceptionThrownCallback */
2341
-
2342
2212
  /**
2343
2213
  * @public
2344
2214
  */
@@ -2349,9 +2219,7 @@ export declare const
2349
2219
  /**
2350
2220
  * @public
2351
2221
  */
2352
- executablePath: (channel?: ChromeReleaseChannel | undefined) => string;
2353
-
2354
- /* Excluded from this release type: ExecutionContext */
2222
+ executablePath: (channel?: Puppeteer_2.ChromeReleaseChannel) => string;
2355
2223
 
2356
2224
  /**
2357
2225
  * Defines experiment options for Puppeteer.
@@ -2376,13 +2244,11 @@ export declare class ExtensionTransport implements ConnectionTransport {
2376
2244
  static connectTab(tabId: number): Promise<ExtensionTransport>;
2377
2245
  onmessage?: (message: string) => void;
2378
2246
  onclose?: () => void;
2379
- /* Excluded from this release type: __constructor */
2247
+
2380
2248
  send(message: string): void;
2381
2249
  close(): void;
2382
2250
  }
2383
2251
 
2384
- /* Excluded from this release type: FetchRequestId */
2385
-
2386
2252
  /**
2387
2253
  * File choosers let you react to the page requesting for a file.
2388
2254
  *
@@ -2407,7 +2273,7 @@ export declare class ExtensionTransport implements ConnectionTransport {
2407
2273
  */
2408
2274
  export declare class FileChooser {
2409
2275
  #private;
2410
- /* Excluded from this release type: __constructor */
2276
+
2411
2277
  /**
2412
2278
  * Whether file chooser allow for
2413
2279
  * {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#attr-multiple | multiple}
@@ -2430,12 +2296,6 @@ export declare class FileChooser {
2430
2296
  cancel(): Promise<void>;
2431
2297
  }
2432
2298
 
2433
- /* Excluded from this release type: filterAsync */
2434
-
2435
- /* Excluded from this release type: FilteredLocator */
2436
-
2437
- /* Excluded from this release type: FirefoxLauncher */
2438
-
2439
2299
  /**
2440
2300
  * @public
2441
2301
  */
@@ -2475,15 +2335,11 @@ export declare interface FirefoxSettings {
2475
2335
  version?: string;
2476
2336
  }
2477
2337
 
2478
- /* Excluded from this release type: FirefoxTargetManager */
2479
-
2480
2338
  /**
2481
2339
  * @public
2482
2340
  */
2483
2341
  export declare type FlattenHandle<T> = T extends HandleOr<infer U> ? U : never;
2484
2342
 
2485
- /* Excluded from this release type: FlattenLazyArg */
2486
-
2487
2343
  /**
2488
2344
  * Represents a DOM frame.
2489
2345
  *
@@ -2539,11 +2395,11 @@ export declare type FlattenHandle<T> = T extends HandleOr<infer U> ? U : never;
2539
2395
  */
2540
2396
  export declare abstract class Frame extends EventEmitter<FrameEvents> {
2541
2397
  #private;
2542
- /* Excluded from this release type: _id */
2543
- /* Excluded from this release type: _parentId */
2544
- /* Excluded from this release type: _name */
2545
- /* Excluded from this release type: _hasStartedLoading */
2546
- /* Excluded from this release type: __constructor */
2398
+
2399
+
2400
+
2401
+
2402
+
2547
2403
  /**
2548
2404
  * The page associated with the frame.
2549
2405
  */
@@ -2609,11 +2465,11 @@ export declare abstract class Frame extends EventEmitter<FrameEvents> {
2609
2465
  * @returns A promise which resolves to the main resource response.
2610
2466
  */
2611
2467
  abstract waitForNavigation(options?: WaitForOptions): Promise<HTTPResponse | null>;
2612
- /* Excluded from this release type: client */
2613
- /* Excluded from this release type: accessibility */
2614
- /* Excluded from this release type: mainRealm */
2615
- /* Excluded from this release type: isolatedRealm */
2616
- /* Excluded from this release type: clearDocumentHandle */
2468
+
2469
+
2470
+
2471
+
2472
+
2617
2473
  /**
2618
2474
  * @returns The frame element associated with this frame (if any).
2619
2475
  */
@@ -2834,7 +2690,7 @@ export declare abstract class Frame extends EventEmitter<FrameEvents> {
2834
2690
  * await frame.waitForFunction(
2835
2691
  * selector => !!document.querySelector(selector),
2836
2692
  * {}, // empty options object
2837
- * selector
2693
+ * selector,
2838
2694
  * );
2839
2695
  * ```
2840
2696
  *
@@ -2856,7 +2712,7 @@ export declare abstract class Frame extends EventEmitter<FrameEvents> {
2856
2712
  * what point to consider the content setting successful.
2857
2713
  */
2858
2714
  abstract setContent(html: string, options?: WaitForOptions): Promise<void>;
2859
- /* Excluded from this release type: setFrameContent */
2715
+
2860
2716
  /**
2861
2717
  * The frame's `name` attribute as specified in the tag.
2862
2718
  *
@@ -2897,7 +2753,7 @@ export declare abstract class Frame extends EventEmitter<FrameEvents> {
2897
2753
  * @deprecated Use the `detached` getter.
2898
2754
  */
2899
2755
  isDetached(): boolean;
2900
- /* Excluded from this release type: disposed */
2756
+
2901
2757
  /**
2902
2758
  * Adds a `<script>` tag into the page with the desired url or content.
2903
2759
  *
@@ -3006,7 +2862,7 @@ export declare abstract class Frame extends EventEmitter<FrameEvents> {
3006
2862
  * The frame's title.
3007
2863
  */
3008
2864
  title(): Promise<string>;
3009
- /* Excluded from this release type: waitForDevicePrompt */
2865
+
3010
2866
  }
3011
2867
 
3012
2868
  /**
@@ -3060,29 +2916,17 @@ export declare interface FrameAddStyleTagOptions {
3060
2916
  content?: string;
3061
2917
  }
3062
2918
 
3063
- /* Excluded from this release type: FrameEvent */
3064
-
3065
2919
  /**
3066
2920
  * @public
3067
2921
  */
3068
2922
  export declare interface FrameEvents extends Record<EventType, unknown> {
3069
- /* Excluded from this release type: [FrameEvent.FrameNavigated] */
3070
- /* Excluded from this release type: [FrameEvent.FrameSwapped] */
3071
- /* Excluded from this release type: [FrameEvent.LifecycleEvent] */
3072
- /* Excluded from this release type: [FrameEvent.FrameNavigatedWithinDocument] */
3073
- /* Excluded from this release type: [FrameEvent.FrameDetached] */
3074
- /* Excluded from this release type: [FrameEvent.FrameSwappedByActivation] */
3075
- }
3076
2923
 
3077
- /* Excluded from this release type: FrameManager */
3078
2924
 
3079
- /* Excluded from this release type: FrameManagerEvent */
3080
2925
 
3081
- /* Excluded from this release type: FrameManagerEvents */
3082
2926
 
3083
- /* Excluded from this release type: FrameProvider */
3084
2927
 
3085
- /* Excluded from this release type: FrameTree */
2928
+
2929
+ }
3086
2930
 
3087
2931
  /**
3088
2932
  * @public
@@ -3113,12 +2957,6 @@ export declare interface FrameWaitForFunctionOptions {
3113
2957
  signal?: AbortSignal;
3114
2958
  }
3115
2959
 
3116
- /* Excluded from this release type: fromAbortSignal */
3117
-
3118
- /* Excluded from this release type: fromEmitterEvent */
3119
-
3120
- /* Excluded from this release type: FunctionLocator */
3121
-
3122
2960
  /**
3123
2961
  * @public
3124
2962
  */
@@ -3137,22 +2975,6 @@ export declare interface GeolocationOptions {
3137
2975
  accuracy?: number;
3138
2976
  }
3139
2977
 
3140
- /* Excluded from this release type: getCapturedLogs */
3141
-
3142
- /* Excluded from this release type: getFeatures */
3143
-
3144
- /* Excluded from this release type: GetIdFn */
3145
-
3146
- /* Excluded from this release type: getQueryHandlerAndSelector */
3147
-
3148
- /* Excluded from this release type: getReadableAsTypedArray */
3149
-
3150
- /* Excluded from this release type: getReadableFromProtocolStream */
3151
-
3152
- /* Excluded from this release type: getSourcePuppeteerURLIfAvailable */
3153
-
3154
- /* Excluded from this release type: getSourceUrlComment */
3155
-
3156
2978
  /**
3157
2979
  * @public
3158
2980
  */
@@ -3169,29 +2991,21 @@ export declare interface GoToOptions extends WaitForOptions {
3169
2991
  referrerPolicy?: string;
3170
2992
  }
3171
2993
 
3172
- /* Excluded from this release type: handleError */
3173
-
3174
2994
  /**
3175
2995
  * @public
3176
2996
  */
3177
2997
  export declare type HandleFor<T> = T extends Node ? ElementHandle<T> : JSHandle<T>;
3178
2998
 
3179
- /* Excluded from this release type: HandleMapper */
3180
-
3181
2999
  /**
3182
3000
  * @public
3183
3001
  */
3184
3002
  export declare type HandleOr<T> = HandleFor<T> | JSHandle<T> | T;
3185
3003
 
3186
- /* Excluded from this release type: HandlePredicate */
3187
-
3188
3004
  /**
3189
3005
  * @public
3190
3006
  */
3191
3007
  export declare type Handler<T = unknown> = (event: T) => void;
3192
3008
 
3193
- /* Excluded from this release type: headersArray */
3194
-
3195
3009
  /**
3196
3010
  * Represents an HTTP request sent by a page.
3197
3011
  * @remarks
@@ -3225,20 +3039,20 @@ export declare type Handler<T = unknown> = (event: T) => void;
3225
3039
  */
3226
3040
  export declare abstract class HTTPRequest {
3227
3041
  #private;
3228
- /* Excluded from this release type: id */
3229
- /* Excluded from this release type: _interceptionId */
3230
- /* Excluded from this release type: _failureText */
3231
- /* Excluded from this release type: _response */
3232
- /* Excluded from this release type: _fromMemoryCache */
3233
- /* Excluded from this release type: _redirectChain */
3234
- /* Excluded from this release type: interception */
3042
+
3043
+
3044
+
3045
+
3046
+
3047
+
3048
+
3235
3049
  /**
3236
3050
  * Warning! Using this client can break Puppeteer. Use with caution.
3237
3051
  *
3238
3052
  * @experimental
3239
3053
  */
3240
3054
  abstract get client(): CDPSession;
3241
- /* Excluded from this release type: __constructor */
3055
+
3242
3056
  /**
3243
3057
  * The URL of the request
3244
3058
  */
@@ -3282,9 +3096,9 @@ export declare abstract class HTTPRequest {
3282
3096
  * is finalized.
3283
3097
  */
3284
3098
  enqueueInterceptAction(pendingHandler: () => void | PromiseLike<unknown>): void;
3285
- /* Excluded from this release type: _abort */
3286
- /* Excluded from this release type: _respond */
3287
- /* Excluded from this release type: _continue */
3099
+
3100
+
3101
+
3288
3102
  /**
3289
3103
  * Awaits pending interception handlers and then decides how to fulfill
3290
3104
  * the request interception.
@@ -3465,7 +3279,7 @@ export declare abstract class HTTPRequest {
3465
3279
  * throw an exception immediately.
3466
3280
  */
3467
3281
  abort(errorCode?: ErrorCode, priority?: number): Promise<void>;
3468
- /* Excluded from this release type: getResponse */
3282
+
3469
3283
  }
3470
3284
 
3471
3285
  /**
@@ -3475,7 +3289,7 @@ export declare abstract class HTTPRequest {
3475
3289
  * @public
3476
3290
  */
3477
3291
  export declare abstract class HTTPResponse {
3478
- /* Excluded from this release type: __constructor */
3292
+
3479
3293
  /**
3480
3294
  * The IP address and port number used to connect to the remote
3481
3295
  * server.
@@ -3560,12 +3374,6 @@ export declare abstract class HTTPResponse {
3560
3374
  abstract frame(): Frame | null;
3561
3375
  }
3562
3376
 
3563
- /* Excluded from this release type: importDebug */
3564
-
3565
- /* Excluded from this release type: InitializationStatus */
3566
-
3567
- /* Excluded from this release type: InnerLazyParams */
3568
-
3569
3377
  /**
3570
3378
  * @public
3571
3379
  */
@@ -3600,41 +3408,13 @@ export declare interface InternalNetworkConditions extends NetworkConditions {
3600
3408
  offline: boolean;
3601
3409
  }
3602
3410
 
3603
- /* Excluded from this release type: IntervalPoller */
3604
-
3605
- /* Excluded from this release type: isDate */
3606
-
3607
- /* Excluded from this release type: _isElementHandle */
3608
-
3609
- /* Excluded from this release type: isErrnoException */
3610
-
3611
- /* Excluded from this release type: isErrorLike */
3612
-
3613
- /* Excluded from this release type: isNumber */
3614
-
3615
- /* Excluded from this release type: IsolatedWorld */
3616
-
3617
- /* Excluded from this release type: IsolatedWorldChart */
3618
-
3619
- /* Excluded from this release type: IsolatedWorldEmitter */
3620
-
3621
- /* Excluded from this release type: IsPageTargetCallback */
3622
-
3623
- /* Excluded from this release type: isPlainObject */
3624
-
3625
- /* Excluded from this release type: isRegExp */
3626
-
3627
- /* Excluded from this release type: isString */
3628
-
3629
- /* Excluded from this release type: isTargetClosedError */
3630
-
3631
3411
  /**
3632
3412
  * @public
3633
3413
  */
3634
3414
  export declare class JSCoverage {
3635
3415
  #private;
3636
- /* Excluded from this release type: __constructor */
3637
- /* Excluded from this release type: updateClient */
3416
+
3417
+
3638
3418
  start(options?: {
3639
3419
  resetOnNavigation?: boolean;
3640
3420
  reportAnonymousScripts?: boolean;
@@ -3707,9 +3487,9 @@ export declare abstract class JSHandle<T = unknown> {
3707
3487
  * Used for nominally typing {@link JSHandle}.
3708
3488
  */
3709
3489
  _?: T;
3710
- /* Excluded from this release type: __constructor */
3711
- /* Excluded from this release type: realm */
3712
- /* Excluded from this release type: disposed */
3490
+
3491
+
3492
+
3713
3493
  /**
3714
3494
  * Evaluates the given function with the current handle as its first argument.
3715
3495
  */
@@ -3768,15 +3548,15 @@ export declare abstract class JSHandle<T = unknown> {
3768
3548
  * Useful during debugging.
3769
3549
  */
3770
3550
  abstract toString(): string;
3771
- /* Excluded from this release type: id */
3551
+
3772
3552
  /**
3773
3553
  * Provides access to the
3774
3554
  * {@link https://chromedevtools.github.io/devtools-protocol/tot/Runtime/#type-RemoteObject | Protocol.Runtime.RemoteObject}
3775
3555
  * backing this handle.
3776
3556
  */
3777
3557
  abstract remoteObject(): Protocol.Runtime.RemoteObject;
3778
- /* Excluded from this release type: [disposeSymbol] */
3779
- /* Excluded from this release type: [asyncDisposeSymbol] */
3558
+
3559
+
3780
3560
  }
3781
3561
 
3782
3562
  /**
@@ -3821,7 +3601,7 @@ export declare abstract class JSHandle<T = unknown> {
3821
3601
  * @public
3822
3602
  */
3823
3603
  export declare abstract class Keyboard {
3824
- /* Excluded from this release type: __constructor */
3604
+
3825
3605
  /**
3826
3606
  * Dispatches a `keydown` event.
3827
3607
  *
@@ -3931,10 +3711,6 @@ export declare interface KeyboardTypeOptions {
3931
3711
  delay?: number;
3932
3712
  }
3933
3713
 
3934
- /* Excluded from this release type: KeyDefinition */
3935
-
3936
- /* Excluded from this release type: _keyDefinitions */
3937
-
3938
3714
  /**
3939
3715
  * @public
3940
3716
  */
@@ -3995,7 +3771,7 @@ export declare const
3995
3771
  /**
3996
3772
  * @public
3997
3773
  */
3998
- launch: (options?: PuppeteerLaunchOptions) => Promise<Browser>;
3774
+ launch: (options?: Puppeteer_2.PuppeteerLaunchOptions) => Promise<Puppeteer_2.Browser>;
3999
3775
 
4000
3776
  /**
4001
3777
  * Generic launch options that can be passed when launching any browser.
@@ -4079,10 +3855,6 @@ export declare interface LaunchOptions {
4079
3855
  waitForInitialPage?: boolean;
4080
3856
  }
4081
3857
 
4082
- /* Excluded from this release type: LazyArg */
4083
-
4084
- /* Excluded from this release type: LifecycleWatcher */
4085
-
4086
3858
  /**
4087
3859
  * Locators describe a strategy of locating objects and performing an action on
4088
3860
  * them. If the action fails because the object is not ready for the action, the
@@ -4106,9 +3878,9 @@ export declare abstract class Locator<T> extends EventEmitter<LocatorEvents> {
4106
3878
  * Used for nominally typing {@link Locator}.
4107
3879
  */
4108
3880
  _?: T;
4109
- /* Excluded from this release type: visibility */
4110
- /* Excluded from this release type: _timeout */
4111
- /* Excluded from this release type: operators */
3881
+
3882
+
3883
+
4112
3884
  get timeout(): number;
4113
3885
  /**
4114
3886
  * Creates a new locator instance by cloning the current locator and setting
@@ -4148,9 +3920,9 @@ export declare abstract class Locator<T> extends EventEmitter<LocatorEvents> {
4148
3920
  * @defaultValue `true`
4149
3921
  */
4150
3922
  setWaitForStableBoundingBox<ElementType extends Element>(this: Locator<ElementType>, value: boolean): Locator<ElementType>;
4151
- /* Excluded from this release type: copyOptions */
4152
- /* Excluded from this release type: _clone */
4153
- /* Excluded from this release type: _wait */
3923
+
3924
+
3925
+
4154
3926
  /**
4155
3927
  * Clones the locator.
4156
3928
  */
@@ -4183,8 +3955,8 @@ export declare abstract class Locator<T> extends EventEmitter<LocatorEvents> {
4183
3955
  * @public
4184
3956
  */
4185
3957
  filter<S extends T>(predicate: Predicate<T, S>): Locator<S>;
4186
- /* Excluded from this release type: filterHandle */
4187
- /* Excluded from this release type: mapHandle */
3958
+
3959
+
4188
3960
  /**
4189
3961
  * Clicks the located element.
4190
3962
  */
@@ -4243,10 +4015,6 @@ export declare interface LocatorScrollOptions extends ActionOptions {
4243
4015
  */
4244
4016
  export declare type LowerCasePaperFormat = 'letter' | 'legal' | 'tabloid' | 'ledger' | 'a0' | 'a1' | 'a2' | 'a3' | 'a4' | 'a5' | 'a6';
4245
4017
 
4246
- /* Excluded from this release type: MAIN_WORLD */
4247
-
4248
- /* Excluded from this release type: MappedLocator */
4249
-
4250
4018
  /**
4251
4019
  * @public
4252
4020
  */
@@ -4328,7 +4096,7 @@ export declare interface Metrics {
4328
4096
  * selection.addRange(range);
4329
4097
  * },
4330
4098
  * fromJSHandle,
4331
- * toJSHandle
4099
+ * toJSHandle,
4332
4100
  * );
4333
4101
  * ```
4334
4102
  *
@@ -4360,7 +4128,7 @@ export declare interface Metrics {
4360
4128
  * @public
4361
4129
  */
4362
4130
  export declare abstract class Mouse {
4363
- /* Excluded from this release type: __constructor */
4131
+
4364
4132
  /**
4365
4133
  * Resets the mouse to the default state: No buttons pressed; position at
4366
4134
  * (0,0).
@@ -4403,14 +4171,14 @@ export declare abstract class Mouse {
4403
4171
  *
4404
4172
  * ```ts
4405
4173
  * await page.goto(
4406
- * 'https://mdn.mozillademos.org/en-US/docs/Web/API/Element/wheel_event$samples/Scaling_an_element_via_the_wheel?revision=1587366'
4174
+ * 'https://mdn.mozillademos.org/en-US/docs/Web/API/Element/wheel_event$samples/Scaling_an_element_via_the_wheel?revision=1587366',
4407
4175
  * );
4408
4176
  *
4409
4177
  * const elem = await page.$('div');
4410
4178
  * const boundingBox = await elem.boundingBox();
4411
4179
  * await page.mouse.move(
4412
4180
  * boundingBox.x + boundingBox.width / 2,
4413
- * boundingBox.y + boundingBox.height / 2
4181
+ * boundingBox.y + boundingBox.height / 2,
4414
4182
  * );
4415
4183
  *
4416
4184
  * await page.mouse.wheel({deltaY: -100});
@@ -4539,12 +4307,6 @@ export declare interface Moveable {
4539
4307
  move(): this;
4540
4308
  }
4541
4309
 
4542
- /* Excluded from this release type: MutationPoller */
4543
-
4544
- /* Excluded from this release type: Mutex */
4545
-
4546
- /* Excluded from this release type: NETWORK_IDLE_TIME */
4547
-
4548
4310
  /**
4549
4311
  * @public
4550
4312
  */
@@ -4563,16 +4325,6 @@ export declare interface NetworkConditions {
4563
4325
  latency: number;
4564
4326
  }
4565
4327
 
4566
- /* Excluded from this release type: NetworkEventManager */
4567
-
4568
- /* Excluded from this release type: NetworkManager */
4569
-
4570
- /* Excluded from this release type: NetworkManagerEvent */
4571
-
4572
- /* Excluded from this release type: NetworkManagerEvents */
4573
-
4574
- /* Excluded from this release type: NetworkRequestId */
4575
-
4576
4328
  /**
4577
4329
  * @public
4578
4330
  */
@@ -4585,8 +4337,6 @@ export declare interface NewDocumentScriptEvaluation {
4585
4337
  */
4586
4338
  export declare type NodeFor<ComplexSelector extends string> = ParseSelector<ComplexSelector>;
4587
4339
 
4588
- /* Excluded from this release type: NodeLocator */
4589
-
4590
4340
  /**
4591
4341
  * @public
4592
4342
  */
@@ -4601,8 +4351,6 @@ export declare interface Offset {
4601
4351
  y: number;
4602
4352
  }
4603
4353
 
4604
- /* Excluded from this release type: OtherTarget */
4605
-
4606
4354
  /**
4607
4355
  * Page provides methods to interact with a single tab or
4608
4356
  * {@link https://developer.chrome.com/extensions/background_pages | extension background page}
@@ -4654,9 +4402,9 @@ export declare interface Offset {
4654
4402
  */
4655
4403
  export declare abstract class Page extends EventEmitter<PageEvents> {
4656
4404
  #private;
4657
- /* Excluded from this release type: _isDragging */
4658
- /* Excluded from this release type: _timeoutSettings */
4659
- /* Excluded from this release type: __constructor */
4405
+
4406
+
4407
+
4660
4408
  /**
4661
4409
  * `true` if the service worker are being bypassed, `false` otherwise.
4662
4410
  */
@@ -4673,8 +4421,8 @@ export declare abstract class Page extends EventEmitter<PageEvents> {
4673
4421
  * `true` if the page has JavaScript enabled, `false` otherwise.
4674
4422
  */
4675
4423
  abstract isJavaScriptEnabled(): boolean;
4676
- /* Excluded from this release type: on */
4677
- /* Excluded from this release type: off */
4424
+
4425
+
4678
4426
  /**
4679
4427
  * This method is typically coupled with an action that triggers file
4680
4428
  * choosing.
@@ -4935,7 +4683,7 @@ export declare abstract class Page extends EventEmitter<PageEvents> {
4935
4683
  * {@link https://pptr.dev/guides/page-interactions#prefixed-selector-syntax | prefix}.
4936
4684
  */
4937
4685
  locator<Ret>(func: () => Awaitable<Ret>): Locator<Ret>;
4938
- /* Excluded from this release type: locatorRace */
4686
+
4939
4687
  /**
4940
4688
  * Finds the first element that matches the selector. If no element matches
4941
4689
  * the selector, the return value resolves to `null`.
@@ -5012,7 +4760,7 @@ export declare abstract class Page extends EventEmitter<PageEvents> {
5012
4760
  * const aHandle = await page.evaluateHandle(() => document.body);
5013
4761
  * const resultHandle = await page.evaluateHandle(
5014
4762
  * body => body.innerHTML,
5015
- * aHandle
4763
+ * aHandle,
5016
4764
  * );
5017
4765
  * console.log(await resultHandle.jsonValue());
5018
4766
  * await resultHandle.dispose();
@@ -5026,7 +4774,7 @@ export declare abstract class Page extends EventEmitter<PageEvents> {
5026
4774
  *
5027
4775
  * ```ts
5028
4776
  * const button = await page.evaluateHandle(() =>
5029
- * document.querySelector('button')
4777
+ * document.querySelector('button'),
5030
4778
  * );
5031
4779
  * // can call `click` because `button` is an `ElementHandle`
5032
4780
  * await button.click();
@@ -5099,7 +4847,7 @@ export declare abstract class Page extends EventEmitter<PageEvents> {
5099
4847
  * // as `value` is not on `Element`
5100
4848
  * const searchValue = await page.$eval(
5101
4849
  * '#search',
5102
- * (el: HTMLInputElement) => el.value
4850
+ * (el: HTMLInputElement) => el.value,
5103
4851
  * );
5104
4852
  * ```
5105
4853
  *
@@ -5114,7 +4862,7 @@ export declare abstract class Page extends EventEmitter<PageEvents> {
5114
4862
  * // or if you want to be more explicit, provide it as the generic type.
5115
4863
  * const searchValue = await page.$eval<string>(
5116
4864
  * '#search',
5117
- * (el: HTMLInputElement) => el.value
4865
+ * (el: HTMLInputElement) => el.value,
5118
4866
  * );
5119
4867
  * ```
5120
4868
  *
@@ -5184,7 +4932,7 @@ export declare abstract class Page extends EventEmitter<PageEvents> {
5184
4932
  *
5185
4933
  * ```ts
5186
4934
  * const allInputValues = await page.$$eval('input', elements =>
5187
- * elements.map(e => e.textContent)
4935
+ * elements.map(e => e.textContent),
5188
4936
  * );
5189
4937
  * ```
5190
4938
  *
@@ -5276,7 +5024,7 @@ export declare abstract class Page extends EventEmitter<PageEvents> {
5276
5024
  * const page = await browser.newPage();
5277
5025
  * page.on('console', msg => console.log(msg.text()));
5278
5026
  * await page.exposeFunction('md5', text =>
5279
- * crypto.createHash('md5').update(text).digest('hex')
5027
+ * crypto.createHash('md5').update(text).digest('hex'),
5280
5028
  * );
5281
5029
  * await page.evaluate(async () => {
5282
5030
  * // use window.md5 to compute hashes
@@ -5476,10 +5224,10 @@ export declare abstract class Page extends EventEmitter<PageEvents> {
5476
5224
  *
5477
5225
  * ```ts
5478
5226
  * const firstRequest = await page.waitForRequest(
5479
- * 'https://example.com/resource'
5227
+ * 'https://example.com/resource',
5480
5228
  * );
5481
5229
  * const finalRequest = await page.waitForRequest(
5482
- * request => request.url() === 'https://example.com'
5230
+ * request => request.url() === 'https://example.com',
5483
5231
  * );
5484
5232
  * return finalRequest.response()?.ok();
5485
5233
  * ```
@@ -5500,11 +5248,11 @@ export declare abstract class Page extends EventEmitter<PageEvents> {
5500
5248
  *
5501
5249
  * ```ts
5502
5250
  * const firstResponse = await page.waitForResponse(
5503
- * 'https://example.com/resource'
5251
+ * 'https://example.com/resource',
5504
5252
  * );
5505
5253
  * const finalResponse = await page.waitForResponse(
5506
5254
  * response =>
5507
- * response.url() === 'https://example.com' && response.status() === 200
5255
+ * response.url() === 'https://example.com' && response.status() === 200,
5508
5256
  * );
5509
5257
  * const finalResponse = await page.waitForResponse(async response => {
5510
5258
  * return (await response.text()).includes('<html>');
@@ -5527,7 +5275,7 @@ export declare abstract class Page extends EventEmitter<PageEvents> {
5527
5275
  * @returns A promise which resolves once the network is idle.
5528
5276
  */
5529
5277
  waitForNetworkIdle(options?: WaitForNetworkIdleOptions): Promise<void>;
5530
- /* Excluded from this release type: waitForNetworkIdle$ */
5278
+
5531
5279
  /**
5532
5280
  * Waits for a frame matching the given conditions to appear.
5533
5281
  *
@@ -5648,11 +5396,11 @@ export declare abstract class Page extends EventEmitter<PageEvents> {
5648
5396
  * {name: 'prefers-color-scheme', value: 'dark'},
5649
5397
  * ]);
5650
5398
  * await page.evaluate(
5651
- * () => matchMedia('(prefers-color-scheme: dark)').matches
5399
+ * () => matchMedia('(prefers-color-scheme: dark)').matches,
5652
5400
  * );
5653
5401
  * // → true
5654
5402
  * await page.evaluate(
5655
- * () => matchMedia('(prefers-color-scheme: light)').matches
5403
+ * () => matchMedia('(prefers-color-scheme: light)').matches,
5656
5404
  * );
5657
5405
  * // → false
5658
5406
  *
@@ -5660,11 +5408,11 @@ export declare abstract class Page extends EventEmitter<PageEvents> {
5660
5408
  * {name: 'prefers-reduced-motion', value: 'reduce'},
5661
5409
  * ]);
5662
5410
  * await page.evaluate(
5663
- * () => matchMedia('(prefers-reduced-motion: reduce)').matches
5411
+ * () => matchMedia('(prefers-reduced-motion: reduce)').matches,
5664
5412
  * );
5665
5413
  * // → true
5666
5414
  * await page.evaluate(
5667
- * () => matchMedia('(prefers-reduced-motion: no-preference)').matches
5415
+ * () => matchMedia('(prefers-reduced-motion: no-preference)').matches,
5668
5416
  * );
5669
5417
  * // → false
5670
5418
  *
@@ -5673,19 +5421,19 @@ export declare abstract class Page extends EventEmitter<PageEvents> {
5673
5421
  * {name: 'prefers-reduced-motion', value: 'reduce'},
5674
5422
  * ]);
5675
5423
  * await page.evaluate(
5676
- * () => matchMedia('(prefers-color-scheme: dark)').matches
5424
+ * () => matchMedia('(prefers-color-scheme: dark)').matches,
5677
5425
  * );
5678
5426
  * // → true
5679
5427
  * await page.evaluate(
5680
- * () => matchMedia('(prefers-color-scheme: light)').matches
5428
+ * () => matchMedia('(prefers-color-scheme: light)').matches,
5681
5429
  * );
5682
5430
  * // → false
5683
5431
  * await page.evaluate(
5684
- * () => matchMedia('(prefers-reduced-motion: reduce)').matches
5432
+ * () => matchMedia('(prefers-reduced-motion: reduce)').matches,
5685
5433
  * );
5686
5434
  * // → true
5687
5435
  * await page.evaluate(
5688
- * () => matchMedia('(prefers-reduced-motion: no-preference)').matches
5436
+ * () => matchMedia('(prefers-reduced-motion: no-preference)').matches,
5689
5437
  * );
5690
5438
  * // → false
5691
5439
  *
@@ -5889,7 +5637,7 @@ export declare abstract class Page extends EventEmitter<PageEvents> {
5889
5637
  * @defaultValue `true`
5890
5638
  */
5891
5639
  abstract setCacheEnabled(enabled?: boolean): Promise<void>;
5892
- /* Excluded from this release type: _maybeWriteTypedArrayToFile */
5640
+
5893
5641
  /**
5894
5642
  * Captures a screencast of this {@link Page | page}.
5895
5643
  *
@@ -5931,8 +5679,8 @@ export declare abstract class Page extends EventEmitter<PageEvents> {
5931
5679
  * You must have {@link https://ffmpeg.org/ | ffmpeg} installed on your system.
5932
5680
  */
5933
5681
  screencast(options?: Readonly<ScreencastOptions>): Promise<ScreenRecorder>;
5934
- /* Excluded from this release type: _startScreencast */
5935
- /* Excluded from this release type: _stopScreencast */
5682
+
5683
+
5936
5684
  /**
5937
5685
  * Captures a screenshot of this {@link Page | page}.
5938
5686
  *
@@ -5954,7 +5702,7 @@ export declare abstract class Page extends EventEmitter<PageEvents> {
5954
5702
  encoding: 'base64';
5955
5703
  }): Promise<string>;
5956
5704
  screenshot(options?: Readonly<ScreenshotOptions>): Promise<Uint8Array>;
5957
- /* Excluded from this release type: _screenshot */
5705
+
5958
5706
  /**
5959
5707
  * Generates a PDF of the page with the `print` CSS media type.
5960
5708
  *
@@ -6290,7 +6038,7 @@ export declare abstract class Page extends EventEmitter<PageEvents> {
6290
6038
  * await page.waitForFunction(
6291
6039
  * selector => !!document.querySelector(selector),
6292
6040
  * {},
6293
- * selector
6041
+ * selector,
6294
6042
  * );
6295
6043
  * ```
6296
6044
  *
@@ -6302,7 +6050,7 @@ export declare abstract class Page extends EventEmitter<PageEvents> {
6302
6050
  * await page.waitForFunction(
6303
6051
  * async username => {
6304
6052
  * const githubResponse = await fetch(
6305
- * `https://api.github.com/users/${username}`
6053
+ * `https://api.github.com/users/${username}`,
6306
6054
  * );
6307
6055
  * const githubUser = await githubResponse.json();
6308
6056
  * // show the avatar
@@ -6313,7 +6061,7 @@ export declare abstract class Page extends EventEmitter<PageEvents> {
6313
6061
  * img.remove();
6314
6062
  * },
6315
6063
  * {},
6316
- * username
6064
+ * username,
6317
6065
  * );
6318
6066
  * ```
6319
6067
  *
@@ -6341,18 +6089,14 @@ export declare abstract class Page extends EventEmitter<PageEvents> {
6341
6089
  * page.click('#connect-bluetooth'),
6342
6090
  * ]);
6343
6091
  * await devicePrompt.select(
6344
- * await devicePrompt.waitForDevice(({name}) => name.includes('My Device'))
6092
+ * await devicePrompt.waitForDevice(({name}) => name.includes('My Device')),
6345
6093
  * );
6346
6094
  * ```
6347
6095
  */
6348
6096
  abstract waitForDevicePrompt(options?: WaitTimeoutOptions): Promise<DeviceRequestPrompt>;
6349
- /* Excluded from this release type: [disposeSymbol] */
6350
- /* Excluded from this release type: [asyncDisposeSymbol] */
6351
- }
6352
6097
 
6353
- /* Excluded from this release type: PageBinding */
6354
6098
 
6355
- /* Excluded from this release type: pageBindingInitString */
6099
+ }
6356
6100
 
6357
6101
  /**
6358
6102
  * All the events that a page instance may emit.
@@ -6539,8 +6283,6 @@ export declare interface PageEvents extends Record<EventType, unknown> {
6539
6283
  [PageEvent.WorkerDestroyed]: WebWorker;
6540
6284
  }
6541
6285
 
6542
- /* Excluded from this release type: PageTarget */
6543
-
6544
6286
  /**
6545
6287
  * All the valid paper format types when printing a PDF.
6546
6288
  *
@@ -6574,20 +6316,6 @@ export declare interface PageEvents extends Record<EventType, unknown> {
6574
6316
  */
6575
6317
  export declare type PaperFormat = Uppercase<LowerCasePaperFormat> | Capitalize<LowerCasePaperFormat> | LowerCasePaperFormat;
6576
6318
 
6577
- /* Excluded from this release type: PaperFormatDimensions */
6578
-
6579
- /* Excluded from this release type: paperFormats */
6580
-
6581
- /* Excluded from this release type: ParsedPDFOptions */
6582
-
6583
- /* Excluded from this release type: ParsedPDFOptionsInterface */
6584
-
6585
- /* Excluded from this release type: parsePDFOptions */
6586
-
6587
- /* Excluded from this release type: parsePSelectors */
6588
-
6589
- /* Excluded from this release type: PCombinator */
6590
-
6591
6319
  /**
6592
6320
  * @license
6593
6321
  * Copyright 2020 Google Inc.
@@ -6730,10 +6458,6 @@ export declare interface PDFOptions {
6730
6458
  */
6731
6459
  export declare type Permission = 'geolocation' | 'midi' | 'notifications' | 'camera' | 'microphone' | 'background-sync' | 'ambient-light-sensor' | 'accelerometer' | 'gyroscope' | 'magnetometer' | 'accessibility-events' | 'clipboard-read' | 'clipboard-write' | 'clipboard-sanitized-write' | 'payment-handler' | 'persistent-storage' | 'idle-detection' | 'midi-sysex';
6732
6460
 
6733
- /* Excluded from this release type: PierceQueryHandler */
6734
-
6735
- /* Excluded from this release type: PipeTransport */
6736
-
6737
6461
  /**
6738
6462
  * @public
6739
6463
  */
@@ -6742,24 +6466,12 @@ export declare interface Point {
6742
6466
  y: number;
6743
6467
  }
6744
6468
 
6745
- /* Excluded from this release type: Poller */
6746
-
6747
- /* Excluded from this release type: PollingOptions */
6748
-
6749
- /* Excluded from this release type: PPseudoSelector */
6750
-
6751
- /* Excluded from this release type: PQueryHandler */
6752
-
6753
6469
  declare namespace PQuerySelector {
6754
6470
  export {
6755
6471
 
6756
6472
  }
6757
6473
  }
6758
6474
 
6759
- /* Excluded from this release type: pQuerySelector */
6760
-
6761
- /* Excluded from this release type: pQuerySelectorAll */
6762
-
6763
6475
  /**
6764
6476
  * A list of pre-defined network conditions to be used with
6765
6477
  * {@link Page.emulateNetworkConditions}.
@@ -6772,19 +6484,19 @@ declare namespace PQuerySelector {
6772
6484
  * const browser = await puppeteer.launch();
6773
6485
  * const page = await browser.newPage();
6774
6486
  * await page.emulateNetworkConditions(
6775
- * PredefinedNetworkConditions['Slow 3G']
6487
+ * PredefinedNetworkConditions['Slow 3G'],
6776
6488
  * );
6777
6489
  * await page.goto('https://www.google.com');
6778
6490
  * await page.emulateNetworkConditions(
6779
- * PredefinedNetworkConditions['Fast 3G']
6491
+ * PredefinedNetworkConditions['Fast 3G'],
6780
6492
  * );
6781
6493
  * await page.goto('https://www.google.com');
6782
6494
  * await page.emulateNetworkConditions(
6783
- * PredefinedNetworkConditions['Slow 4G']
6495
+ * PredefinedNetworkConditions['Slow 4G'],
6784
6496
  * ); // alias to Fast 3G.
6785
6497
  * await page.goto('https://www.google.com');
6786
6498
  * await page.emulateNetworkConditions(
6787
- * PredefinedNetworkConditions['Fast 4G']
6499
+ * PredefinedNetworkConditions['Fast 4G'],
6788
6500
  * );
6789
6501
  * await page.goto('https://www.google.com');
6790
6502
  * // other actions...
@@ -6850,7 +6562,7 @@ export declare type ProtocolType = 'cdp' | 'webDriverBiDi';
6850
6562
  * @public
6851
6563
  */
6852
6564
  export declare class Puppeteer {
6853
- /* Excluded from this release type: customQueryHandlers */
6565
+
6854
6566
  /**
6855
6567
  * Registers a {@link CustomQueryHandler | custom query handler}.
6856
6568
  *
@@ -6888,9 +6600,9 @@ export declare class Puppeteer {
6888
6600
  * Unregisters all custom query handlers.
6889
6601
  */
6890
6602
  static clearCustomQueryHandlers(): void;
6891
- /* Excluded from this release type: _isPuppeteerCore */
6892
- /* Excluded from this release type: _changedBrowsers */
6893
- /* Excluded from this release type: __constructor */
6603
+
6604
+
6605
+
6894
6606
  /**
6895
6607
  * This method attaches Puppeteer to an existing browser instance.
6896
6608
  *
@@ -6905,12 +6617,182 @@ export declare class Puppeteer {
6905
6617
  /**
6906
6618
  * @public
6907
6619
  */
6908
- declare const puppeteer: PuppeteerNode;
6620
+ declare const puppeteer: Puppeteer_2.PuppeteerNode;
6909
6621
  export default puppeteer;
6910
6622
 
6911
- /* Excluded from this release type: PUPPETEER_REVISIONS */
6912
-
6913
- /* Excluded from this release type: PUPPETEER_WORLD */
6623
+ declare namespace Puppeteer_2 {
6624
+ export {
6625
+ Protocol,
6626
+ Session,
6627
+ BrowserContextOptions,
6628
+ TargetFilterCallback,
6629
+ Permission,
6630
+ WaitForTargetOptions,
6631
+ BrowserEvent,
6632
+ BrowserEvents,
6633
+ DebugInfo,
6634
+ Browser,
6635
+ BrowserContextEvent,
6636
+ BrowserContextEvents,
6637
+ BrowserContext,
6638
+ CDPEvents,
6639
+ CDPSessionEvent,
6640
+ CDPSessionEvents,
6641
+ CommandOptions,
6642
+ CDPSession,
6643
+ Dialog,
6644
+ Quad,
6645
+ BoxModel,
6646
+ BoundingBox,
6647
+ Offset,
6648
+ ClickOptions,
6649
+ Point,
6650
+ ElementScreenshotOptions,
6651
+ ElementHandle,
6652
+ AutofillData,
6653
+ WaitForOptions,
6654
+ GoToOptions,
6655
+ FrameWaitForFunctionOptions,
6656
+ FrameAddScriptTagOptions,
6657
+ FrameAddStyleTagOptions,
6658
+ FrameEvents,
6659
+ Frame,
6660
+ ContinueRequestOverrides,
6661
+ InterceptResolutionState,
6662
+ ResponseForRequest,
6663
+ ResourceType,
6664
+ DEFAULT_INTERCEPT_RESOLUTION_PRIORITY,
6665
+ HTTPRequest,
6666
+ InterceptResolutionAction,
6667
+ ErrorCode,
6668
+ ActionResult,
6669
+ RemoteAddress,
6670
+ HTTPResponse,
6671
+ KeyDownOptions,
6672
+ KeyboardTypeOptions,
6673
+ KeyPressOptions,
6674
+ Keyboard,
6675
+ MouseOptions,
6676
+ MouseClickOptions,
6677
+ MouseWheelOptions,
6678
+ MouseMoveOptions,
6679
+ MouseButton,
6680
+ Mouse,
6681
+ Touchscreen,
6682
+ JSHandle,
6683
+ Metrics,
6684
+ Credentials,
6685
+ WaitForNetworkIdleOptions,
6686
+ WaitTimeoutOptions,
6687
+ WaitForSelectorOptions,
6688
+ GeolocationOptions,
6689
+ MediaFeature,
6690
+ ScreenshotClip,
6691
+ ScreenshotOptions,
6692
+ ScreencastOptions,
6693
+ QueryOptions,
6694
+ PageEvent,
6695
+ PageEvents,
6696
+ NewDocumentScriptEvaluation,
6697
+ Page,
6698
+ TargetType,
6699
+ Target,
6700
+ WebWorker,
6701
+ VisibilityOption,
6702
+ ActionOptions,
6703
+ LocatorClickOptions,
6704
+ LocatorScrollOptions,
6705
+ LocatorEvent,
6706
+ LocatorEvents,
6707
+ Locator,
6708
+ Predicate,
6709
+ Mapper,
6710
+ AwaitedLocator,
6711
+ SerializedAXNode,
6712
+ SnapshotOptions,
6713
+ Accessibility,
6714
+ Connection,
6715
+ CoverageEntry,
6716
+ JSCoverageEntry,
6717
+ JSCoverageOptions,
6718
+ CSSCoverageOptions,
6719
+ Coverage,
6720
+ JSCoverage,
6721
+ CSSCoverage,
6722
+ DeviceRequestPromptDevice,
6723
+ DeviceRequestPrompt,
6724
+ ExtensionTransport,
6725
+ PuppeteerLifeCycleEvent,
6726
+ ProtocolLifeCycleEvent,
6727
+ NetworkConditions,
6728
+ InternalNetworkConditions,
6729
+ PredefinedNetworkConditions,
6730
+ TracingOptions,
6731
+ Tracing,
6732
+ ExperimentsConfiguration,
6733
+ Configuration,
6734
+ ChromeSettings,
6735
+ ChromeHeadlessShellSettings,
6736
+ FirefoxSettings,
6737
+ ConnectionTransport,
6738
+ ProtocolType,
6739
+ SupportedWebDriverCapability,
6740
+ SupportedWebDriverCapabilities,
6741
+ BrowserConnectOptions,
6742
+ ConnectOptions,
6743
+ ConsoleMessageLocation,
6744
+ ConsoleMessageType,
6745
+ ConsoleMessage,
6746
+ CookieSameSite,
6747
+ CookiePriority,
6748
+ CookieSourceScheme,
6749
+ Cookie,
6750
+ CookieParam,
6751
+ DeleteCookiesRequest,
6752
+ CustomQueryHandler,
6753
+ Device,
6754
+ KnownDevices,
6755
+ PuppeteerError,
6756
+ TimeoutError,
6757
+ ProtocolError,
6758
+ UnsupportedOperation,
6759
+ EventType,
6760
+ Handler,
6761
+ CommonEventEmitter,
6762
+ EventsWithWildcard,
6763
+ EventEmitter,
6764
+ FileChooser,
6765
+ PDFMargin,
6766
+ LowerCasePaperFormat,
6767
+ PaperFormat,
6768
+ PDFOptions,
6769
+ SupportedBrowser,
6770
+ Puppeteer,
6771
+ SecurityDetails,
6772
+ AwaitablePredicate,
6773
+ Moveable,
6774
+ AwaitableIterable,
6775
+ Awaitable,
6776
+ HandleFor,
6777
+ HandleOr,
6778
+ FlattenHandle,
6779
+ InnerParams,
6780
+ ElementFor,
6781
+ EvaluateFunc,
6782
+ EvaluateFuncWith,
6783
+ NodeFor,
6784
+ KeyInput,
6785
+ Viewport,
6786
+ BrowserLaunchArgumentOptions,
6787
+ ChromeReleaseChannel,
6788
+ LaunchOptions,
6789
+ PuppeteerNodeLaunchOptions,
6790
+ BrowserLauncher,
6791
+ PuppeteerLaunchOptions,
6792
+ PuppeteerNode,
6793
+ ScreenRecorder
6794
+ }
6795
+ }
6914
6796
 
6915
6797
  /**
6916
6798
  * @license
@@ -6923,8 +6805,8 @@ export default puppeteer;
6923
6805
  * @public
6924
6806
  */
6925
6807
  export declare class PuppeteerError extends Error {
6926
- /* Excluded from this release type: __constructor */
6927
- /* Excluded from this release type: [Symbol.toStringTag] */
6808
+
6809
+
6928
6810
  }
6929
6811
 
6930
6812
  /**
@@ -6995,9 +6877,9 @@ export declare type PuppeteerLifeCycleEvent =
6995
6877
  */
6996
6878
  export declare class PuppeteerNode extends Puppeteer {
6997
6879
  #private;
6998
- /* Excluded from this release type: defaultBrowserRevision */
6999
- /* Excluded from this release type: configuration */
7000
- /* Excluded from this release type: __constructor */
6880
+
6881
+
6882
+
7001
6883
  /**
7002
6884
  * This method attaches Puppeteer to an existing browser instance.
7003
6885
  *
@@ -7046,8 +6928,8 @@ export declare class PuppeteerNode extends Puppeteer {
7046
6928
  * The default executable path.
7047
6929
  */
7048
6930
  executablePath(channel?: ChromeReleaseChannel): string;
7049
- /* Excluded from this release type: browserVersion */
7050
- /* Excluded from this release type: defaultDownloadPath */
6931
+
6932
+
7051
6933
  /**
7052
6934
  * The name of the browser that was last launched.
7053
6935
  */
@@ -7097,19 +6979,11 @@ export declare class PuppeteerNode extends Puppeteer {
7097
6979
  */
7098
6980
  export declare type PuppeteerNodeLaunchOptions = BrowserLaunchArgumentOptions & LaunchOptions & BrowserConnectOptions;
7099
6981
 
7100
- /* Excluded from this release type: PuppeteerURL */
7101
-
7102
- /* Excluded from this release type: PuppeteerUtil */
7103
-
7104
- /* Excluded from this release type: PuppeteerUtilWrapper */
7105
-
7106
6982
  /**
7107
6983
  * @public
7108
6984
  */
7109
6985
  export declare type Quad = [Point, Point, Point, Point];
7110
6986
 
7111
- /* Excluded from this release type: QueryHandler */
7112
-
7113
6987
  /**
7114
6988
  * @public
7115
6989
  */
@@ -7125,22 +6999,6 @@ export declare interface QueryOptions {
7125
6999
  isolate: boolean;
7126
7000
  }
7127
7001
 
7128
- /* Excluded from this release type: QuerySelector */
7129
-
7130
- /* Excluded from this release type: QuerySelectorAll */
7131
-
7132
- /* Excluded from this release type: QueuedEventGroup */
7133
-
7134
- /* Excluded from this release type: RaceLocator */
7135
-
7136
- /* Excluded from this release type: RAFPoller */
7137
-
7138
- /* Excluded from this release type: Realm */
7139
-
7140
- /* Excluded from this release type: RedirectInfo */
7141
-
7142
- /* Excluded from this release type: releaseObject */
7143
-
7144
7002
  /**
7145
7003
  * @public
7146
7004
  */
@@ -7149,10 +7007,6 @@ export declare interface RemoteAddress {
7149
7007
  port?: number;
7150
7008
  }
7151
7009
 
7152
- /* Excluded from this release type: removeMatchingFlags */
7153
-
7154
- /* Excluded from this release type: ResolvedLaunchArgs */
7155
-
7156
7010
  /**
7157
7011
  * Resource types for HTTPRequests as perceived by the rendering engine.
7158
7012
  *
@@ -7168,17 +7022,18 @@ export declare type ResourceType = Lowercase<Protocol.Network.ResourceType>;
7168
7022
  export declare interface ResponseForRequest {
7169
7023
  status: number;
7170
7024
  /**
7171
- * Optional response headers. All values are converted to strings.
7025
+ * Optional response headers.
7026
+ *
7027
+ * The record values will be converted to string following:
7028
+ * Arrays' values will be mapped to String
7029
+ * (Used when you need multiple headers with the same name).
7030
+ * Non-arrays will be converted to String.
7172
7031
  */
7173
- headers: Record<string, unknown>;
7032
+ headers: Record<string, string | string[] | unknown>;
7174
7033
  contentType: string;
7175
7034
  body: string | Uint8Array;
7176
7035
  }
7177
7036
 
7178
- /* Excluded from this release type: RETRY_DELAY */
7179
-
7180
- /* Excluded from this release type: rewriteError */
7181
-
7182
7037
  /**
7183
7038
  * @public
7184
7039
  * @experimental
@@ -7223,17 +7078,15 @@ export declare interface ScreencastOptions {
7223
7078
  */
7224
7079
  export declare class ScreenRecorder extends PassThrough {
7225
7080
  #private;
7226
- /* Excluded from this release type: __constructor */
7081
+
7227
7082
  /**
7228
7083
  * Stops the recorder.
7229
7084
  *
7230
7085
  * @public
7231
7086
  */
7232
7087
  stop(): Promise<void>;
7233
- /* Excluded from this release type: [asyncDisposeSymbol] */
7234
- }
7235
7088
 
7236
- /* Excluded from this release type: ScreenRecorderOptions */
7089
+ }
7237
7090
 
7238
7091
  /**
7239
7092
  * @public
@@ -7304,10 +7157,6 @@ export declare interface ScreenshotOptions {
7304
7157
  captureBeyondViewport?: boolean;
7305
7158
  }
7306
7159
 
7307
- /* Excluded from this release type: ScriptInjector */
7308
-
7309
- /* Excluded from this release type: scriptInjector */
7310
-
7311
7160
  /**
7312
7161
  * The SecurityDetails class represents the security details of a
7313
7162
  * response that was received over a secure connection.
@@ -7316,7 +7165,7 @@ export declare interface ScreenshotOptions {
7316
7165
  */
7317
7166
  export declare class SecurityDetails {
7318
7167
  #private;
7319
- /* Excluded from this release type: __constructor */
7168
+
7320
7169
  /**
7321
7170
  * The name of the issuer of the certificate.
7322
7171
  */
@@ -7427,10 +7276,6 @@ export declare interface SerializedAXNode {
7427
7276
 
7428
7277
  export { Session }
7429
7278
 
7430
- /* Excluded from this release type: setDefaultScreenshotOptions */
7431
-
7432
- /* Excluded from this release type: setLogCapture */
7433
-
7434
7279
  /**
7435
7280
  * @public
7436
7281
  */
@@ -7447,10 +7292,6 @@ export declare interface SnapshotOptions {
7447
7292
  root?: ElementHandle<Node>;
7448
7293
  }
7449
7294
 
7450
- /* Excluded from this release type: SOURCE_URL_REGEX */
7451
-
7452
- /* Excluded from this release type: STATUS_TEXTS */
7453
-
7454
7295
  /**
7455
7296
  * @license
7456
7297
  * Copyright 2020 Google Inc.
@@ -7463,8 +7304,6 @@ export declare interface SnapshotOptions {
7463
7304
  */
7464
7305
  export declare type SupportedBrowser = 'chrome' | 'firefox';
7465
7306
 
7466
- /* Excluded from this release type: supportedMetrics */
7467
-
7468
7307
  /**
7469
7308
  * WebDriver BiDi capabilities that are not set by Puppeteer itself.
7470
7309
  *
@@ -7475,6 +7314,9 @@ export declare interface SupportedWebDriverCapabilities {
7475
7314
  alwaysMatch?: SupportedWebDriverCapability;
7476
7315
  }
7477
7316
 
7317
+ /**
7318
+ * @public
7319
+ */
7478
7320
  export declare type SupportedWebDriverCapability = Exclude<Session.CapabilityRequest, 'unhandledPromptBehavior' | 'acceptInsecureCerts'>;
7479
7321
 
7480
7322
  /**
@@ -7485,7 +7327,7 @@ export declare type SupportedWebDriverCapability = Exclude<Session.CapabilityReq
7485
7327
  * @public
7486
7328
  */
7487
7329
  export declare abstract class Target {
7488
- /* Excluded from this release type: __constructor */
7330
+
7489
7331
  /**
7490
7332
  * If the target is not of type `"service_worker"` or `"shared_worker"`, returns `null`.
7491
7333
  */
@@ -7528,21 +7370,11 @@ export declare abstract class Target {
7528
7370
  abstract opener(): Target | undefined;
7529
7371
  }
7530
7372
 
7531
- /* Excluded from this release type: TargetCloseError */
7532
-
7533
- /* Excluded from this release type: TargetFactory */
7534
-
7535
7373
  /**
7536
7374
  * @public
7537
7375
  */
7538
7376
  export declare type TargetFilterCallback = (target: Target) => boolean;
7539
7377
 
7540
- /* Excluded from this release type: TargetManager */
7541
-
7542
- /* Excluded from this release type: TargetManagerEvent */
7543
-
7544
- /* Excluded from this release type: TargetManagerEvents */
7545
-
7546
7378
  /**
7547
7379
  * @public
7548
7380
  */
@@ -7554,20 +7386,8 @@ export declare enum TargetType {
7554
7386
  BROWSER = "browser",
7555
7387
  WEBVIEW = "webview",
7556
7388
  OTHER = "other",
7557
- /* Excluded from this release type: TAB */
7558
- }
7559
-
7560
- /* Excluded from this release type: TaskManager */
7561
-
7562
- /* Excluded from this release type: TaskQueue */
7563
-
7564
- /* Excluded from this release type: TextContent */
7565
-
7566
- /* Excluded from this release type: TextQueryHandler */
7567
-
7568
- /* Excluded from this release type: throwIfDetached */
7569
7389
 
7570
- /* Excluded from this release type: timeout */
7390
+ }
7571
7391
 
7572
7392
  /**
7573
7393
  * TimeoutError is emitted whenever certain operations are terminated due to
@@ -7582,14 +7402,12 @@ export declare enum TargetType {
7582
7402
  export declare class TimeoutError extends PuppeteerError {
7583
7403
  }
7584
7404
 
7585
- /* Excluded from this release type: TimeoutSettings */
7586
-
7587
7405
  /**
7588
7406
  * The Touchscreen class exposes touchscreen events.
7589
7407
  * @public
7590
7408
  */
7591
7409
  export declare abstract class Touchscreen {
7592
- /* Excluded from this release type: __constructor */
7410
+
7593
7411
  /**
7594
7412
  * Dispatches a `touchstart` and `touchend` event.
7595
7413
  * @param x - Horizontal position of the tap.
@@ -7639,8 +7457,8 @@ export declare abstract class Touchscreen {
7639
7457
  */
7640
7458
  export declare class Tracing {
7641
7459
  #private;
7642
- /* Excluded from this release type: __constructor */
7643
- /* Excluded from this release type: updateClient */
7460
+
7461
+
7644
7462
  /**
7645
7463
  * Starts a trace for the current page.
7646
7464
  * @remarks
@@ -7665,10 +7483,6 @@ export declare interface TracingOptions {
7665
7483
  categories?: string[];
7666
7484
  }
7667
7485
 
7668
- /* Excluded from this release type: transposeIterableHandle */
7669
-
7670
- /* Excluded from this release type: unitToPixels */
7671
-
7672
7486
  /**
7673
7487
  * Puppeteer will throw this error if a method is not
7674
7488
  * supported by the currently used protocol
@@ -7678,12 +7492,6 @@ export declare interface TracingOptions {
7678
7492
  export declare class UnsupportedOperation extends PuppeteerError {
7679
7493
  }
7680
7494
 
7681
- /* Excluded from this release type: UTILITY_WORLD_NAME */
7682
-
7683
- /* Excluded from this release type: validateDialogType */
7684
-
7685
- /* Excluded from this release type: valueFromRemoteObject */
7686
-
7687
7495
  /**
7688
7496
  * @license
7689
7497
  * Copyright 2020 Google Inc.
@@ -7783,7 +7591,7 @@ export declare interface WaitForOptions {
7783
7591
  * @defaultValue `'load'`
7784
7592
  */
7785
7593
  waitUntil?: PuppeteerLifeCycleEvent | PuppeteerLifeCycleEvent[];
7786
- /* Excluded from this release type: ignoreSameDocumentNavigation */
7594
+
7787
7595
  /**
7788
7596
  * A signal object that allows you to cancel the call.
7789
7597
  */
@@ -7839,10 +7647,6 @@ export declare interface WaitForTargetOptions {
7839
7647
  signal?: AbortSignal;
7840
7648
  }
7841
7649
 
7842
- /* Excluded from this release type: WaitTask */
7843
-
7844
- /* Excluded from this release type: WaitTaskOptions */
7845
-
7846
7650
  /**
7847
7651
  * @public
7848
7652
  */
@@ -7862,8 +7666,6 @@ export declare interface WaitTimeoutOptions {
7862
7666
  signal?: AbortSignal;
7863
7667
  }
7864
7668
 
7865
- /* Excluded from this release type: WEB_PERMISSION_TO_PROTOCOL_PERMISSION */
7866
-
7867
7669
  /**
7868
7670
  * This class represents a
7869
7671
  * {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API | WebWorker}.
@@ -7876,10 +7678,10 @@ export declare interface WaitTimeoutOptions {
7876
7678
  *
7877
7679
  * ```ts
7878
7680
  * page.on('workercreated', worker =>
7879
- * console.log('Worker created: ' + worker.url())
7681
+ * console.log('Worker created: ' + worker.url()),
7880
7682
  * );
7881
7683
  * page.on('workerdestroyed', worker =>
7882
- * console.log('Worker destroyed: ' + worker.url())
7684
+ * console.log('Worker destroyed: ' + worker.url()),
7883
7685
  * );
7884
7686
  *
7885
7687
  * console.log('Current workers:');
@@ -7892,9 +7694,9 @@ export declare interface WaitTimeoutOptions {
7892
7694
  */
7893
7695
  export declare abstract class WebWorker extends EventEmitter<Record<EventType, unknown>> {
7894
7696
  #private;
7895
- /* Excluded from this release type: timeoutSettings */
7896
- /* Excluded from this release type: __constructor */
7897
- /* Excluded from this release type: mainRealm */
7697
+
7698
+
7699
+
7898
7700
  /**
7899
7701
  * The URL of this web worker.
7900
7702
  */
@@ -7947,10 +7749,4 @@ export declare abstract class WebWorker extends EventEmitter<Record<EventType, u
7947
7749
  close(): Promise<void>;
7948
7750
  }
7949
7751
 
7950
- /* Excluded from this release type: withSourcePuppeteerURLIfNone */
7951
-
7952
- /* Excluded from this release type: WorkerTarget */
7953
-
7954
- /* Excluded from this release type: XPathQueryHandler */
7955
-
7956
7752
  export { }