Skip to main content
Module

x/puppeteer/mod.ts>WaitForTargetOptions

A port of puppeteer running on Deno
Latest
interface WaitForTargetOptions
import { type WaitForTargetOptions } from "https://deno.land/x/puppeteer@16.2.0/mod.ts";

Properties

optional
timeout: number

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