Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
method Frame.prototype.evaluateHandle
import { Frame } from "https://deno.land/x/pptr@1.2.0/src/FrameManager.ts";

Type Parameters

optional
HandlerType extends JSHandle = JSHandle

Parameters

pageFunction: EvaluateHandleFn
  • a function that is run within the frame
  • arguments to be passed to the pageFunction