<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) > [puppeteer](./puppeteer.md) > [FrameManager](./puppeteer.framemanager.md) > [\_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