[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Input](./puppeteer.protocol.input.md) > [SynthesizeScrollGestureRequest](./puppeteer.protocol.input.synthesizescrollgesturerequest.md) > [repeatCount](./puppeteer.protocol.input.synthesizescrollgesturerequest.repeatcount.md) ## Protocol.Input.SynthesizeScrollGestureRequest.repeatCount property The number of times to repeat the gesture (default: 0). Signature: ```typescript repeatCount?: integer; ```