<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Input](./puppeteer.protocol.input.md) > [DispatchMouseEventRequest](./puppeteer.protocol.input.dispatchmouseeventrequest.md) > [type](./puppeteer.protocol.input.dispatchmouseeventrequest.type.md) ## Protocol.Input.DispatchMouseEventRequest.type property Type of the mouse event. <b>Signature:</b> ```typescript type: ('mousePressed' | 'mouseReleased' | 'mouseMoved' | 'mouseWheel'); ```