Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
method ElementHandle.prototype.contentFrame
Re-export
import { ElementHandle } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";

Resolves to the content frame for element handles referencing iframe nodes, or null otherwise

Returns

Promise<Frame | null>