Skip to main content
Latest
method Touchscreen.prototype.tap
Re-export
import { Touchscreen } from "https://deno.land/x/frugal@0.9.6/dep/puppeteer/mod.ts";

Dispatches a touchstart and touchend event.

Parameters

x: number
  • Horizontal position of the tap.
y: number
  • Vertical position of the tap.

Returns

Promise<void>