Skip to content

Commit a061ba0

Browse files
authored
chore: roll driver to 1.28.0 (#1124)
1 parent 5a3daf6 commit a061ba0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Playwright is a Java library to automate [Chromium](https://www.chromium.org/Hom
1212
| | Linux | macOS | Windows |
1313
| :--- | :---: | :---: | :---: |
1414
| Chromium <!-- GEN:chromium-version -->108.0.5359.29<!-- GEN:stop --> | :white_check_mark: | :white_check_mark: | :white_check_mark: |
15-
| WebKit <!-- GEN:webkit-version -->16.0<!-- GEN:stop --> ||||
15+
| WebKit <!-- GEN:webkit-version -->16.4<!-- GEN:stop --> ||||
1616
| Firefox <!-- GEN:firefox-version -->106.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/test/java/com/microsoft/playwright/TestLocatorFrame.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ void shouldWaitForFrame() {
104104
PlaywrightException e = assertThrows(PlaywrightException.class, () -> {
105105
page.frameLocator("iframe").locator("span").click(new Locator.ClickOptions().setTimeout(300));
106106
});
107-
assertTrue(e.getMessage().contains("waiting for frameLocator('iframe')"), e.getMessage());
107+
assertTrue(e.getMessage().contains("waiting for frameLocator(\"iframe\")"), e.getMessage());
108108
}
109109

110110
@Test

scripts/CLI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.28.0-beta-1668481322000
1+
1.28.0

0 commit comments

Comments
 (0)