Menu
Open source
Mouse
Caution
This API is a work in progress. Some of the following functionalities might behave unexpectedly.
Supported APIs
| Method | Playwright Relevant Distinctions |
|---|---|
| mouse.click(x, y[, options]) | - |
| mouse.dblclick(x, y[, options]) | - |
| mouse.down([options]) | - |
| mouse.move(x, y[, options]) | - |
| mouse.up([options]) | - |
| mouse.wheel(deltaX, deltaY) | - |