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
Right now the only way to change browser version is to manually edit the site-packages/playwright/drivers/browsers.json. Would be great if that version could be supplied to install command as a flag.
e.g.
$ python -m playwright install --chromium-version=798026
or through environment variable
$ export PLAYWRIGHT_CHROMIUM_VERSION=798026
$ python -m playwright install