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

Previously, we only validated/converted on the way to the server, but not from the server. Validating both ways catches issues earlier, and allows us to perform automatic conversions, for example only converting buffers to base64 when sending over wire.
playwright-core
This package contains the no-browser flavor of Playwright.