docs: dedupe timeout option (#7876)

This commit is contained in:
Yury Semikhatsky 2021-07-28 01:13:00 -07:00 committed by GitHub
parent b8dc0b9156
commit cf09f8d5a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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