Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 909 Bytes

puppeteer.elementhandle._constructor_.md

File metadata and controls

24 lines (16 loc) · 909 Bytes

Home > puppeteer > ElementHandle > (constructor)

ElementHandle.(constructor)

Constructs a new instance of the ElementHandle class

Signature:

constructor(context: ExecutionContext, client: CDPSession, remoteObject: Protocol.Runtime.RemoteObject, page: Page, frameManager: FrameManager);

Parameters

Parameter Type Description
context ExecutionContext
client CDPSession
remoteObject Protocol.Runtime.RemoteObject
page Page
frameManager FrameManager