[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Input](./puppeteer.protocol.input.md) > [EmulateTouchFromMouseEventRequest](./puppeteer.protocol.input.emulatetouchfrommouseeventrequest.md) > [type](./puppeteer.protocol.input.emulatetouchfrommouseeventrequest.type.md) ## Protocol.Input.EmulateTouchFromMouseEventRequest.type property Type of the mouse event. (EmulateTouchFromMouseEventRequestType enum) Signature: ```typescript type: ('mousePressed' | 'mouseReleased' | 'mouseMoved' | 'mouseWheel'); ```