[Home](./index.md) > [puppeteer](./puppeteer.md) > [ExecutionContext](./puppeteer.executioncontext.md) > [\_adoptElementHandle](./puppeteer.executioncontext._adoptelementhandle.md)
## ExecutionContext.\_adoptElementHandle() method
Signature:
```typescript
_adoptElementHandle(elementHandle: ElementHandle): Promise;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| elementHandle | [ElementHandle](./puppeteer.elementhandle.md) | |
Returns:
Promise<[ElementHandle](./puppeteer.elementhandle.md)>