File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
playwright/src/main/java/com/microsoft/playwright Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ Playwright is a Java library to automate [Chromium](https://www.chromium.org/Hom
1111
1212| | Linux | macOS | Windows |
1313| :--- | :---: | :---: | :---: |
14- | Chromium <!-- GEN:chromium-version --> 96.0.4660 .0<!-- GEN:stop --> | :white_check_mark : | :white_check_mark : | :white_check_mark : |
15- | WebKit <!-- GEN:webkit-version --> 15.0 <!-- GEN:stop --> | ✅ | ✅ | ✅ |
14+ | Chromium <!-- GEN:chromium-version --> 96.0.4664 .0<!-- GEN:stop --> | :white_check_mark : | :white_check_mark : | :white_check_mark : |
15+ | WebKit <!-- GEN:webkit-version --> 15.4 <!-- GEN:stop --> | ✅ | ✅ | ✅ |
1616| Firefox <!-- GEN:firefox-version --> 92.0<!-- GEN:stop --> | :white_check_mark : | :white_check_mark : | :white_check_mark : |
1717
1818Headless 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.
Original file line number Diff line number Diff line change 2929 * <p> If a page opens another page, e.g. with a {@code window.open} call, the popup will belong to the parent page's browser
3030 * context.
3131 *
32- * <p> Playwright allows creation of "incognito" browser contexts with {@code browser .newContext()} method. "Incognito" browser
33- * contexts don't write any browsing data to disk.
32+ * <p> Playwright allows creating "incognito" browser contexts with {@link Browser#newContext Browser .newContext()} method.
33+ * "Incognito" browser contexts don't write any browsing data to disk.
3434 * <pre>{@code
3535 * // Create a new incognito browser context
3636 * BrowserContext context = browser.newContext();
Original file line number Diff line number Diff line change 1- 1.16.0-next-1633463468000
1+ 1.16.0-next-1633727509000
You can’t perform that action at this time.
0 commit comments