File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -12924,14 +12924,15 @@ async def grant_permissions(
1292412924 - `'clipboard-write'`
1292512925 - `'geolocation'`
1292612926 - `'gyroscope'`
12927+ - `'local-fonts'`
12928+ - `'local-network-access'`
1292712929 - `'magnetometer'`
1292812930 - `'microphone'`
1292912931 - `'midi-sysex'` (system-exclusive midi)
1293012932 - `'midi'`
1293112933 - `'notifications'`
1293212934 - `'payment-handler'`
1293312935 - `'storage-access'`
12934- - `'local-fonts'`
1293512936 origin : Union[str, None]
1293612937 The [origin] to grant permissions to, e.g. "https://example.com".
1293712938 """
Original file line number Diff line number Diff line change @@ -12948,14 +12948,15 @@ def grant_permissions(
1294812948 - `'clipboard-write'`
1294912949 - `'geolocation'`
1295012950 - `'gyroscope'`
12951+ - `'local-fonts'`
12952+ - `'local-network-access'`
1295112953 - `'magnetometer'`
1295212954 - `'microphone'`
1295312955 - `'midi-sysex'` (system-exclusive midi)
1295412956 - `'midi'`
1295512957 - `'notifications'`
1295612958 - `'payment-handler'`
1295712959 - `'storage-access'`
12958- - `'local-fonts'`
1295912960 origin : Union[str, None]
1296012961 The [origin] to grant permissions to, e.g. "https://example.com".
1296112962 """
Original file line number Diff line number Diff line change 2121import zipfile
2222from typing import Dict
2323
24- driver_version = "1.56.0-beta-1759412259000 "
24+ driver_version = "1.56.1 "
2525
2626base_wheel_bundles = [
2727 {
You can’t perform that action at this time.
0 commit comments