Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 235 Bytes

puppeteer.page.frames.md

File metadata and controls

19 lines (13 loc) · 235 Bytes
sidebar_label
Page.frames

Page.frames() method

An array of all frames attached to the page.

Signature:

class Page {
  abstract frames(): Frame[];
}

Returns:

Frame[]