mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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:
parent
3d56a9e76f
commit
4205ff79d9
@ -2488,8 +2488,6 @@ await page.mouse.move(0, 0);
|
|||||||
await page.mouse.up();
|
await page.mouse.up();
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Selecting text and moving the mouse
|
|
||||||
|
|
||||||
Note that the mouse events trigger synthetic `MouseEvent`s.
|
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.
|
This means that it does not fully replicate the functionality of what a normal user would be able to do with their mouse.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user