Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pptr/mod.ts>Frame#evaluateHandle

Headless Chrome Deno API
Latest
method Frame.prototype.evaluateHandle
Re-export
import { Frame } from "https://deno.land/x/pptr@1.2.0/mod.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