import { Frame } from "https://deno.land/x/pptr@1.2.0/src/FrameManager.ts";
This runs document.querySelectorAll
in the frame and returns the result.
Returns
Promise<ElementHandle[]>
An array of element handles pointing to the found frame elements.