Skip to main content
Module

x/puppeteer_plus/mod.ts>WaitForTargetOptions

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface WaitForTargetOptions
import { type WaitForTargetOptions } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";

Properties

optional
timeout: number

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