method Page.prototype.waitForXPathRe-exportimport { Page } from "https://deno.land/x/pptr@1.2.0/mod.ts"; waitForXPath(xpath: string, options?: { visible?: boolean; hidden?: boolean; timeout?: number; }): Promise<ElementHandle | null>Parametersxpath: stringoptionaloptions: { visible?: boolean; hidden?: boolean; timeout?: number; } = [UNSUPPORTED]ReturnsPromise<ElementHandle | null>