From 553cee064bc5d66deed861f0f16cb0993e4e0701 Mon Sep 17 00:00:00 2001 From: aesyondu <57334943+aesyondu@users.noreply.github.com> Date: Thu, 6 Feb 2020 15:35:11 +0800 Subject: [PATCH] Note that (code) coverage is only available for chromium --- docs/api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api.md b/docs/api.md index 6a7e5e3180..d6cb1505f1 100644 --- a/docs/api.md +++ b/docs/api.md @@ -798,6 +798,8 @@ Gets the full HTML contents of the page, including the doctype. - returns: <[Coverage]> +> **NOTE** Code coverage is currently only supported in Chromium headless. + #### 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. - `options` <[Object]>