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

23 lines
651 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; [\_onExecutionContextCreated](./puppeteer.framemanager._onexecutioncontextcreated.md)
## FrameManager.\_onExecutionContextCreated() method
<b>Signature:</b>
```typescript
_onExecutionContextCreated(contextPayload: Protocol.Runtime.ExecutionContextDescription): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| contextPayload | Protocol.Runtime.ExecutionContextDescription | |
<b>Returns:</b>
void