TouchscreenTouchscreen.touchStartVersion: NextOn this pageTouchscreen.touchStart() methodDispatches a touchstart event.Signature:class Touchscreen { touchStart(x: number, y: number): Promise<void>;}ParametersParameterTypeDescriptionxnumberHorizontal position of the tap.ynumberVertical position of the tap.Returns:Promise<void>