Skip to main content
Module

x/puppeteer_plus/mod.ts>WaitForSelectorOptions

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

Properties

optional
visible: boolean
optional
hidden: boolean
optional
timeout: number
optional
root: ElementHandle<Node>