Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 269 Bytes

puppeteer.elementhandle.contentframe_1.md

File metadata and controls

17 lines (12 loc) · 269 Bytes
sidebar_label
ElementHandle.contentFrame_1

ElementHandle.contentFrame() method

Signature:

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

Returns:

Promise<Frame | null>