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

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

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

Returns

Promise<string>

the full HTML contents of the frame, including the doctype.