Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 156 Bytes

puppeteer.elementhandle.frame.md

File metadata and controls

13 lines (10 loc) · 156 Bytes
sidebar_label
ElementHandle.frame

ElementHandle.frame property

Signature:

class ElementHandle {
  get frame(): Frame;
}