import { Frame } from "https://deno.land/x/pptr@1.2.0/mod.ts";
Parameters
pageFunction: EvaluateHandleFn
- a function that is run within the frame
...args: SerializableOrJSHandle[]
- arguments to be passed to the pageFunction
Returns
Promise<HandlerType>