Skip to content

Commit 07e7cb8

Browse files
authored
chore: roll driver (#642)
1 parent 7af5405 commit 07e7cb8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1818
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.

playwright/src/main/java/com/microsoft/playwright/BrowserContext.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
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();

scripts/CLI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.16.0-next-1633463468000
1+
1.16.0-next-1633727509000

0 commit comments

Comments
 (0)