File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
playwright/src/main/java/com/microsoft/playwright Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- 1.14.0-next-1628705690000
1+ 1.14.0-1628878084000
You can’t perform that action at this time.
0 commit comments