mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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;
|
||
|
```
|