pl.wendigo.chrome.api.input / SynthesizeScrollGestureRequest / <init>

<init>

SynthesizeScrollGestureRequest(x: Double, y: Double, xDistance: Double? = null, yDistance: Double? = null, xOverscroll: Double? = null, yOverscroll: Double? = null, preventFling: Boolean? = null, speed: Int? = null, gestureSourceType: GestureSourceType? = null, repeatCount: Int? = null, repeatDelayMs: Int? = null, interactionMarkerName: String? = null)

Represents request frame that can be used with Input#synthesizeScrollGesture operation call.

Synthesizes a scroll gesture over a time period by issuing appropriate touch events.

Link
Input#synthesizeScrollGesture method documentation.

See Also

InputOperations.synthesizeScrollGesture