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

606 B

Home > puppeteer > Protocol > Input > SynthesizeTapGestureRequest > tapCount

Protocol.Input.SynthesizeTapGestureRequest.tapCount property

Number of times to perform the tap (e.g. 2 for double tap, default: 1).

Signature:

tapCount?: integer;