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