docs(api): remove subheader for non-namespace

This way, pptr.dev doesn’t incorrectly think the header is a namespace.

Ref. #6000.
This commit is contained in:
Mathias Bynens 2020-06-12 17:13:20 +02:00
parent 3d56a9e76f
commit 4205ff79d9

View File

@ -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.