Skip to main content
Module

x/puppeteer_plus/mod.ts>WaitTaskOptions

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

Properties

domWorld: DOMWorld
predicateBody: Function | string
predicateAcceptsContextElement: boolean
title: string
polling: string | number
timeout: number
optional
binding: PageBinding
args: unknown[]
optional
root: ElementHandle<Node>