TouchscreenTouchscreen.touchStartVersion: 22.6.4On this pageTouchscreen.touchStart() method Dispatches a touchstart event. Signature: class Touchscreen { abstract touchStart(x: number, y: number): Promise<void>;} Parameters ParameterTypeDescriptionxnumberHorizontal position of the tap.ynumberVertical position of the tap. Returns: Promise<void>