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

x/pptr/mod.ts>WaitForOptions

Headless Chrome Deno API
Latest
interface WaitForOptions
import { type WaitForOptions } from "https://deno.land/x/pptr@1.2.0/mod.ts";

Properties

optional
timeout: number

Maximum wait time in milliseconds, defaults to 30 seconds, pass 0 to disable the timeout.