diff --git a/README.md b/README.md index 4b332207..fc5e191a 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ Playwright is a Java library to automate [Chromium](https://www.chromium.org/Hom | | Linux | macOS | Windows | | :--- | :---: | :---: | :---: | -| Chromium 128.0.6613.36 | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Chromium 129.0.6668.29 | :white_check_mark: | :white_check_mark: | :white_check_mark: | | WebKit 18.0 | ✅ | ✅ | ✅ | -| Firefox 129.0 | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Firefox 130.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/intro#system-requirements) for details. diff --git a/playwright/src/main/java/com/microsoft/playwright/APIResponse.java b/playwright/src/main/java/com/microsoft/playwright/APIResponse.java index 34dbdce4..f9409166 100644 --- a/playwright/src/main/java/com/microsoft/playwright/APIResponse.java +++ b/playwright/src/main/java/com/microsoft/playwright/APIResponse.java @@ -43,8 +43,8 @@ public interface APIResponse { */ Map headers(); /** - * An array with all the request HTTP headers associated with this response. Header names are not lower-cased. Headers with - * multiple entries, such as {@code Set-Cookie}, appear in the array multiple times. + * An array with all the response HTTP headers associated with this response. Header names are not lower-cased. Headers + * with multiple entries, such as {@code Set-Cookie}, appear in the array multiple times. * * @since v1.16 */ diff --git a/playwright/src/main/java/com/microsoft/playwright/BrowserContext.java b/playwright/src/main/java/com/microsoft/playwright/BrowserContext.java index b5dcc9f9..4dfd7246 100644 --- a/playwright/src/main/java/com/microsoft/playwright/BrowserContext.java +++ b/playwright/src/main/java/com/microsoft/playwright/BrowserContext.java @@ -541,12 +541,6 @@ public interface BrowserContext extends AutoCloseable { * BrowserContext.addInitScript()} and {@link com.microsoft.playwright.Page#addInitScript Page.addInitScript()} is not * defined. * - *

Bundling - * - *

If you have a complex script split into several files, it needs to be bundled into a single file first. We recommend - * running {@code esbuild} or {@code - * webpack} to produce a commonjs module and pass {@code path} and {@code arg}. - * * @param script Script to be evaluated in all pages in the browser context. * @since v1.8 */ @@ -574,12 +568,6 @@ public interface BrowserContext extends AutoCloseable { * BrowserContext.addInitScript()} and {@link com.microsoft.playwright.Page#addInitScript Page.addInitScript()} is not * defined. * - *

Bundling - * - *

If you have a complex script split into several files, it needs to be bundled into a single file first. We recommend - * running {@code esbuild} or {@code - * webpack} to produce a commonjs module and pass {@code path} and {@code arg}. - * * @param script Script to be evaluated in all pages in the browser context. * @since v1.8 */ diff --git a/playwright/src/main/java/com/microsoft/playwright/Page.java b/playwright/src/main/java/com/microsoft/playwright/Page.java index db020f91..096812a2 100644 --- a/playwright/src/main/java/com/microsoft/playwright/Page.java +++ b/playwright/src/main/java/com/microsoft/playwright/Page.java @@ -3767,12 +3767,6 @@ public interface Page extends AutoCloseable { * BrowserContext.addInitScript()} and {@link com.microsoft.playwright.Page#addInitScript Page.addInitScript()} is not * defined. * - *

Bundling - * - *

If you have a complex script split into several files, it needs to be bundled into a single file first. We recommend - * running {@code esbuild} or {@code - * webpack} to produce a commonjs module and pass {@code path} and {@code arg}. - * * @param script Script to be evaluated in all pages in the browser context. * @since v1.8 */ @@ -3800,12 +3794,6 @@ public interface Page extends AutoCloseable { * BrowserContext.addInitScript()} and {@link com.microsoft.playwright.Page#addInitScript Page.addInitScript()} is not * defined. * - *

Bundling - * - *

If you have a complex script split into several files, it needs to be bundled into a single file first. We recommend - * running {@code esbuild} or {@code - * webpack} to produce a commonjs module and pass {@code path} and {@code arg}. - * * @param script Script to be evaluated in all pages in the browser context. * @since v1.8 */ @@ -4803,7 +4791,7 @@ public interface Page extends AutoCloseable { * } * * @param selector A selector to use when resolving DOM element. - * @since v1.17↵regular [`Locator`] instead. + * @since v1.17 */ FrameLocator frameLocator(String selector); /** diff --git a/scripts/DRIVER_VERSION b/scripts/DRIVER_VERSION index ef6c3c10..21998d3c 100644 --- a/scripts/DRIVER_VERSION +++ b/scripts/DRIVER_VERSION @@ -1 +1 @@ -1.47.0-alpha-2024-08-28 +1.47.0