Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
method ElementHandle.prototype.contentFrame
import { ElementHandle } from "https://deno.land/x/pptr@1.2.0/src/JSHandle.ts";

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

Returns

Promise<Frame | null>