Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/puppeteer/mod.ts>IsolatedWorld#_waitForSelectorInPage

A port of puppeteer running on Deno
Latest
method IsolatedWorld.prototype._waitForSelectorInPage
Re-export
import { IsolatedWorld } from "https://deno.land/x/puppeteer@16.2.0/mod.ts";

Parameters

queryOne: Function
selector: string
options: WaitForSelectorOptions
optional
binding: PageBinding

Returns

Promise<ElementHandle<any> | null>