chery-pick(#19509): docs: fix locator all since version (#19521)

This PR cherry-picks the following commits:

- 1e31afd9d7
This commit is contained in:
Playwright Service 2022-12-16 09:19:51 -08:00 committed by GitHub
parent 8a9692e2c5
commit 4b871153d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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