import { Frame } from "https://deno.land/x/pptr@1.2.0/src/FrameManager.ts";
This method queries the frame for the given selector.
Returns
Promise<ElementHandle | null>
A promise which resolves to an ElementHandle
pointing at the
element, or null
if it was not found.