mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
Limitations due to current Bidi protocol: - Cannot revert to the browser default permission (before override). So when the client calls clearPermissions we always set the permission to `prompt` which is not necessarily what the browser had before the override. - `*` pattern is not supported. Most clients don't want to do fine grained permission control in their tests.
playwright-core
This package contains the no-browser flavor of Playwright.