feat: support stable/dev/beta/canary keywords for chrome and chromium (#10140)

This commit is contained in:
Alex Rudenko
2023-05-08 14:54:44 +02:00
committed by GitHub
parent baf2a86fdd
commit 90ed263eaf
8 changed files with 163 additions and 106 deletions

View File

@@ -24,7 +24,7 @@ npx @puppeteer/browsers launch --help # help for the launch command
## Known limitations
1. We support installing and running Firefox and Chrome/Chromium. The `latest` keyword only works during the installation. For the `launch` command you need to specify an exact build ID. The build ID is provided by the `install` command (see `npx @puppeteer/browsers install --help` for the format).
1. We support installing and running Firefox, Chrome and Chromium. The `latest`, `beta`, `dev`, `canary`, `stable` keywords are only supported for the install command. For the `launch` command you need to specify an exact build ID. The build ID is provided by the `install` command (see `npx @puppeteer/browsers install --help` for the format).
2. Launching the system browsers is only possible for Chrome/Chromium.
## API