diff --git a/docs/api.md b/docs/api.md index 98487abf..9ee39413 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.