From 4b871153d07b66c8ad19ec1f0b72a8d575e10e8f Mon Sep 17 00:00:00 2001 From: Playwright Service <89237858+playwrightmachine@users.noreply.github.com> Date: Fri, 16 Dec 2022 09:19:51 -0800 Subject: [PATCH] chery-pick(#19509): docs: fix locator all since version (#19521) This PR cherry-picks the following commits: - 1e31afd9d7be6b0e543d2cdaadc07a9c58b31f98 --- docs/src/api/class-locator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/api/class-locator.md b/docs/src/api/class-locator.md index 0ba190f8e4..e068514711 100644 --- a/docs/src/api/class-locator.md +++ b/docs/src/api/class-locator.md @@ -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