puppeteer/new-docs/puppeteer.elementhandle._constructor_.md

25 lines
909 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [ElementHandle](./puppeteer.elementhandle.md) &gt; [(constructor)](./puppeteer.elementhandle._constructor_.md)
## ElementHandle.(constructor)
Constructs a new instance of the `ElementHandle` class
<b>Signature:</b>
```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) | |