import { Page } from "https://deno.land/x/fresh@1.4.0/tests/deps.ts";
Runs document.querySelector
within the page. If no element matches the
selector, the return value resolves to null
.
import { Page } from "https://deno.land/x/fresh@1.4.0/tests/deps.ts";
Runs document.querySelector
within the page. If no element matches the
selector, the return value resolves to null
.