[Home](./index.md) > [puppeteer](./puppeteer.md) > [ElementHandle](./puppeteer.elementhandle.md) > [(constructor)](./puppeteer.elementhandle._constructor_.md) ## ElementHandle.(constructor) Constructs a new instance of the `ElementHandle` class Signature: ```typescript constructor(context: ExecutionContext, client: CDPSession, remoteObject: Protocol.Runtime.RemoteObject, page: Page, frameManager: FrameManager); ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | context | [ExecutionContext](./puppeteer.executioncontext.md) | | | client | [CDPSession](./puppeteer.cdpsession.md) | | | remoteObject | Protocol.Runtime.RemoteObject | | | page | [Page](./puppeteer.page.md) | | | frameManager | [FrameManager](./puppeteer.framemanager.md) | |