PlaywrightCapture 1.27.2__tar.gz → 1.27.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {playwrightcapture-1.27.2 → playwrightcapture-1.27.3}/PKG-INFO +1 -1
- {playwrightcapture-1.27.2 → playwrightcapture-1.27.3}/playwrightcapture/capture.py +1 -1
- {playwrightcapture-1.27.2 → playwrightcapture-1.27.3}/pyproject.toml +1 -1
- {playwrightcapture-1.27.2 → playwrightcapture-1.27.3}/LICENSE +0 -0
- {playwrightcapture-1.27.2 → playwrightcapture-1.27.3}/README.md +0 -0
- {playwrightcapture-1.27.2 → playwrightcapture-1.27.3}/playwrightcapture/__init__.py +0 -0
- {playwrightcapture-1.27.2 → playwrightcapture-1.27.3}/playwrightcapture/exceptions.py +0 -0
- {playwrightcapture-1.27.2 → playwrightcapture-1.27.3}/playwrightcapture/helpers.py +0 -0
- {playwrightcapture-1.27.2 → playwrightcapture-1.27.3}/playwrightcapture/py.typed +0 -0
@@ -484,7 +484,7 @@ class Capture():
|
|
484
484
|
# See https://github.com/microsoft/playwright/issues/16577
|
485
485
|
chromium_permissions = [
|
486
486
|
'accelerometer',
|
487
|
-
'accessibility-events',
|
487
|
+
# 'accessibility-events', # broken in v1.49 - https://github.com/microsoft/playwright-python/issues/2663
|
488
488
|
'ambient-light-sensor',
|
489
489
|
'background-sync',
|
490
490
|
'camera',
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|