playwright-community / playwright-go

Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.
https://playwright-community.github.io/playwright-go/
MIT License
2.11k stars 157 forks source link

could not download driver #322

Closed yusong0926 closed 6 months ago

yusong0926 commented 1 year ago

trying to install the browsers and OS dependencies: % playwright install --with-deps
2022/11/28 16:08:57 could not download driver: could not check if driver is up2date: could not run driver: exit status 1

it seems the baseURL get 404. baseURL = "https://playwright.azureedge.net/builds/driver"

any idea?

canstand commented 6 months ago

It's probably a network problem. Close due to outdated.