puppeteer/new-docs/puppeteer.protocol.input.dispatchmouseeventrequest.type.md
2020-07-13 14:01:35 +01:00

591 B

Home > puppeteer > Protocol > Input > DispatchMouseEventRequest > type

Protocol.Input.DispatchMouseEventRequest.type property

Type of the mouse event.

Signature:

type: ('mousePressed' | 'mouseReleased' | 'mouseMoved' | 'mouseWheel');