TouchscreenTouchscreen.touchMoveVersion: 20.9.0On this pageTouchscreen.touchMove() methodDispatches a touchMove event.Signature:class Touchscreen { touchMove(x: number, y: number): Promise<void>;}ParametersParameterTypeDescriptionxnumberHorizontal position of the move.ynumberVertical position of the move.Returns:Promise<void>