2020-06-04 14:56:45 +00:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Frame](./puppeteer.frame.md) > [executionContext](./puppeteer.frame.executioncontext.md)
|
|
|
|
|
|
|
|
## Frame.executionContext() method
|
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
executionContext(): Promise<ExecutionContext>;
|
|
|
|
```
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
|
|
|
Promise<[ExecutionContext](./puppeteer.executioncontext.md)<!-- -->>
|
|
|
|
|
2020-07-09 13:22:58 +00:00
|
|
|
a promise that resolves to the frame's default execution context.
|
|
|
|
|