mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
fix(docs): missing reference type (#8031)
This was causing the .NET API to have invalid XML comments.
This commit is contained in:
parent
1f168bd9c7
commit
b88c4ee49c
@ -383,7 +383,7 @@ Optional argument to pass to [`param: expression`].
|
||||
The method finds all elements matching the specified locator and passes an array of matched elements as
|
||||
a first argument to [`param: expression`]. Returns the result of [`param: expression`] invocation.
|
||||
|
||||
If [`param: expression`] returns a [Promise], then [`Locator.evaluateAll`] would wait for the promise
|
||||
If [`param: expression`] returns a [Promise], then [`method: Locator.evaluateAll`] would wait for the promise
|
||||
to resolve and return its value.
|
||||
|
||||
Examples:
|
||||
|
5
types/types.d.ts
vendored
5
types/types.d.ts
vendored
@ -7064,8 +7064,9 @@ export interface Locator {
|
||||
* The method finds all elements matching the specified locator and passes an array of matched elements as a first argument
|
||||
* to `pageFunction`. Returns the result of `pageFunction` invocation.
|
||||
*
|
||||
* If `pageFunction` returns a [Promise], then [`Locator.evaluateAll`] would wait for the promise to resolve and return its
|
||||
* value.
|
||||
* If `pageFunction` returns a [Promise], then
|
||||
* [locator.evaluateAll(pageFunction[, arg])](https://playwright.dev/docs/api/class-locator#locator-evaluate-all) would
|
||||
* wait for the promise to resolve and return its value.
|
||||
*
|
||||
* Examples:
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user