[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Input](./puppeteer.protocol.input.md) > [SynthesizeTapGestureRequest](./puppeteer.protocol.input.synthesizetapgesturerequest.md) > [tapCount](./puppeteer.protocol.input.synthesizetapgesturerequest.tapcount.md) ## Protocol.Input.SynthesizeTapGestureRequest.tapCount property Number of times to perform the tap (e.g. 2 for double tap, default: 1). Signature: ```typescript tapCount?: integer; ```