import { Frame } from "https://deno.land/x/pptr@1.2.0/mod.ts";
Parameters
optional
options: WaitForSelectorOptions = [UNSUPPORTED]- options to configure the visiblity of the element and how long to wait before timing out.
Returns
Promise<ElementHandle | null>