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
11
11
12
12
| | Linux | macOS | Windows |
13
13
| :--- | :---: | :---: | :---: |
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 : |
15
15
| 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 : |
17
17
18
18
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.
19
19
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ public interface APIResponse {
43
43
*/
44
44
Map <String , String > headers ();
45
45
/**
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.
48
48
*
49
49
* @since v1.16
50
50
*/
Original file line number Diff line number Diff line change @@ -541,12 +541,6 @@ public WaitForPageOptions setTimeout(double timeout) {
541
541
* BrowserContext.addInitScript()} and {@link com.microsoft.playwright.Page#addInitScript Page.addInitScript()} is not
542
542
* defined.
543
543
*
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
- *
550
544
* @param script Script to be evaluated in all pages in the browser context.
551
545
* @since v1.8
552
546
*/
@@ -574,12 +568,6 @@ public WaitForPageOptions setTimeout(double timeout) {
574
568
* BrowserContext.addInitScript()} and {@link com.microsoft.playwright.Page#addInitScript Page.addInitScript()} is not
575
569
* defined.
576
570
*
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
- *
583
571
* @param script Script to be evaluated in all pages in the browser context.
584
572
* @since v1.8
585
573
*/
Original file line number Diff line number Diff line change @@ -3767,12 +3767,6 @@ public WaitForWorkerOptions setTimeout(double timeout) {
3767
3767
* BrowserContext.addInitScript()} and {@link com.microsoft.playwright.Page#addInitScript Page.addInitScript()} is not
3768
3768
* defined.
3769
3769
*
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
- *
3776
3770
* @param script Script to be evaluated in all pages in the browser context.
3777
3771
* @since v1.8
3778
3772
*/
@@ -3800,12 +3794,6 @@ public WaitForWorkerOptions setTimeout(double timeout) {
3800
3794
* BrowserContext.addInitScript()} and {@link com.microsoft.playwright.Page#addInitScript Page.addInitScript()} is not
3801
3795
* defined.
3802
3796
*
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
- *
3809
3797
* @param script Script to be evaluated in all pages in the browser context.
3810
3798
* @since v1.8
3811
3799
*/
@@ -4803,7 +4791,7 @@ default void focus(String selector) {
4803
4791
* }</pre>
4804
4792
*
4805
4793
* @param selector A selector to use when resolving DOM element.
4806
- * @since v1.17↵regular [`Locator`] instead.
4794
+ * @since v1.17
4807
4795
*/
4808
4796
FrameLocator frameLocator (String selector );
4809
4797
/**
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