Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface WaitTimeoutOptions
import { type WaitTimeoutOptions } from "https://deno.land/x/frugal@0.9.6/dep/puppeteer/mod.ts";

Properties

optional
timeout: number

Maximum wait time in milliseconds. Pass 0 to disable the timeout.

The default value can be changed by using the Page.setDefaultTimeout method.