You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Puppeteer allowed to configure different download host for browser binaries via PUPPETEER_DOWNLOAD_HOST env variable. A similar settings should be made available in Playwright.
This feature is crucial for users behind corporate firewall, where downloading binaries from the internet is often blocked and internal mirror must be used instead.
The text was updated successfully, but these errors were encountered:
This patch starts respecting `PLAYWRIGHT_DOWNLOAD_HOST` env variable
in `playwright` package and it's vendored flavors (`playwright-firefox`,
`playwright-chromium` and `playwright-webkit`).
Fixesmicrosoft#1045
This patch starts respecting `PLAYWRIGHT_DOWNLOAD_HOST` env variable
in `playwright` package and it's vendored flavors (`playwright-firefox`,
`playwright-chromium` and `playwright-webkit`).
Fixesmicrosoft#1045
This patch starts respecting `PLAYWRIGHT_DOWNLOAD_HOST` env variable
in `playwright` package and it's vendored flavors (`playwright-firefox`,
`playwright-chromium` and `playwright-webkit`).
Fixes#1045
Puppeteer allowed to configure different download host for browser binaries via
PUPPETEER_DOWNLOAD_HOST
env variable. A similar settings should be made available in Playwright.This feature is crucial for users behind corporate firewall, where downloading binaries from the internet is often blocked and internal mirror must be used instead.
The text was updated successfully, but these errors were encountered: