Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 234 Bytes

puppeteer.frame.childframes.md

File metadata and controls

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

Frame.childFrames() method

An array of child frames.

Signature:

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

Returns:

Frame[]