diff --git a/README.md b/README.md index 29d55854..3360cee5 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ Playwright is a Java library to automate [Chromium](https://www.chromium.org/Hom | | Linux | macOS | Windows | | :--- | :---: | :---: | :---: | -| Chromium 96.0.4660.0 | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| WebKit 15.0 | ✅ | ✅ | ✅ | +| Chromium 96.0.4664.0 | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| WebKit 15.4 | ✅ | ✅ | ✅ | | Firefox 92.0 | :white_check_mark: | :white_check_mark: | :white_check_mark: | Headless execution is supported for all the browsers on all platforms. Check out [system requirements](https://playwright.dev/java/docs/next/intro/#system-requirements) for details. diff --git a/playwright/src/main/java/com/microsoft/playwright/BrowserContext.java b/playwright/src/main/java/com/microsoft/playwright/BrowserContext.java index e808ec13..7a01d1c8 100644 --- a/playwright/src/main/java/com/microsoft/playwright/BrowserContext.java +++ b/playwright/src/main/java/com/microsoft/playwright/BrowserContext.java @@ -29,8 +29,8 @@ import java.util.regex.Pattern; *

If a page opens another page, e.g. with a {@code window.open} call, the popup will belong to the parent page's browser * context. * - *

Playwright allows creation of "incognito" browser contexts with {@code browser.newContext()} method. "Incognito" browser - * contexts don't write any browsing data to disk. + *

Playwright allows creating "incognito" browser contexts with {@link Browser#newContext Browser.newContext()} method. + * "Incognito" browser contexts don't write any browsing data to disk. *

{@code
  * // Create a new incognito browser context
  * BrowserContext context = browser.newContext();
diff --git a/scripts/CLI_VERSION b/scripts/CLI_VERSION
index 673ca47a..cbacb634 100644
--- a/scripts/CLI_VERSION
+++ b/scripts/CLI_VERSION
@@ -1 +1 @@
-1.16.0-next-1633463468000
+1.16.0-next-1633727509000