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

x/pptr/mod.ts>DOMWorld#waitForXPath

Headless Chrome Deno API
Latest
method DOMWorld.prototype.waitForXPath
Re-export
import { DOMWorld } from "https://deno.land/x/pptr@1.2.0/mod.ts";

Parameters

xpath: string

Returns

Promise<ElementHandle | null>