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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PlaywrightCapture
3
- Version: 1.27.2
3
+ Version: 1.27.3
4
4
  Summary: A simple library to capture websites using playwright
5
5
  Home-page: https://github.com/Lookyloo/PlaywrightCapture
6
6
  License: BSD-3-Clause
@@ -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',
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "PlaywrightCapture"
3
- version = "1.27.2"
3
+ version = "1.27.3"
4
4
  description = "A simple library to capture websites using playwright"
5
5
  authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
6
6
  license = "BSD-3-Clause"