Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 224 Bytes

puppeteer.frame.childframes.md

File metadata and controls

19 lines (13 loc) · 224 Bytes
sidebar_label
Frame.childFrames

Frame.childFrames() method

Signature:

class Frame {
  childFrames(): Frame[];
}

Returns:

Frame[]

An array of child frames.