[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Input](./puppeteer.protocol.input.md) > [EmulateTouchFromMouseEventRequest](./puppeteer.protocol.input.emulatetouchfrommouseeventrequest.md) > [clickCount](./puppeteer.protocol.input.emulatetouchfrommouseeventrequest.clickcount.md) ## Protocol.Input.EmulateTouchFromMouseEventRequest.clickCount property Number of times the mouse button was clicked (default: 0). Signature: ```typescript clickCount?: integer; ```