From 104be4728f2fba0fbc5a958949f32fb882da4836 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Fri, 13 Aug 2021 12:32:58 -0700 Subject: [PATCH] chore: update driver to 1.14.0-1628878084000 (#561) --- .../src/main/java/com/microsoft/playwright/Locator.java | 8 ++++---- scripts/CLI_VERSION | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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