Latest
interface PressOptions
import { type PressOptions } from "https://dotland.deno.dev/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/common/JSHandle.d.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.