Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 346 Bytes

puppeteer.frame.frameelement.md

File metadata and controls

19 lines (13 loc) · 346 Bytes
sidebar_label
Frame.frameElement

Frame.frameElement() method

Signature:

class Frame {
  frameElement(): Promise<HandleFor<HTMLIFrameElement> | null>;
}

Returns:

Promise<HandleFor<HTMLIFrameElement> | null>

The frame element associated with this frame (if any).