import { ElementHandle } from "https://deno.land/x/pptr@1.2.0/mod.ts";
Runs element.querySelectorAll
within the page. If no elements match the selector,
the return value resolves to []
.
Returns
Promise<ElementHandle[]>
import { ElementHandle } from "https://deno.land/x/pptr@1.2.0/mod.ts";
Runs element.querySelectorAll
within the page. If no elements match the selector,
the return value resolves to []
.