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

x/pptr/src/FrameManager.ts>Frame#$x

Headless Chrome Deno API
Latest
method Frame.prototype.$x
import { Frame } from "https://deno.land/x/pptr@1.2.0/src/FrameManager.ts";

This method evaluates the given XPath expression and returns the results.

Parameters

expression: string
  • the XPath expression to evaluate.