Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface PressOptions
import { type PressOptions } from "https://deno.land/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/common/JSHandle.js";

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.