From f484b833ae7139ac3de34ffb4b64c0276abed91a Mon Sep 17 00:00:00 2001 From: Dmitry Gozman Date: Fri, 17 Mar 2023 12:48:07 -0700 Subject: [PATCH] docs: update getByLabel docs to mention aria attributes (#21765) References #21624. --- docs/src/api/params.md | 10 ++++++-- packages/playwright-core/types/types.d.ts | 28 ++++++++++++++++------- 2 files changed, 28 insertions(+), 10 deletions(-) diff --git a/docs/src/api/params.md b/docs/src/api/params.md index 36a61f79ef..22f3527198 100644 --- a/docs/src/api/params.md +++ b/docs/src/api/params.md @@ -1430,34 +1430,40 @@ await page.GetByAltText("Playwright logo").ClickAsync(); ## template-locator-get-by-label-text -Allows locating input elements by the text of the associated label. +Allows locating input elements by the text of the associated `