UNPKG

puppeteer-core

Version:

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

11 lines (9 loc) 230 B
/** * @license * Copyright 2025 Google Inc. * SPDX-License-Identifier: Apache-2.0 */ // If moved update release-please config // x-release-please-start-version export const packageVersion = '24.33.0'; // x-release-please-end