Skip to content

Commit 36350f3

Browse files
authored
chore: roll 1.47.0 (#1670)
1 parent f3476c6 commit 36350f3

File tree

5 files changed

+6
-30
lines changed

5 files changed

+6
-30
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Playwright is a Java library to automate [Chromium](https://www.chromium.org/Hom
1111

1212
| | Linux | macOS | Windows |
1313
| :--- | :---: | :---: | :---: |
14-
| Chromium <!-- GEN:chromium-version -->128.0.6613.36<!-- GEN:stop --> | :white_check_mark: | :white_check_mark: | :white_check_mark: |
14+
| Chromium <!-- GEN:chromium-version -->129.0.6668.29<!-- GEN:stop --> | :white_check_mark: | :white_check_mark: | :white_check_mark: |
1515
| WebKit <!-- GEN:webkit-version -->18.0<!-- GEN:stop --> ||||
16-
| Firefox <!-- GEN:firefox-version -->129.0<!-- GEN:stop --> | :white_check_mark: | :white_check_mark: | :white_check_mark: |
16+
| Firefox <!-- GEN:firefox-version -->130.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/intro#system-requirements) for details.
1919

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ public interface APIResponse {
4343
*/
4444
Map<String, String> headers();
4545
/**
46-
* An array with all the request HTTP headers associated with this response. Header names are not lower-cased. Headers with
47-
* multiple entries, such as {@code Set-Cookie}, appear in the array multiple times.
46+
* An array with all the response HTTP headers associated with this response. Header names are not lower-cased. Headers
47+
* with multiple entries, such as {@code Set-Cookie}, appear in the array multiple times.
4848
*
4949
* @since v1.16
5050
*/

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -541,12 +541,6 @@ public WaitForPageOptions setTimeout(double timeout) {
541541
* BrowserContext.addInitScript()} and {@link com.microsoft.playwright.Page#addInitScript Page.addInitScript()} is not
542542
* defined.
543543
*
544-
* <p> <strong>Bundling</strong>
545-
*
546-
* <p> If you have a complex script split into several files, it needs to be bundled into a single file first. We recommend
547-
* running <a href="https://esbuild.github.io/">{@code esbuild}</a> or <a href="https://webpack.js.org/">{@code
548-
* webpack}</a> to produce a commonjs module and pass {@code path} and {@code arg}.
549-
*
550544
* @param script Script to be evaluated in all pages in the browser context.
551545
* @since v1.8
552546
*/
@@ -574,12 +568,6 @@ public WaitForPageOptions setTimeout(double timeout) {
574568
* BrowserContext.addInitScript()} and {@link com.microsoft.playwright.Page#addInitScript Page.addInitScript()} is not
575569
* defined.
576570
*
577-
* <p> <strong>Bundling</strong>
578-
*
579-
* <p> If you have a complex script split into several files, it needs to be bundled into a single file first. We recommend
580-
* running <a href="https://esbuild.github.io/">{@code esbuild}</a> or <a href="https://webpack.js.org/">{@code
581-
* webpack}</a> to produce a commonjs module and pass {@code path} and {@code arg}.
582-
*
583571
* @param script Script to be evaluated in all pages in the browser context.
584572
* @since v1.8
585573
*/

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

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3767,12 +3767,6 @@ public WaitForWorkerOptions setTimeout(double timeout) {
37673767
* BrowserContext.addInitScript()} and {@link com.microsoft.playwright.Page#addInitScript Page.addInitScript()} is not
37683768
* defined.
37693769
*
3770-
* <p> <strong>Bundling</strong>
3771-
*
3772-
* <p> If you have a complex script split into several files, it needs to be bundled into a single file first. We recommend
3773-
* running <a href="https://esbuild.github.io/">{@code esbuild}</a> or <a href="https://webpack.js.org/">{@code
3774-
* webpack}</a> to produce a commonjs module and pass {@code path} and {@code arg}.
3775-
*
37763770
* @param script Script to be evaluated in all pages in the browser context.
37773771
* @since v1.8
37783772
*/
@@ -3800,12 +3794,6 @@ public WaitForWorkerOptions setTimeout(double timeout) {
38003794
* BrowserContext.addInitScript()} and {@link com.microsoft.playwright.Page#addInitScript Page.addInitScript()} is not
38013795
* defined.
38023796
*
3803-
* <p> <strong>Bundling</strong>
3804-
*
3805-
* <p> If you have a complex script split into several files, it needs to be bundled into a single file first. We recommend
3806-
* running <a href="https://esbuild.github.io/">{@code esbuild}</a> or <a href="https://webpack.js.org/">{@code
3807-
* webpack}</a> to produce a commonjs module and pass {@code path} and {@code arg}.
3808-
*
38093797
* @param script Script to be evaluated in all pages in the browser context.
38103798
* @since v1.8
38113799
*/
@@ -4803,7 +4791,7 @@ default void focus(String selector) {
48034791
* }</pre>
48044792
*
48054793
* @param selector A selector to use when resolving DOM element.
4806-
* @since v1.17↵regular [`Locator`] instead.
4794+
* @since v1.17
48074795
*/
48084796
FrameLocator frameLocator(String selector);
48094797
/**

scripts/DRIVER_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.47.0-alpha-2024-08-28
1+
1.47.0

0 commit comments

Comments
 (0)