Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 353 Bytes

puppeteer.elementhandle.contentframe.md

File metadata and controls

19 lines (13 loc) · 353 Bytes
sidebar_label
ElementHandle.contentFrame

ElementHandle.contentFrame() method

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

Signature:

class ElementHandle {
  contentFrame(): Promise<Frame | null>;
}

Returns:

Promise<Frame | null>