puppeteer/new-docs/puppeteer.protocol.runtime.executioncontextdescription.name.md

14 lines
572 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Runtime](./puppeteer.protocol.runtime.md) &gt; [ExecutionContextDescription](./puppeteer.protocol.runtime.executioncontextdescription.md) &gt; [name](./puppeteer.protocol.runtime.executioncontextdescription.name.md)
## Protocol.Runtime.ExecutionContextDescription.name property
Human readable name describing given context.
<b>Signature:</b>
```typescript
name: string;
```