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