Note that (code) coverage is only available for chromium
This commit is contained in:
parent
a72784a677
commit
553cee064b
|
|
@ -798,6 +798,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 headless.
|
||||||
|
|
||||||
#### 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]>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue