File tree Expand file tree Collapse file tree 5 files changed +6
-30
lines changed
playwright/src/main/java/com/microsoft/playwright Expand file tree Collapse file tree 5 files changed +6
-30
lines changed Original file line number Diff line number Diff 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
1818Headless 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
Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 /**
Original file line number Diff line number Diff line change 1- 1.47.0-alpha-2024-08-28
1+ 1.47.0
You can’t perform that action at this time.
0 commit comments