TouchscreenTouchscreen.touchStartVersion: 22.10.0On 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>