mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
12 lines
347 B
TypeScript
12 lines
347 B
TypeScript
/**
|
|
* @license
|
|
* Copyright 2023 Google Inc.
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
export const testChromeBuildId = '113.0.5672.0';
|
|
export const testChromiumBuildId = '1083080';
|
|
export const testFirefoxBuildId = '123.0a1';
|
|
export const testChromeDriverBuildId = '115.0.5763.0';
|
|
export const testChromeHeadlessShellBuildId = '118.0.5950.0';
|