TouchscreenTouchscreen.touchMoveVersion: 19.7.2On 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>