import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { SynthesizeScrollGestureRequest } = Protocol.Input;
Properties
The number of additional pixels to scroll back along the X axis, in addition to the given distance.
The number of additional pixels to scroll back along the Y axis, in addition to the given distance.
optional
speed: integerSwipe speed in pixels per second (default: 800).
optional
gestureSourceType: GestureSourceTypeWhich type of input events to be generated (default: 'default', which queries the platform for the preferred input type).
optional
repeatCount: integerThe number of times to repeat the gesture (default: 0).
optional
repeatDelayMs: integerThe number of milliseconds delay between each repeat. (default: 250).