import { ElementHandle } from "https://deno.land/x/pptr@1.2.0/mod.ts";
The method evaluates the XPath expression relative to the elementHandle. If there are no such elements, the method will resolve to an empty array.
Parameters
- Expression to evaluate
Returns
Promise<ElementHandle[]>