Skip to content

Commit

Permalink
docs: fix locator all since version (#19509)
Browse files Browse the repository at this point in the history
Also a CP candidate.
  • Loading branch information
mxschmitt committed Dec 16, 2022
1 parent ba8a6c4 commit 1e31afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/api/class-locator.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ a way to find element(s) on the page at any moment. Locator can be created with
[Learn more about locators](../locators.md).

## async method: Locator.all
* since: v1.14
* since: v1.29
- returns: <[Array]<[Locator]>>

When locator points to a list of elements, returns array of locators, pointing
Expand Down

0 comments on commit 1e31afd

Please sign in to comment.