From d1b883bc2fc3bd56dd906b280f5a588e115ac4b5 Mon Sep 17 00:00:00 2001 From: aesyondu <57334943+aesyondu@users.noreply.github.com> Date: Fri, 7 Feb 2020 07:40:40 +0800 Subject: [PATCH] Fix note, to include Chromium non-headless Co-Authored-By: Dmitry Gozman --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index d6cb1505f1..bb6d5696e9 100644 --- a/docs/api.md +++ b/docs/api.md @@ -798,7 +798,7 @@ Gets the full HTML contents of the page, including the doctype. - 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]) - `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.