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

x/pptr/src/FrameManager.ts>Frame#evaluate

Headless Chrome Deno API
Latest
method Frame.prototype.evaluate
import { Frame } from "https://deno.land/x/pptr@1.2.0/src/FrameManager.ts";

Parameters

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