Add 'window-management' to chromium browser
Resolves #27198
This adds the 'windowManagement' permission to the list of permissions that can be granted on Chromium.
https://chromedevtools.github.io/devtools-protocol/tot/Browser/#type-PermissionType
Test results for "tests 1"
2 flaky
:warning: [playwright-test] › ui-mode-test-screencast.spec.ts:21:5 › should show screenshots:warning: [webkit-page] › page/workers.spec.ts:243:3 › should support offline
28282 passed, 637 skipped :heavy_check_mark::heavy_check_mark::heavy_check_mark:
Merge workflow run.
@yury-s I can definitely do that. Do you know where I can get started with that? I.e. where I should add this test and to which areas of documentation?
Take a look at permissions.spec.ts and BrowserContext.grantPermissions
Hello what's the progress on this as I need this fix as well?
Hello I made a pr following your requests @yury-s https://github.com/microsoft/playwright/pull/31687
Subsumed into https://github.com/microsoft/playwright/pull/31687