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