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

Playwright script failing for new versions of Ubuntu #348

Closed ppcamp closed 1 year ago

ppcamp commented 1 year ago

Playwright fails to install the dependecies for newer versions of ubuntu (22.04.2 LTS).

You can check more infos here.

Currently, I need to use the 20.04.6 version to get the proper packages

canstand commented 1 year ago

Now you can try the latest version.

ppcamp commented 1 year ago

txs. It seems to be working now!