puppeteer/docs/api/puppeteer.jshandle.executioncontext.md

20 lines
302 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
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)