diff --git a/playwright/src/main/java/com/microsoft/playwright/BrowserContext.java b/playwright/src/main/java/com/microsoft/playwright/BrowserContext.java index 1e651aa9..89929d89 100644 --- a/playwright/src/main/java/com/microsoft/playwright/BrowserContext.java +++ b/playwright/src/main/java/com/microsoft/playwright/BrowserContext.java @@ -856,6 +856,8 @@ default void exposeBinding(String name, BindingCallback callback) { *
  • {@code "clipboard-write"}
  • *
  • {@code "geolocation"}
  • *
  • {@code "gyroscope"}
  • + *
  • {@code "local-fonts"}
  • + *
  • {@code "local-network-access"}
  • *
  • {@code "magnetometer"}
  • *
  • {@code "microphone"}
  • *
  • {@code "midi-sysex"} (system-exclusive midi)
  • @@ -863,7 +865,6 @@ default void exposeBinding(String name, BindingCallback callback) { *
  • {@code "notifications"}
  • *
  • {@code "payment-handler"}
  • *
  • {@code "storage-access"}
  • - *
  • {@code "local-fonts"}
  • * * @since v1.8 */ @@ -889,6 +890,8 @@ default void grantPermissions(List permissions) { *
  • {@code "clipboard-write"}
  • *
  • {@code "geolocation"}
  • *
  • {@code "gyroscope"}
  • + *
  • {@code "local-fonts"}
  • + *
  • {@code "local-network-access"}
  • *
  • {@code "magnetometer"}
  • *
  • {@code "microphone"}
  • *
  • {@code "midi-sysex"} (system-exclusive midi)
  • @@ -896,7 +899,6 @@ default void grantPermissions(List permissions) { *
  • {@code "notifications"}
  • *
  • {@code "payment-handler"}
  • *
  • {@code "storage-access"}
  • - *
  • {@code "local-fonts"}
  • * * @since v1.8 */ diff --git a/scripts/DRIVER_VERSION b/scripts/DRIVER_VERSION index b5716131..43c989b5 100644 --- a/scripts/DRIVER_VERSION +++ b/scripts/DRIVER_VERSION @@ -1 +1 @@ -1.56.0-beta-1759527268000 +1.56.1