Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pptr/src/JSHandle.ts>PressOptions

Headless Chrome Deno API
Latest
interface PressOptions
import { type PressOptions } from "https://deno.land/x/pptr@1.2.0/src/JSHandle.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.