[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Input](./puppeteer.protocol.input.md) > [SynthesizeTapGestureRequest](./puppeteer.protocol.input.synthesizetapgesturerequest.md) > [duration](./puppeteer.protocol.input.synthesizetapgesturerequest.duration.md) ## Protocol.Input.SynthesizeTapGestureRequest.duration property Duration between touchdown and touchup events in ms (default: 50). Signature: ```typescript duration?: integer; ```