Fix note, to include Chromium non-headless

Co-Authored-By: Dmitry Gozman <dgozman@gmail.com>
This commit is contained in:
aesyondu 2020-02-07 07:40:40 +08:00 committed by GitHub
parent 553cee064b
commit d1b883bc2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -798,7 +798,7 @@ Gets the full HTML contents of the page, including the doctype.
- returns: <[Coverage]> - returns: <[Coverage]>
> **NOTE** Code coverage is currently only supported in Chromium headless. > **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.