import { Page } from "https://deno.land/x/fresh@1.4.0/tests/deps.ts";
This method fetches an element with selector
and focuses it. If there's no
element matching selector
, the method throws an error.
Parameters
- A selector of an element to focus. If there are multiple elements satisfying the selector, the first will be focused.