mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

`bin/WPENetworkProcess` depends on `libsoup-3.0.so.0` which we bundle with the browser on Ubuntu 20 and Debian 11, but soup3 depends on `libnghttp2.so` which is expected to be installed on the host. Fixes https://github.com/microsoft/playwright/issues/27255
playwright-core
This package contains the no-browser flavor of Playwright.