playwright/packages/playwright-core
Yury Semikhatsky e269092ef9
Revert "fix: add 'window-management' to chromium browser (#31687)" (#31801)
This reverts commit 0aa2f06f68.

Discussed the new permission in the API review and decided not to
proceed with the feature as we are not ready to commit to supporting it
yet:
* the API is Chromium specific
* the API is still experimental
* there is no clarity to what extend the screen manipulation APIs will
work in old headless which is our main test environment

We'll keep an eye on the demand for the feature and may get back to
implementing it in the future.

Reference: https://github.com/microsoft/playwright/issues/27198
2024-07-22 11:27:12 -07:00
..
bin feat: support client certificates (#31529) 2024-07-12 11:42:24 +02:00
bundles chore: bump ws to 8.17.1 in the utils bundle (#31384) 2024-06-19 15:11:54 -07:00
src Revert "fix: add 'window-management' to chromium browser (#31687)" (#31801) 2024-07-22 11:27:12 -07:00
types Revert "fix: add 'window-management' to chromium browser (#31687)" (#31801) 2024-07-22 11:27:12 -07:00
.eslintrc.js chore: strengthen linting (#29669) 2024-02-26 16:52:28 -08:00
.npmignore chore: fix installation tests (#26602) 2023-08-22 16:48:52 +02:00
browsers.json feat(webkit): roll to r2048 (#31778) 2024-07-20 14:27:41 +02:00
cli.js chore: split cli processing into cli endpoint and program (#29131) 2024-01-23 15:22:09 -08:00
index.d.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
index.js chore: refactored minimum Node Major version to variable (#24188) 2023-07-18 19:57:48 +02:00
index.mjs fix: export request from index.jsm (#13158) 2022-03-30 09:35:47 -07:00
package.json chore: mark v1.46.0-next (#31324) 2024-06-14 18:22:42 -07:00
README.md chore: drop dependency on playwright-core in all our packages (#2318) 2020-05-21 13:18:15 -07:00
ThirdPartyNotices.txt chore: bump ws to 8.17.1 in the utils bundle (#31384) 2024-06-19 15:11:54 -07:00

playwright-core

This package contains the no-browser flavor of Playwright.