method Touchscreen.prototype.tapRe-exportimport { Touchscreen } from "https://deno.land/x/puppeteer@16.2.0/mod.ts"; tap(x: number, y: number): Promise<void>Dispatches a touchstart and touchend event. Dispatches a touchstart and touchend event. Parametersx: number Horizontal position of the tap. y: number Vertical position of the tap. ReturnsPromise<void>