14 lines
658 B
Markdown
14 lines
658 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [ExecutionContextDescription](./puppeteer.protocol.runtime.executioncontextdescription.md) > [id](./puppeteer.protocol.runtime.executioncontextdescription.id.md)
|
||
|
|
||
|
## Protocol.Runtime.ExecutionContextDescription.id property
|
||
|
|
||
|
Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
id: ExecutionContextId;
|
||
|
```
|