puppeteer-core
Version:
A high-level API to control headless Chrome over the DevTools Protocol
12 lines • 343 B
JavaScript
/**
* @license
* Copyright 2022 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
export * from './ChromeLauncher.js';
export * from './FirefoxLauncher.js';
export * from './PipeTransport.js';
export * from './BrowserLauncher.js';
export * from './PuppeteerNode.js';
export * from './ScreenRecorder.js';
//# sourceMappingURL=node.js.map