chore: Note that (code) coverage is only available for chromium (#867)

This commit is contained in:
aesyondu 2020-02-07 07:51:03 +08:00 committed by GitHub
parent 8c6faab012
commit 75340f34ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -796,6 +796,8 @@ Gets the full HTML contents of the page, including the doctype.
- returns: <[Coverage]> - returns: <[Coverage]>
> **NOTE** Code coverage is currently only supported in Chromium.
#### page.dblclick(selector[, options]) #### page.dblclick(selector[, options])
- `selector` <[string]> A selector to search for element to double click. If there are multiple elements satisfying the selector, the first will be double clicked. - `selector` <[string]> A selector to search for element to double click. If there are multiple elements satisfying the selector, the first will be double clicked.
- `options` <[Object]> - `options` <[Object]>