14 lines
572 B
Markdown
14 lines
572 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) > [name](./puppeteer.protocol.runtime.executioncontextdescription.name.md)
|
||
|
|
||
|
## Protocol.Runtime.ExecutionContextDescription.name property
|
||
|
|
||
|
Human readable name describing given context.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
name: string;
|
||
|
```
|