method DOMWorld.prototype.waitForSelectorRe-exportimport { DOMWorld } from "https://deno.land/x/pptr@1.2.0/mod.ts"; waitForSelector(selector: string, options: WaitForSelectorOptions): Promise<ElementHandle | null>Parametersselector: stringoptions: WaitForSelectorOptionsReturnsPromise<ElementHandle | null>