diff --git a/playwright/src/main/java/com/microsoft/playwright/Browser.java b/playwright/src/main/java/com/microsoft/playwright/Browser.java index 61283af9..cf7b6d33 100644 --- a/playwright/src/main/java/com/microsoft/playwright/Browser.java +++ b/playwright/src/main/java/com/microsoft/playwright/Browser.java @@ -61,10 +61,11 @@ public interface Browser extends AutoCloseable { */ public Boolean acceptDownloads; /** - * When using {@link Page#goto Page.goto()}, {@link Page#route Page.route()}, {@link Page#waitForURL Page.waitForURL()}, - * {@link Page#waitForRequest Page.waitForRequest()}, or {@link Page#waitForResponse Page.waitForResponse()} it takes the - * base URL in consideration by using the {@code URL()} - * constructor for building the corresponding URL. Examples: + * When using {@link Page#navigate Page.navigate()}, {@link Page#route Page.route()}, {@link Page#waitForURL + * Page.waitForURL()}, {@link Page#waitForRequest Page.waitForRequest()}, or {@link Page#waitForResponse + * Page.waitForResponse()} it takes the base URL in consideration by using the {@code URL()} constructor for building the corresponding + * URL. Examples: *