Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 225 Bytes

puppeteer.page.frames.md

File metadata and controls

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

Page.frames() method

Signature:

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

Returns:

Frame[]

An array of all frames attached to the page.