Skip to main content
Go to Latest
interface PressOptions
import { type PressOptions } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.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.