import { Frame } from "https://deno.land/x/pptr@1.2.0/mod.ts";
Set the content of the frame.
Parameters
optional
options: { timeout?: number; waitUntil?: PuppeteerLifeCycleEvent | PuppeteerLifeCycleEvent[]; } = [UNSUPPORTED]- options to configure how long before timing out and at what point to consider the content setting successful.