From cf09f8d5a86a27b16e6e1bf3f9409d30412cb539 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 28 Jul 2021 01:13:00 -0700 Subject: [PATCH] docs: dedupe timeout option (#7876) --- docs/src/api/class-locator.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/src/api/class-locator.md b/docs/src/api/class-locator.md index 17250492a6..67f2d774f8 100644 --- a/docs/src/api/class-locator.md +++ b/docs/src/api/class-locator.md @@ -167,8 +167,6 @@ When all steps combined have not finished during the specified [`option: timeout Returns the number of elements matching given selector. -### option: Locator.elementHandle.elementHandle = %%-input-timeout-%% - ## async method: Locator.dblclick * langs: - alias-csharp: DblClickAsync @@ -291,8 +289,7 @@ Optional event-specific initialization properties. Resolves given locator to the first matching DOM element. If no elements matching the query are visible, waits for them up to a given timeout. If multiple elements match the selector, throws. -### option: Locator.elementHandle.elementHandle = %%-input-timeout-%% - +### option: Locator.elementHandle.timeout = %%-input-timeout-%% ## async method: Locator.elementHandles - returns: <[Array]<[ElementHandle]>>