TouchscreenTouchscreen.tapVersion: NextOn this pageTouchscreen.tap() method Dispatches a touchstart and touchend event. Signature: class Touchscreen { tap(x: number, y: number): Promise<void>;} Parameters ParameterTypeDescriptionxnumberHorizontal position of the tap.ynumberVertical position of the tap. Returns: Promise<void>