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