puppeteer/docs/api/puppeteer.frame.childframes.md
2023-08-30 11:09:27 +00:00

234 B

sidebar_label
Frame.childFrames

Frame.childFrames() method

An array of child frames.

Signature:

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

Returns:

Frame[]