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

The Touchscreen class exposes touchscreen events.

Constructors

new
Touchscreen(client: CDPSession, keyboard: Keyboard)

Methods

tap(x: number, y: number): Promise<void>

Dispatches a touchstart and touchend event.