import { Page } from "https://deno.land/x/fresh@1.2.0/tests/deps.ts";
The method runs document.querySelectorAll
within the page. If no elements
match the selector, the return value resolves to []
.
Parameters
selector: Selector
- A
selector
to query page for