Download Chromium
Tue Jul 16 2024 23:39:35 GMT+0000 (Coordinated Universal Time)
Saved by
@Dewaldt
# Download the latest available Chrome for Testing binary corresponding to the Stable channel.
npx @puppeteer/browsers install chrome@stable
# Download a specific Chrome for Testing version.
npx @puppeteer/browsers install chrome@116.0.5793.0
# Download the latest available ChromeDriver version corresponding to the Canary channel.
npx @puppeteer/browsers install chromedriver@canary
# Download a specific ChromeDriver version.
npx @puppeteer/browsers install chromedriver@116.0.5793.0
content_copyCOPY
https://www.chromium.org/getting-involved/download-chromium/
Comments