From 307ccc9e9231ae79d50f4f4690909be6bf2fd0f4 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Mon, 10 Nov 2025 15:33:21 -0800 Subject: [PATCH 1/2] chore: update driver to 1.56.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c2a56354b..2046c2220 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ import zipfile from typing import Dict -driver_version = "1.56.0-beta-1759412259000" +driver_version = "1.56.1" base_wheel_bundles = [ { From 6ffff290742ae7c069c675090b89c5b98476b3a0 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Mon, 10 Nov 2025 15:47:07 -0800 Subject: [PATCH 2/2] update api --- playwright/async_api/_generated.py | 3 ++- playwright/sync_api/_generated.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/playwright/async_api/_generated.py b/playwright/async_api/_generated.py index 71f5aff82..4c8304b25 100644 --- a/playwright/async_api/_generated.py +++ b/playwright/async_api/_generated.py @@ -12924,6 +12924,8 @@ async def grant_permissions( - `'clipboard-write'` - `'geolocation'` - `'gyroscope'` + - `'local-fonts'` + - `'local-network-access'` - `'magnetometer'` - `'microphone'` - `'midi-sysex'` (system-exclusive midi) @@ -12931,7 +12933,6 @@ async def grant_permissions( - `'notifications'` - `'payment-handler'` - `'storage-access'` - - `'local-fonts'` origin : Union[str, None] The [origin] to grant permissions to, e.g. "https://example.com". """ diff --git a/playwright/sync_api/_generated.py b/playwright/sync_api/_generated.py index 024014c51..ced1a7d8c 100644 --- a/playwright/sync_api/_generated.py +++ b/playwright/sync_api/_generated.py @@ -12948,6 +12948,8 @@ def grant_permissions( - `'clipboard-write'` - `'geolocation'` - `'gyroscope'` + - `'local-fonts'` + - `'local-network-access'` - `'magnetometer'` - `'microphone'` - `'midi-sysex'` (system-exclusive midi) @@ -12955,7 +12957,6 @@ def grant_permissions( - `'notifications'` - `'payment-handler'` - `'storage-access'` - - `'local-fonts'` origin : Union[str, None] The [origin] to grant permissions to, e.g. "https://example.com". """