import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { SynthesizeTapGestureRequest } = Protocol.Input;
Properties
optional
duration: integerDuration between touchdown and touchup events in ms (default: 50).
optional
tapCount: integerNumber of times to perform the tap (e.g. 2 for double tap, default: 1).
optional
gestureSourceType: GestureSourceTypeWhich type of input events to be generated (default: 'default', which queries the platform for the preferred input type).