chrome-devtools-frontend 1.0.1036726 → 1.0.1038685
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.
- package/config/gni/devtools_grd_files.gni +9 -2
- package/front_end/core/common/ParsedURL.ts +1 -1
- package/front_end/core/sdk/ResourceTreeModel.ts +12 -8
- package/front_end/entrypoints/main/MainImpl.ts +2 -1
- package/front_end/panels/media/PlayerPropertiesView.ts +43 -11
- package/front_end/panels/media/playerPropertiesView.css +22 -3
- package/front_end/panels/sources/NavigatorView.ts +9 -0
- package/front_end/panels/sources/components/BreakpointsView.ts +11 -16
- package/front_end/panels/sources/components/breakpointsView.css +21 -13
- package/front_end/panels/timeline/TimelineLoader.ts +1 -1
- package/front_end/services/puppeteer/PuppeteerConnection.ts +1 -1
- package/front_end/third_party/lighthouse/lighthouse-dt-bundle.js +244 -244
- package/front_end/third_party/lighthouse/locales/en-US.json +2 -2
- package/front_end/third_party/lighthouse/locales/en-XL.json +2 -2
- package/front_end/third_party/puppeteer/package/README.md +20 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Accessibility.d.ts +3 -3
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Accessibility.js +4 -4
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Accessibility.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/AriaQueryHandler.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/AriaQueryHandler.js +10 -8
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/AriaQueryHandler.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Browser.d.ts +19 -6
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Browser.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Browser.js +23 -10
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Browser.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/BrowserConnector.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/BrowserConnector.js +3 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/BrowserConnector.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/ChromeTargetManager.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/ChromeTargetManager.js +35 -20
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/ChromeTargetManager.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Connection.d.ts +9 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Connection.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Connection.js +19 -7
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Connection.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Coverage.d.ts +5 -4
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Coverage.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Coverage.js +6 -5
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Coverage.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Debug.d.ts +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Debug.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Debug.js +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Debug.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Dialog.d.ts +2 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Dialog.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Dialog.js +3 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Dialog.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/ElementHandle.d.ts +168 -131
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/ElementHandle.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/ElementHandle.js +208 -206
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/ElementHandle.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Errors.d.ts +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Errors.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Errors.js +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Errors.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/EventEmitter.d.ts +2 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/EventEmitter.js +2 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/ExecutionContext.d.ts +74 -75
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/ExecutionContext.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/ExecutionContext.js +82 -97
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/ExecutionContext.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/FileChooser.d.ts +16 -8
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/FileChooser.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/FileChooser.js +17 -9
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/FileChooser.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/FirefoxTargetManager.d.ts +2 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/FirefoxTargetManager.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/FirefoxTargetManager.js +3 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/FirefoxTargetManager.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Frame.d.ts +634 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Frame.d.ts.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Frame.js +713 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Frame.js.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/FrameManager.d.ts +9 -679
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/FrameManager.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/FrameManager.js +77 -803
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/FrameManager.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HTTPRequest.d.ts +11 -10
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HTTPRequest.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HTTPRequest.js +11 -10
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HTTPRequest.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HTTPResponse.d.ts +2 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HTTPResponse.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HTTPResponse.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Input.d.ts +34 -13
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Input.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Input.js +35 -14
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Input.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/{DOMWorld.d.ts → IsolatedWorld.d.ts} +58 -13
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/IsolatedWorld.d.ts.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/{DOMWorld.js → IsolatedWorld.js} +124 -151
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/IsolatedWorld.js.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/JSHandle.d.ts +40 -58
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/JSHandle.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/JSHandle.js +53 -76
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/JSHandle.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/LifecycleWatcher.d.ts +2 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/LifecycleWatcher.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/LifecycleWatcher.js +23 -6
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/LifecycleWatcher.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkEventManager.js +17 -17
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkManager.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkManager.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkManager.js +8 -8
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkManager.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/PDFOptions.d.ts +2 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/PDFOptions.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/PDFOptions.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Page.d.ts +395 -296
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Page.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Page.js +398 -313
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Page.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Puppeteer.d.ts +14 -7
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Puppeteer.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Puppeteer.js +14 -7
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Puppeteer.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/QueryHandler.d.ts +38 -17
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/QueryHandler.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/QueryHandler.js +49 -31
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/QueryHandler.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Target.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Target.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Target.js +7 -3
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Target.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Tracing.d.ts +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Tracing.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Tracing.js +4 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Tracing.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/WebWorker.d.ts +8 -4
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/WebWorker.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/WebWorker.js +8 -4
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/WebWorker.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/util.d.ts +1 -34
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/util.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/util.js +5 -53
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/util.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/generated/injected.d.ts +3 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/generated/injected.d.ts.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/generated/injected.js +6 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/generated/injected.js.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/generated/version.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/generated/version.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/initializePuppeteer.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/initializePuppeteer.js +2 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/initializePuppeteer.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/Poller.d.ts +28 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/Poller.d.ts.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/Poller.js +148 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/Poller.js.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/injected.d.ts +2 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/injected.d.ts.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/injected.js +18 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/injected.js.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/BrowserFetcher.d.ts +3 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/BrowserFetcher.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/BrowserFetcher.js +4 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/BrowserFetcher.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/BrowserRunner.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/BrowserRunner.js +4 -3
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/BrowserRunner.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/ChromeLauncher.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/ChromeLauncher.js +2 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/ChromeLauncher.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/FirefoxLauncher.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/FirefoxLauncher.js +2 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/FirefoxLauncher.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/PipeTransport.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/PipeTransport.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/Puppeteer.d.ts +3 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/Puppeteer.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/Puppeteer.js +3 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/Puppeteer.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/types.d.ts +3 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/types.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/types.js +3 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/types.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/DeferredPromise.d.ts +25 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/DeferredPromise.d.ts.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/DeferredPromise.js +78 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/DeferredPromise.js.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/ErrorLike.d.ts +17 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/ErrorLike.d.ts.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/ErrorLike.js +22 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/ErrorLike.js.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/{common → util}/assert.d.ts +0 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/assert.d.ts.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/{common → util}/assert.js +0 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/assert.js.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/getPackageDirectory.d.ts +2 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/getPackageDirectory.d.ts.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/getPackageDirectory.js +19 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/getPackageDirectory.js.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Accessibility.d.ts +3 -3
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Accessibility.js +4 -4
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Accessibility.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/AriaQueryHandler.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/AriaQueryHandler.js +10 -8
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/AriaQueryHandler.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Browser.d.ts +19 -6
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Browser.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Browser.js +23 -10
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Browser.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/BrowserConnector.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/BrowserConnector.js +3 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/BrowserConnector.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/ChromeTargetManager.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/ChromeTargetManager.js +36 -21
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/ChromeTargetManager.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Connection.d.ts +9 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Connection.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Connection.js +19 -7
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Connection.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Coverage.d.ts +5 -4
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Coverage.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Coverage.js +6 -5
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Coverage.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Debug.d.ts +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Debug.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Debug.js +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Debug.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Dialog.d.ts +2 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Dialog.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Dialog.js +3 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Dialog.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/ElementHandle.d.ts +168 -131
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/ElementHandle.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/ElementHandle.js +208 -206
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/ElementHandle.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Errors.d.ts +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Errors.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Errors.js +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Errors.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/EventEmitter.d.ts +2 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/EventEmitter.js +2 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/ExecutionContext.d.ts +74 -75
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/ExecutionContext.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/ExecutionContext.js +83 -98
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/ExecutionContext.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/FileChooser.d.ts +16 -8
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/FileChooser.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/FileChooser.js +17 -9
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/FileChooser.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/FirefoxTargetManager.d.ts +2 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/FirefoxTargetManager.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/FirefoxTargetManager.js +3 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/FirefoxTargetManager.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Frame.d.ts +634 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Frame.d.ts.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Frame.js +709 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Frame.js.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/FrameManager.d.ts +9 -679
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/FrameManager.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/FrameManager.js +72 -797
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/FrameManager.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HTTPRequest.d.ts +11 -10
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HTTPRequest.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HTTPRequest.js +11 -10
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HTTPRequest.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HTTPResponse.d.ts +2 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HTTPResponse.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HTTPResponse.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Input.d.ts +34 -13
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Input.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Input.js +35 -14
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Input.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/{DOMWorld.d.ts → IsolatedWorld.d.ts} +58 -13
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/IsolatedWorld.d.ts.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/{DOMWorld.js → IsolatedWorld.js} +123 -150
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/IsolatedWorld.js.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/JSHandle.d.ts +40 -58
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/JSHandle.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/JSHandle.js +54 -77
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/JSHandle.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/LifecycleWatcher.d.ts +2 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/LifecycleWatcher.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/LifecycleWatcher.js +24 -7
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/LifecycleWatcher.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkEventManager.js +17 -17
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkManager.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkManager.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkManager.js +8 -8
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkManager.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/PDFOptions.d.ts +2 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/PDFOptions.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/PDFOptions.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Page.d.ts +395 -296
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Page.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Page.js +398 -313
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Page.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Puppeteer.d.ts +14 -7
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Puppeteer.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Puppeteer.js +14 -7
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Puppeteer.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/QueryHandler.d.ts +38 -17
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/QueryHandler.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/QueryHandler.js +49 -31
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/QueryHandler.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Target.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Target.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Target.js +7 -3
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Target.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Tracing.d.ts +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Tracing.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Tracing.js +4 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Tracing.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/WebWorker.d.ts +8 -4
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/WebWorker.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/WebWorker.js +8 -4
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/WebWorker.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/util.d.ts +1 -34
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/util.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/util.js +3 -48
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/util.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/generated/injected.d.ts +3 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/generated/injected.d.ts.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/generated/injected.js +3 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/generated/injected.js.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/generated/version.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/generated/version.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/initializePuppeteer.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/initializePuppeteer.js +2 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/initializePuppeteer.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/Poller.d.ts +28 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/Poller.d.ts.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/Poller.js +142 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/Poller.js.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/injected.d.ts +2 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/injected.d.ts.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/injected.js +2 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/injected.js.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserFetcher.d.ts +3 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserFetcher.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserFetcher.js +4 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserFetcher.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserRunner.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserRunner.js +3 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserRunner.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/ChromeLauncher.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/ChromeLauncher.js +2 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/ChromeLauncher.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/FirefoxLauncher.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/FirefoxLauncher.js +2 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/FirefoxLauncher.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/PipeTransport.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/PipeTransport.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/Puppeteer.d.ts +3 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/Puppeteer.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/Puppeteer.js +3 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/Puppeteer.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/types.d.ts +3 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/types.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/types.js +3 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/types.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/DeferredPromise.d.ts +25 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/DeferredPromise.d.ts.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/DeferredPromise.js +73 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/DeferredPromise.js.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/ErrorLike.d.ts +17 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/ErrorLike.d.ts.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/ErrorLike.js +17 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/ErrorLike.js.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/{common → util}/assert.d.ts +0 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/assert.d.ts.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/{common → util}/assert.js +0 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/assert.js.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/getPackageDirectory.d.ts +2 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/getPackageDirectory.d.ts.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/getPackageDirectory.js +15 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/getPackageDirectory.js.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/types.d.ts +1069 -878
- package/front_end/third_party/puppeteer/package/package.json +32 -28
- package/front_end/third_party/puppeteer/package/typescript-if-required.js +1 -1
- package/front_end/third_party/puppeteer/puppeteer.ts +1 -1
- package/front_end/ui/components/text_prompt/TextPrompt.ts +1 -1
- package/front_end/ui/legacy/components/quick_open/FilteredListWidget.ts +1 -1
- package/package.json +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/DOMWorld.d.ts.map +0 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/DOMWorld.js.map +0 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/assert.d.ts.map +0 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/assert.js.map +0 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/DOMWorld.d.ts.map +0 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/DOMWorld.js.map +0 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/assert.d.ts.map +0 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/assert.js.map +0 -1
@@ -10,7 +10,8 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
|
|
10
10
|
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
11
11
|
};
|
12
12
|
var _ElementHandle_instances, _ElementHandle_frame, _ElementHandle_page, _ElementHandle_frameManager, _ElementHandle_scrollIntoViewIfNeeded, _ElementHandle_getOOPIFOffsets, _ElementHandle_getBoxModel, _ElementHandle_fromProtocolQuad, _ElementHandle_intersectQuadWithViewport;
|
13
|
-
import { assert } from '
|
13
|
+
import { assert } from '../util/assert.js';
|
14
|
+
import { MAIN_WORLD, PUPPETEER_WORLD, } from './IsolatedWorld.js';
|
14
15
|
import { JSHandle, } from './JSHandle.js';
|
15
16
|
import { getQueryHandlerAndSelector } from './QueryHandler.js';
|
16
17
|
import { debugError, isString } from './util.js';
|
@@ -29,12 +30,12 @@ const applyOffsetsToQuad = (quad, offsetX, offsetY) => {
|
|
29
30
|
* const puppeteer = require('puppeteer');
|
30
31
|
*
|
31
32
|
* (async () => {
|
32
|
-
*
|
33
|
-
*
|
34
|
-
*
|
35
|
-
*
|
36
|
-
*
|
37
|
-
*
|
33
|
+
* const browser = await puppeteer.launch();
|
34
|
+
* const page = await browser.newPage();
|
35
|
+
* await page.goto('https://example.com');
|
36
|
+
* const hrefElement = await page.$('a');
|
37
|
+
* await hrefElement.click();
|
38
|
+
* // ...
|
38
39
|
* })();
|
39
40
|
* ```
|
40
41
|
*
|
@@ -67,41 +68,160 @@ export class ElementHandle extends JSHandle {
|
|
67
68
|
__classPrivateFieldSet(this, _ElementHandle_frameManager, frameManager, "f");
|
68
69
|
}
|
69
70
|
/**
|
70
|
-
*
|
71
|
-
* method the `selector` already exists, the method will return immediately. If
|
72
|
-
* the `selector` doesn't appear after the `timeout` milliseconds of waiting, the
|
73
|
-
* function will throw.
|
71
|
+
* Queries the current element for an element matching the given selector.
|
74
72
|
*
|
75
|
-
*
|
73
|
+
* @param selector - The selector to query for.
|
74
|
+
* @returns A {@link ElementHandle | element handle} to the first element
|
75
|
+
* matching the given selector. Otherwise, `null`.
|
76
|
+
*/
|
77
|
+
async $(selector) {
|
78
|
+
const { updatedSelector, queryHandler } = getQueryHandlerAndSelector(selector);
|
79
|
+
assert(queryHandler.queryOne, 'Cannot handle queries for a single element with the given selector');
|
80
|
+
return (await queryHandler.queryOne(this, updatedSelector));
|
81
|
+
}
|
82
|
+
/**
|
83
|
+
* Queries the current element for all elements matching the given selector.
|
76
84
|
*
|
77
|
-
* @param selector -
|
78
|
-
* {@link
|
79
|
-
*
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
85
|
+
* @param selector - The selector to query for.
|
86
|
+
* @returns An array of {@link ElementHandle | element handles} that point to
|
87
|
+
* elements matching the given selector.
|
88
|
+
*/
|
89
|
+
async $$(selector) {
|
90
|
+
const { updatedSelector, queryHandler } = getQueryHandlerAndSelector(selector);
|
91
|
+
assert(queryHandler.queryAll, 'Cannot handle queries for a multiple element with the given selector');
|
92
|
+
return (await queryHandler.queryAll(this, updatedSelector));
|
93
|
+
}
|
94
|
+
/**
|
95
|
+
* Runs the given function on the first element matching the given selector in
|
96
|
+
* the current element.
|
97
|
+
*
|
98
|
+
* If the given function returns a promise, then this method will wait till
|
99
|
+
* the promise resolves.
|
86
100
|
*
|
87
|
-
*
|
88
|
-
* visible, i.e. to not have `display: none` or `visibility: hidden` CSS
|
89
|
-
* properties. Defaults to `false`.
|
101
|
+
* @example
|
90
102
|
*
|
91
|
-
*
|
92
|
-
*
|
93
|
-
*
|
103
|
+
* ```ts
|
104
|
+
* const tweetHandle = await page.$('.tweet');
|
105
|
+
* expect(await tweetHandle.$eval('.like', node => node.innerText)).toBe(
|
106
|
+
* '100'
|
107
|
+
* );
|
108
|
+
* expect(await tweetHandle.$eval('.retweets', node => node.innerText)).toBe(
|
109
|
+
* '10'
|
110
|
+
* );
|
111
|
+
* ```
|
94
112
|
*
|
95
|
-
* -
|
96
|
-
*
|
97
|
-
*
|
113
|
+
* @param selector - The selector to query for.
|
114
|
+
* @param pageFunction - The function to be evaluated in this element's page's
|
115
|
+
* context. The first element matching the selector will be passed in as the
|
116
|
+
* first argument.
|
117
|
+
* @param args - Additional arguments to pass to `pageFunction`.
|
118
|
+
* @returns A promise to the result of the function.
|
119
|
+
*/
|
120
|
+
async $eval(selector, pageFunction, ...args) {
|
121
|
+
const elementHandle = await this.$(selector);
|
122
|
+
if (!elementHandle) {
|
123
|
+
throw new Error(`Error: failed to find element matching selector "${selector}"`);
|
124
|
+
}
|
125
|
+
const result = await elementHandle.evaluate(pageFunction, ...args);
|
126
|
+
await elementHandle.dispose();
|
127
|
+
return result;
|
128
|
+
}
|
129
|
+
/**
|
130
|
+
* Runs the given function on an array of elements matching the given selector
|
131
|
+
* in the current element.
|
132
|
+
*
|
133
|
+
* If the given function returns a promise, then this method will wait till
|
134
|
+
* the promise resolves.
|
135
|
+
*
|
136
|
+
* @example
|
137
|
+
* HTML:
|
138
|
+
*
|
139
|
+
* ```html
|
140
|
+
* <div class="feed">
|
141
|
+
* <div class="tweet">Hello!</div>
|
142
|
+
* <div class="tweet">Hi!</div>
|
143
|
+
* </div>
|
144
|
+
* ```
|
145
|
+
*
|
146
|
+
* JavaScript:
|
147
|
+
*
|
148
|
+
* ```js
|
149
|
+
* const feedHandle = await page.$('.feed');
|
150
|
+
* expect(
|
151
|
+
* await feedHandle.$$eval('.tweet', nodes => nodes.map(n => n.innerText))
|
152
|
+
* ).toEqual(['Hello!', 'Hi!']);
|
153
|
+
* ```
|
154
|
+
*
|
155
|
+
* @param selector - The selector to query for.
|
156
|
+
* @param pageFunction - The function to be evaluated in the element's page's
|
157
|
+
* context. An array of elements matching the given selector will be passed to
|
158
|
+
* the function as its first argument.
|
159
|
+
* @param args - Additional arguments to pass to `pageFunction`.
|
160
|
+
* @returns A promise to the result of the function.
|
161
|
+
*/
|
162
|
+
async $$eval(selector, pageFunction, ...args) {
|
163
|
+
const { updatedSelector, queryHandler } = getQueryHandlerAndSelector(selector);
|
164
|
+
assert(queryHandler.queryAllArray);
|
165
|
+
const arrayHandle = (await queryHandler.queryAllArray(this, updatedSelector));
|
166
|
+
const result = await arrayHandle.evaluate(pageFunction, ...args);
|
167
|
+
await arrayHandle.dispose();
|
168
|
+
return result;
|
169
|
+
}
|
170
|
+
/**
|
171
|
+
* @deprecated Use {@link ElementHandle.$$} with the `xpath` prefix.
|
172
|
+
*
|
173
|
+
* The method evaluates the XPath expression relative to the elementHandle.
|
174
|
+
* If there are no such elements, the method will resolve to an empty array.
|
175
|
+
* @param expression - Expression to {@link https://developer.mozilla.org/en-US/docs/Web/API/Document/evaluate | evaluate}
|
176
|
+
*/
|
177
|
+
async $x(expression) {
|
178
|
+
if (expression.startsWith('//')) {
|
179
|
+
expression = `.${expression}`;
|
180
|
+
}
|
181
|
+
return this.$$(`xpath/${expression}`);
|
182
|
+
}
|
183
|
+
/**
|
184
|
+
* Wait for an element matching the given selector to appear in the current
|
185
|
+
* element.
|
186
|
+
*
|
187
|
+
* Unlike {@link Frame.waitForSelector}, this method does not work across
|
188
|
+
* navigations or if the element is detached from DOM.
|
189
|
+
*
|
190
|
+
* @example
|
191
|
+
*
|
192
|
+
* ```ts
|
193
|
+
* const puppeteer = require('puppeteer');
|
194
|
+
*
|
195
|
+
* (async () => {
|
196
|
+
* const browser = await puppeteer.launch();
|
197
|
+
* const page = await browser.newPage();
|
198
|
+
* let currentURL;
|
199
|
+
* page
|
200
|
+
* .mainFrame()
|
201
|
+
* .waitForSelector('img')
|
202
|
+
* .then(() => console.log('First URL with image: ' + currentURL));
|
203
|
+
*
|
204
|
+
* for (currentURL of [
|
205
|
+
* 'https://example.com',
|
206
|
+
* 'https://google.com',
|
207
|
+
* 'https://bbc.com',
|
208
|
+
* ]) {
|
209
|
+
* await page.goto(currentURL);
|
210
|
+
* }
|
211
|
+
* await browser.close();
|
212
|
+
* })();
|
213
|
+
* ```
|
214
|
+
*
|
215
|
+
* @param selector - The selector to query and wait for.
|
216
|
+
* @param options - Options for customizing waiting behavior.
|
217
|
+
* @returns An element matching the given selector.
|
218
|
+
* @throws Throws if an element matching the given selector doesn't appear.
|
98
219
|
*/
|
99
220
|
async waitForSelector(selector, options = {}) {
|
100
|
-
const frame = this.
|
221
|
+
const frame = this.executionContext().frame();
|
101
222
|
assert(frame);
|
102
|
-
const
|
103
|
-
const
|
104
|
-
const handle = await frame._secondaryWorld.waitForSelector(selector, {
|
223
|
+
const adoptedRoot = await frame.worlds[PUPPETEER_WORLD].adoptHandle(this);
|
224
|
+
const handle = await frame.worlds[PUPPETEER_WORLD].waitForSelector(selector, {
|
105
225
|
...options,
|
106
226
|
root: adoptedRoot,
|
107
227
|
});
|
@@ -109,39 +229,44 @@ export class ElementHandle extends JSHandle {
|
|
109
229
|
if (!handle) {
|
110
230
|
return null;
|
111
231
|
}
|
112
|
-
const
|
113
|
-
const result = await mainExecutionContext._adoptElementHandle(handle);
|
232
|
+
const result = (await frame.worlds[MAIN_WORLD].adoptHandle(handle));
|
114
233
|
await handle.dispose();
|
115
234
|
return result;
|
116
235
|
}
|
117
236
|
/**
|
237
|
+
* @deprecated Use {@link ElementHandle.waitForSelector} with the `xpath`
|
238
|
+
* prefix.
|
239
|
+
*
|
118
240
|
* Wait for the `xpath` within the element. If at the moment of calling the
|
119
241
|
* method the `xpath` already exists, the method will return immediately. If
|
120
242
|
* the `xpath` doesn't appear after the `timeout` milliseconds of waiting, the
|
121
243
|
* function will throw.
|
122
244
|
*
|
123
|
-
* If `xpath` starts with `//` instead of `.//`, the dot will be appended
|
245
|
+
* If `xpath` starts with `//` instead of `.//`, the dot will be appended
|
246
|
+
* automatically.
|
124
247
|
*
|
125
248
|
* This method works across navigation
|
249
|
+
*
|
126
250
|
* ```ts
|
127
251
|
* const puppeteer = require('puppeteer');
|
128
252
|
* (async () => {
|
129
|
-
*
|
130
|
-
*
|
131
|
-
*
|
132
|
-
*
|
133
|
-
*
|
134
|
-
*
|
135
|
-
*
|
136
|
-
*
|
137
|
-
*
|
138
|
-
*
|
139
|
-
*
|
140
|
-
*
|
141
|
-
*
|
142
|
-
*
|
253
|
+
* const browser = await puppeteer.launch();
|
254
|
+
* const page = await browser.newPage();
|
255
|
+
* let currentURL;
|
256
|
+
* page
|
257
|
+
* .waitForXPath('//img')
|
258
|
+
* .then(() => console.log('First URL with image: ' + currentURL));
|
259
|
+
* for (currentURL of [
|
260
|
+
* 'https://example.com',
|
261
|
+
* 'https://google.com',
|
262
|
+
* 'https://bbc.com',
|
263
|
+
* ]) {
|
264
|
+
* await page.goto(currentURL);
|
265
|
+
* }
|
266
|
+
* await browser.close();
|
143
267
|
* })();
|
144
268
|
* ```
|
269
|
+
*
|
145
270
|
* @param xpath - A
|
146
271
|
* {@link https://developer.mozilla.org/en-US/docs/Web/XPath | xpath} of an
|
147
272
|
* element to wait for
|
@@ -153,39 +278,23 @@ export class ElementHandle extends JSHandle {
|
|
153
278
|
* The optional Argument `options` have properties:
|
154
279
|
*
|
155
280
|
* - `visible`: A boolean to wait for element to be present in DOM and to be
|
156
|
-
*
|
157
|
-
*
|
281
|
+
* visible, i.e. to not have `display: none` or `visibility: hidden` CSS
|
282
|
+
* properties. Defaults to `false`.
|
158
283
|
*
|
159
284
|
* - `hidden`: A boolean wait for element to not be found in the DOM or to be
|
160
|
-
*
|
161
|
-
*
|
285
|
+
* hidden, i.e. have `display: none` or `visibility: hidden` CSS properties.
|
286
|
+
* Defaults to `false`.
|
162
287
|
*
|
163
288
|
* - `timeout`: A number which is maximum time to wait for in milliseconds.
|
164
|
-
*
|
165
|
-
* value can be changed by using the {@link Page.setDefaultTimeout}
|
289
|
+
* Defaults to `30000` (30 seconds). Pass `0` to disable timeout. The
|
290
|
+
* default value can be changed by using the {@link Page.setDefaultTimeout}
|
291
|
+
* method.
|
166
292
|
*/
|
167
293
|
async waitForXPath(xpath, options = {}) {
|
168
|
-
|
169
|
-
|
170
|
-
const secondaryContext = await frame._secondaryWorld.executionContext();
|
171
|
-
const adoptedRoot = await secondaryContext._adoptElementHandle(this);
|
172
|
-
xpath = xpath.startsWith('//') ? '.' + xpath : xpath;
|
173
|
-
if (!xpath.startsWith('.//')) {
|
174
|
-
await adoptedRoot.dispose();
|
175
|
-
throw new Error('Unsupported xpath expression: ' + xpath);
|
294
|
+
if (xpath.startsWith('//')) {
|
295
|
+
xpath = `.${xpath}`;
|
176
296
|
}
|
177
|
-
|
178
|
-
...options,
|
179
|
-
root: adoptedRoot,
|
180
|
-
});
|
181
|
-
await adoptedRoot.dispose();
|
182
|
-
if (!handle) {
|
183
|
-
return null;
|
184
|
-
}
|
185
|
-
const mainExecutionContext = await frame._mainWorld.executionContext();
|
186
|
-
const result = await mainExecutionContext._adoptElementHandle(handle);
|
187
|
-
await handle.dispose();
|
188
|
-
return result;
|
297
|
+
return this.waitForSelector(`xpath/${xpath}`, options);
|
189
298
|
}
|
190
299
|
asElement() {
|
191
300
|
return this;
|
@@ -195,8 +304,8 @@ export class ElementHandle extends JSHandle {
|
|
195
304
|
* iframe nodes, or null otherwise
|
196
305
|
*/
|
197
306
|
async contentFrame() {
|
198
|
-
const nodeInfo = await this.
|
199
|
-
objectId: this.
|
307
|
+
const nodeInfo = await this.client.send('DOM.describeNode', {
|
308
|
+
objectId: this.remoteObject().objectId,
|
200
309
|
});
|
201
310
|
if (typeof nodeInfo.node.frameId !== 'string') {
|
202
311
|
return null;
|
@@ -208,9 +317,9 @@ export class ElementHandle extends JSHandle {
|
|
208
317
|
*/
|
209
318
|
async clickablePoint(offset) {
|
210
319
|
const [result, layoutMetrics] = await Promise.all([
|
211
|
-
this.
|
320
|
+
this.client
|
212
321
|
.send('DOM.getContentQuads', {
|
213
|
-
objectId: this.
|
322
|
+
objectId: this.remoteObject().objectId,
|
214
323
|
})
|
215
324
|
.catch(debugError),
|
216
325
|
__classPrivateFieldGet(this, _ElementHandle_page, "f")._client().send('Page.getLayoutMetrics'),
|
@@ -339,13 +448,15 @@ export class ElementHandle extends JSHandle {
|
|
339
448
|
* throws an error.
|
340
449
|
*
|
341
450
|
* @example
|
451
|
+
*
|
342
452
|
* ```ts
|
343
453
|
* handle.select('blue'); // single selection
|
344
454
|
* handle.select('red', 'green', 'blue'); // multiple selections
|
345
455
|
* ```
|
456
|
+
*
|
346
457
|
* @param values - Values of options to select. If the `<select>` has the
|
347
|
-
*
|
348
|
-
*
|
458
|
+
* `multiple` attribute, all values are considered, otherwise only the first
|
459
|
+
* one is taken into account.
|
349
460
|
*/
|
350
461
|
async select(...values) {
|
351
462
|
for (const value of values) {
|
@@ -391,10 +502,10 @@ export class ElementHandle extends JSHandle {
|
|
391
502
|
* {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input | input element}.
|
392
503
|
*
|
393
504
|
* @param filePaths - Sets the value of the file input to these paths.
|
394
|
-
*
|
395
|
-
*
|
396
|
-
*
|
397
|
-
*
|
505
|
+
* If a path is relative, then it is resolved against the
|
506
|
+
* {@link https://nodejs.org/api/process.html#process_process_cwd | current working directory}.
|
507
|
+
* Note for locals script connecting to remote chrome environments,
|
508
|
+
* paths must be absolute.
|
398
509
|
*/
|
399
510
|
async uploadFile(...filePaths) {
|
400
511
|
const isMultiple = await this.evaluate(element => {
|
@@ -420,8 +531,8 @@ export class ElementHandle extends JSHandle {
|
|
420
531
|
return path.resolve(filePath);
|
421
532
|
}
|
422
533
|
});
|
423
|
-
const { objectId } = this.
|
424
|
-
const { node } = await this.
|
534
|
+
const { objectId } = this.remoteObject();
|
535
|
+
const { node } = await this.client.send('DOM.describeNode', { objectId });
|
425
536
|
const { backendNodeId } = node;
|
426
537
|
/* The zero-length array is a special case, it seems that
|
427
538
|
DOM.setFileInputFiles does not actually update the files in that case,
|
@@ -436,7 +547,7 @@ export class ElementHandle extends JSHandle {
|
|
436
547
|
});
|
437
548
|
}
|
438
549
|
else {
|
439
|
-
await this.
|
550
|
+
await this.client.send('DOM.setFileInputFiles', {
|
440
551
|
objectId,
|
441
552
|
files,
|
442
553
|
backendNodeId,
|
@@ -472,6 +583,7 @@ export class ElementHandle extends JSHandle {
|
|
472
583
|
* use {@link ElementHandle.press}.
|
473
584
|
*
|
474
585
|
* @example
|
586
|
+
*
|
475
587
|
* ```ts
|
476
588
|
* await elementHandle.type('Hello'); // Types instantly
|
477
589
|
* await elementHandle.type('World', {delay: 100}); // Types slower, like a user
|
@@ -502,7 +614,7 @@ export class ElementHandle extends JSHandle {
|
|
502
614
|
* will type the text in upper case.
|
503
615
|
*
|
504
616
|
* @param key - Name of key to press, such as `ArrowLeft`.
|
505
|
-
*
|
617
|
+
* See {@link KeyInput} for a list of all key names.
|
506
618
|
*/
|
507
619
|
async press(key, options) {
|
508
620
|
await this.focus();
|
@@ -574,7 +686,7 @@ export class ElementHandle extends JSHandle {
|
|
574
686
|
assert(boundingBox, 'Node is either not visible or not an HTMLElement');
|
575
687
|
assert(boundingBox.width !== 0, 'Node has 0 width.');
|
576
688
|
assert(boundingBox.height !== 0, 'Node has 0 height.');
|
577
|
-
const layoutMetrics = await this.
|
689
|
+
const layoutMetrics = await this.client.send('Page.getLayoutMetrics');
|
578
690
|
// Fallback to `layoutViewport` in case of using Firefox.
|
579
691
|
const { pageX, pageY } = layoutMetrics.cssVisualViewport || layoutMetrics.layoutViewport;
|
580
692
|
const clip = Object.assign({}, boundingBox);
|
@@ -588,116 +700,6 @@ export class ElementHandle extends JSHandle {
|
|
588
700
|
}
|
589
701
|
return imageData;
|
590
702
|
}
|
591
|
-
/**
|
592
|
-
* Runs `element.querySelector` within the page.
|
593
|
-
*
|
594
|
-
* @param selector - The selector to query with.
|
595
|
-
* @returns `null` if no element matches the selector.
|
596
|
-
* @throws `Error` if the selector has no associated query handler.
|
597
|
-
*/
|
598
|
-
async $(selector) {
|
599
|
-
const { updatedSelector, queryHandler } = getQueryHandlerAndSelector(selector);
|
600
|
-
assert(queryHandler.queryOne, 'Cannot handle queries for a single element with the given selector');
|
601
|
-
return (await queryHandler.queryOne(this, updatedSelector));
|
602
|
-
}
|
603
|
-
/**
|
604
|
-
* Runs `element.querySelectorAll` within the page. If no elements match the selector,
|
605
|
-
* the return value resolves to `[]`.
|
606
|
-
*/
|
607
|
-
/**
|
608
|
-
* Runs `element.querySelectorAll` within the page.
|
609
|
-
*
|
610
|
-
* @param selector - The selector to query with.
|
611
|
-
* @returns `[]` if no element matches the selector.
|
612
|
-
* @throws `Error` if the selector has no associated query handler.
|
613
|
-
*/
|
614
|
-
async $$(selector) {
|
615
|
-
const { updatedSelector, queryHandler } = getQueryHandlerAndSelector(selector);
|
616
|
-
assert(queryHandler.queryAll, 'Cannot handle queries for a multiple element with the given selector');
|
617
|
-
return (await queryHandler.queryAll(this, updatedSelector));
|
618
|
-
}
|
619
|
-
/**
|
620
|
-
* This method runs `document.querySelector` within the element and passes it as
|
621
|
-
* the first argument to `pageFunction`. If there's no element matching `selector`,
|
622
|
-
* the method throws an error.
|
623
|
-
*
|
624
|
-
* If `pageFunction` returns a Promise, then `frame.$eval` would wait for the promise
|
625
|
-
* to resolve and return its value.
|
626
|
-
*
|
627
|
-
* @example
|
628
|
-
* ```ts
|
629
|
-
* const tweetHandle = await page.$('.tweet');
|
630
|
-
* expect(await tweetHandle.$eval('.like', node => node.innerText)).toBe('100');
|
631
|
-
* expect(await tweetHandle.$eval('.retweets', node => node.innerText)).toBe('10');
|
632
|
-
* ```
|
633
|
-
*/
|
634
|
-
async $eval(selector, pageFunction, ...args) {
|
635
|
-
const elementHandle = await this.$(selector);
|
636
|
-
if (!elementHandle) {
|
637
|
-
throw new Error(`Error: failed to find element matching selector "${selector}"`);
|
638
|
-
}
|
639
|
-
const result = await elementHandle.evaluate(pageFunction, ...args);
|
640
|
-
await elementHandle.dispose();
|
641
|
-
return result;
|
642
|
-
}
|
643
|
-
/**
|
644
|
-
* This method runs `document.querySelectorAll` within the element and passes it as
|
645
|
-
* the first argument to `pageFunction`. If there's no element matching `selector`,
|
646
|
-
* the method throws an error.
|
647
|
-
*
|
648
|
-
* If `pageFunction` returns a Promise, then `frame.$$eval` would wait for the
|
649
|
-
* promise to resolve and return its value.
|
650
|
-
*
|
651
|
-
* @example
|
652
|
-
* ```html
|
653
|
-
* <div class="feed">
|
654
|
-
* <div class="tweet">Hello!</div>
|
655
|
-
* <div class="tweet">Hi!</div>
|
656
|
-
* </div>
|
657
|
-
* ```
|
658
|
-
*
|
659
|
-
* @example
|
660
|
-
* ```ts
|
661
|
-
* const feedHandle = await page.$('.feed');
|
662
|
-
* expect(await feedHandle.$$eval('.tweet', nodes => nodes.map(n => n.innerText)))
|
663
|
-
* .toEqual(['Hello!', 'Hi!']);
|
664
|
-
* ```
|
665
|
-
*/
|
666
|
-
async $$eval(selector, pageFunction, ...args) {
|
667
|
-
const { updatedSelector, queryHandler } = getQueryHandlerAndSelector(selector);
|
668
|
-
assert(queryHandler.queryAllArray);
|
669
|
-
const arrayHandle = (await queryHandler.queryAllArray(this, updatedSelector));
|
670
|
-
const result = await arrayHandle.evaluate(pageFunction, ...args);
|
671
|
-
await arrayHandle.dispose();
|
672
|
-
return result;
|
673
|
-
}
|
674
|
-
/**
|
675
|
-
* The method evaluates the XPath expression relative to the elementHandle.
|
676
|
-
* If there are no such elements, the method will resolve to an empty array.
|
677
|
-
* @param expression - Expression to {@link https://developer.mozilla.org/en-US/docs/Web/API/Document/evaluate | evaluate}
|
678
|
-
*/
|
679
|
-
async $x(expression) {
|
680
|
-
const arrayHandle = await this.evaluateHandle((element, expression) => {
|
681
|
-
const doc = element.ownerDocument || document;
|
682
|
-
const iterator = doc.evaluate(expression, element, null, XPathResult.ORDERED_NODE_ITERATOR_TYPE);
|
683
|
-
const array = [];
|
684
|
-
let item;
|
685
|
-
while ((item = iterator.iterateNext())) {
|
686
|
-
array.push(item);
|
687
|
-
}
|
688
|
-
return array;
|
689
|
-
}, expression);
|
690
|
-
const properties = await arrayHandle.getProperties();
|
691
|
-
await arrayHandle.dispose();
|
692
|
-
const result = [];
|
693
|
-
for (const property of properties.values()) {
|
694
|
-
const elementHandle = property.asElement();
|
695
|
-
if (elementHandle) {
|
696
|
-
result.push(elementHandle);
|
697
|
-
}
|
698
|
-
}
|
699
|
-
return result;
|
700
|
-
}
|
701
703
|
/**
|
702
704
|
* Resolves to true if the element is visible in the current viewport.
|
703
705
|
*/
|
@@ -729,8 +731,8 @@ _ElementHandle_frame = new WeakMap(), _ElementHandle_page = new WeakMap(), _Elem
|
|
729
731
|
throw new Error(error);
|
730
732
|
}
|
731
733
|
try {
|
732
|
-
await this.
|
733
|
-
objectId: this.
|
734
|
+
await this.client.send('DOM.scrollIntoViewIfNeeded', {
|
735
|
+
objectId: this.remoteObject().objectId,
|
734
736
|
});
|
735
737
|
}
|
736
738
|
catch (_err) {
|
@@ -785,9 +787,9 @@ _ElementHandle_frame = new WeakMap(), _ElementHandle_page = new WeakMap(), _Elem
|
|
785
787
|
return { offsetX, offsetY };
|
786
788
|
}, _ElementHandle_getBoxModel = function _ElementHandle_getBoxModel() {
|
787
789
|
const params = {
|
788
|
-
objectId: this.
|
790
|
+
objectId: this.remoteObject().objectId,
|
789
791
|
};
|
790
|
-
return this.
|
792
|
+
return this.client.send('DOM.getBoxModel', params).catch(error => {
|
791
793
|
return debugError(error);
|
792
794
|
});
|
793
795
|
}, _ElementHandle_fromProtocolQuad = function _ElementHandle_fromProtocolQuad(quad) {
|
package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/ElementHandle.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ElementHandle.js","sourceRoot":"","sources":["../../../../src/common/ElementHandle.ts"],"names":[],"mappings":"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"}
|
1
|
+
{"version":3,"file":"ElementHandle.js","sourceRoot":"","sources":["../../../../src/common/ElementHandle.ts"],"names":[],"mappings":"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"}
|