playwright/packages/playwright-core
Yury Semikhatsky 303901d7a5
chore(bidi): implement permissions API (#35662)
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.
2025-04-17 13:00:45 -07:00
..
2025-02-06 19:48:27 -08:00
2025-04-15 14:07:49 +02:00

playwright-core

This package contains the no-browser flavor of Playwright.