Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
method DOMWorld.prototype.waitForSelectorInPage
Re-export
import { DOMWorld } from "https://deno.land/x/pptr@1.2.0/mod.ts";

Parameters

queryOne: Function
selector: string
optional
binding: PageBinding

Returns

Promise<ElementHandle | null>