puppeteer/new-docs/puppeteer.framemanager.executioncontextbyid.md

23 lines
598 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; [FrameManager](./puppeteer.framemanager.md) &gt; [executionContextById](./puppeteer.framemanager.executioncontextbyid.md)
## FrameManager.executionContextById() method
<b>Signature:</b>
```typescript
executionContextById(contextId: number): ExecutionContext;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| contextId | number | |
<b>Returns:</b>
[ExecutionContext](./puppeteer.executioncontext.md)