UNPKG

puppeteer-core

Version:

A high-level API to control headless Chrome over the DevTools Protocol

19 lines (17 loc) 471 B
/** * @license * Copyright 2022 Google Inc. * SPDX-License-Identifier: Apache-2.0 */ export * from './BidiOverCdp.js'; export * from './Browser.js'; export * from './BrowserContext.js'; export * from './Connection.js'; export * from './ElementHandle.js'; export * from './Frame.js'; export * from './HTTPRequest.js'; export * from './HTTPResponse.js'; export * from './Input.js'; export * from './JSHandle.js'; export * from './Page.js'; export * from './Realm.js';