fix(browser): restore Playwright driver downloads - #1535
Conversation
Upgrade playwright-go to the first release that assembles drivers from supported npm and Node distributions after Microsoft retired the legacy driver archives. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Confirmed and works locally btw |
|
Seems to be duplicated with #1532 |
|
Thanks for working on this. This issue is blocking our macOS users from authenticating through PingID: the Playwright driver download fails with HTTP 403. Could a maintainer please review and merge #1535, or advise a supported workaround? Happy to test a release candidate. |
|
hi! is there any update here? i use saml2aws newly and i can not install browser drivers on mac.
|
Summary
Fixes #1531.
Test plan
go test ./...go build -o ./saml2aws-patched ./cmd/saml2awsgo run github.com/mxschmitt/playwright-go/cmd/playwright@v0.6100.0 install chromiumMade with Cursor