2022-07-05 13:41:43 +00:00
|
|
|
---
|
|
|
|
sidebar_label: JSHandle.executionContext
|
|
|
|
---
|
|
|
|
|
|
|
|
# JSHandle.executionContext() method
|
|
|
|
|
|
|
|
**Signature:**
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
class JSHandle {
|
|
|
|
executionContext(): ExecutionContext;
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
**Returns:**
|
|
|
|
|
|
|
|
[ExecutionContext](./puppeteer.executioncontext.md)
|
2022-08-11 09:45:35 +00:00
|
|
|
|
|
|
|
The execution context the handle belongs to.
|