From 75340f34ad42a736c1c18eac37b90f27573ce032 Mon Sep 17 00:00:00 2001 From: aesyondu <57334943+aesyondu@users.noreply.github.com> Date: Fri, 7 Feb 2020 07:51:03 +0800 Subject: [PATCH] chore: Note that (code) coverage is only available for chromium (#867) --- docs/api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api.md b/docs/api.md index f67f7cc67b..6bc6c78ccb 100644 --- a/docs/api.md +++ b/docs/api.md @@ -796,6 +796,8 @@ Gets the full HTML contents of the page, including the doctype. - returns: <[Coverage]> +> **NOTE** Code coverage is currently only supported in Chromium. + #### 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]>