Skip to content

Commit 104be47

Browse files
authored
chore: update driver to 1.14.0-1628878084000 (#561)
1 parent 0877655 commit 104be47

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

playwright/src/main/java/com/microsoft/playwright/Locator.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,8 +1250,8 @@ default Object evaluate(String expression) {
12501250
* to {@code expression}. Returns the result of {@code expression} invocation.
12511251
*
12521252
* <p> If {@code expression} returns a <a
1253-
* href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise'>Promise</a>, then
1254-
* [{@code Locator.evaluateAll}] would wait for the promise to resolve and return its value.
1253+
* href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise'>Promise</a>, then {@link
1254+
* Locator#evaluateAll Locator.evaluateAll()} would wait for the promise to resolve and return its value.
12551255
*
12561256
* <p> Examples:
12571257
* <pre>{@code
@@ -1270,8 +1270,8 @@ default Object evaluateAll(String expression) {
12701270
* to {@code expression}. Returns the result of {@code expression} invocation.
12711271
*
12721272
* <p> If {@code expression} returns a <a
1273-
* href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise'>Promise</a>, then
1274-
* [{@code Locator.evaluateAll}] would wait for the promise to resolve and return its value.
1273+
* href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise'>Promise</a>, then {@link
1274+
* Locator#evaluateAll Locator.evaluateAll()} would wait for the promise to resolve and return its value.
12751275
*
12761276
* <p> Examples:
12771277
* <pre>{@code

scripts/CLI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.14.0-next-1628705690000
1+
1.14.0-1628878084000

0 commit comments

Comments
 (0)