20 lines
302 B
Markdown
20 lines
302 B
Markdown
|
---
|
||
|
sidebar_label: JSHandle.executionContext
|
||
|
---
|
||
|
|
||
|
# JSHandle.executionContext() method
|
||
|
|
||
|
Returns the execution context the handle belongs to.
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
class JSHandle {
|
||
|
executionContext(): ExecutionContext;
|
||
|
}
|
||
|
```
|
||
|
|
||
|
**Returns:**
|
||
|
|
||
|
[ExecutionContext](./puppeteer.executioncontext.md)
|