14 lines
606 B
Markdown
14 lines
606 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[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).
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
tapCount?: integer;
|
|
```
|