Fix note, to include Chromium non-headless
Co-Authored-By: Dmitry Gozman <dgozman@gmail.com>
This commit is contained in:
parent
553cee064b
commit
d1b883bc2f
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue