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