import { ElementHandle } from "https://deno.land/x/pptr@1.2.0/src/JSHandle.ts";
Runs element.querySelector
within the page. If no element matches the selector,
the return value resolves to null
.
Returns
Promise<ElementHandle | null>
import { ElementHandle } from "https://deno.land/x/pptr@1.2.0/src/JSHandle.ts";
Runs element.querySelector
within the page. If no element matches the selector,
the return value resolves to null
.