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

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 or Page.setDefaultNavigationTimeout methods.