18 lines
505 B
Markdown
18 lines
505 B
Markdown
<!-- 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)>
|
|
|
|
a promise that resolves to the frame's default execution context.
|
|
|