puppeteer/packages/puppeteer-core/src/revisions.ts
browser-automation-bot 6f5b3bc9b8
feat: roll to Chrome 123.0.6312.58 (r1262506) (#12110)
Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
2024-03-20 06:57:06 +00:00

15 lines
258 B
TypeScript

/**
* @license
* Copyright 2020 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @internal
*/
export const PUPPETEER_REVISIONS = Object.freeze({
chrome: '123.0.6312.58',
'chrome-headless-shell': '123.0.6312.58',
firefox: 'latest',
});