diff --git a/playwright/src/main/java/com/microsoft/playwright/Locator.java b/playwright/src/main/java/com/microsoft/playwright/Locator.java index 80f366d3..8b3e4729 100644 --- a/playwright/src/main/java/com/microsoft/playwright/Locator.java +++ b/playwright/src/main/java/com/microsoft/playwright/Locator.java @@ -1250,8 +1250,8 @@ public interface Locator { * to {@code expression}. Returns the result of {@code expression} invocation. * *

If {@code expression} returns a Promise, then - * [{@code Locator.evaluateAll}] would wait for the promise to resolve and return its value. + * href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise'>Promise, then {@link + * Locator#evaluateAll Locator.evaluateAll()} would wait for the promise to resolve and return its value. * *

Examples: *

{@code
@@ -1270,8 +1270,8 @@ public interface Locator {
    * to {@code expression}. Returns the result of {@code expression} invocation.
    *
    * 

If {@code expression} returns a Promise, then - * [{@code Locator.evaluateAll}] would wait for the promise to resolve and return its value. + * href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise'>Promise, then {@link + * Locator#evaluateAll Locator.evaluateAll()} would wait for the promise to resolve and return its value. * *

Examples: *

{@code
diff --git a/scripts/CLI_VERSION b/scripts/CLI_VERSION
index 620ffdaf..dcf2c60d 100644
--- a/scripts/CLI_VERSION
+++ b/scripts/CLI_VERSION
@@ -1 +1 @@
-1.14.0-next-1628705690000
+1.14.0-1628878084000