docs: fix locator all since version (#19509)

Also a CP candidate.
This commit is contained in:
Max Schmitt 2022-12-16 18:02:26 +01:00 committed by GitHub
parent ba8a6c4b08
commit 1e31afd9d7
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). [Learn more about locators](../locators.md).
## async method: Locator.all ## async method: Locator.all
* since: v1.14 * since: v1.29
- returns: <[Array]<[Locator]>> - returns: <[Array]<[Locator]>>
When locator points to a list of elements, returns array of locators, pointing When locator points to a list of elements, returns array of locators, pointing