From 4205ff79d93c1d27b9cadde6f56c19be04397abd Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Fri, 12 Jun 2020 17:13:20 +0200 Subject: [PATCH] docs(api): remove subheader for non-namespace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This way, pptr.dev doesn’t incorrectly think the header is a namespace. Ref. #6000. --- docs/api.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/api.md b/docs/api.md index 98487abfafa..9ee39413a28 100644 --- a/docs/api.md +++ b/docs/api.md @@ -2488,8 +2488,6 @@ await page.mouse.move(0, 0); await page.mouse.up(); ``` -#### Selecting text and moving the mouse - Note that the mouse events trigger synthetic `MouseEvent`s. This means that it does not fully replicate the functionality of what a normal user would be able to do with their mouse.