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

Properties

optional
delay: number

Time to wait between keydown and keyup in milliseconds. Defaults to 0.

optional
text: string

If specified, generates an input event with this text.