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