Skip to main content
Module

x/puppeteer/mod.ts>Frame#parentFrame

A port of puppeteer running on Deno
Latest
method Frame.prototype.parentFrame
Re-export
import { Frame } from "https://deno.land/x/puppeteer@16.2.0/mod.ts";

Returns

Frame | null

The parent frame, if any. Detached and main frames return null.