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. Returns the number of elements matching given selector.
### option: Locator.elementHandle.elementHandle = %%-input-timeout-%%
## async method: Locator.dblclick ## async method: Locator.dblclick
* langs: * langs:
- alias-csharp: DblClickAsync - 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. 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 ## async method: Locator.elementHandles
- returns: <[Array]<[ElementHandle]>> - returns: <[Array]<[ElementHandle]>>