[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [ExecutionContextDescription](./puppeteer.protocol.runtime.executioncontextdescription.md) ## Protocol.Runtime.ExecutionContextDescription interface Description of an isolated world. Signature: ```typescript export interface ExecutionContextDescription ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [auxData](./puppeteer.protocol.runtime.executioncontextdescription.auxdata.md) | any | Embedder-specific auxiliary data. | | [id](./puppeteer.protocol.runtime.executioncontextdescription.id.md) | [ExecutionContextId](./puppeteer.protocol.runtime.executioncontextid.md) | Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed. | | [name](./puppeteer.protocol.runtime.executioncontextdescription.name.md) | string | Human readable name describing given context. | | [origin](./puppeteer.protocol.runtime.executioncontextdescription.origin.md) | string | Execution context origin. |