puppeteer/new-docs/puppeteer.protocol.input.synthesizetapgesturerequest.duration.md
2020-07-13 14:01:35 +01:00

14 lines
601 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Input](./puppeteer.protocol.input.md) &gt; [SynthesizeTapGestureRequest](./puppeteer.protocol.input.synthesizetapgesturerequest.md) &gt; [duration](./puppeteer.protocol.input.synthesizetapgesturerequest.duration.md)
## Protocol.Input.SynthesizeTapGestureRequest.duration property
Duration between touchdown and touchup events in ms (default: 50).
<b>Signature:</b>
```typescript
duration?: integer;
```