puppeteer/new-docs/puppeteer.protocol.page.createisolatedworldrequest.worldname.md
2020-07-13 14:01:35 +01:00

14 lines
589 B
Markdown

<!-- 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; [Page](./puppeteer.protocol.page.md) &gt; [CreateIsolatedWorldRequest](./puppeteer.protocol.page.createisolatedworldrequest.md) &gt; [worldName](./puppeteer.protocol.page.createisolatedworldrequest.worldname.md)
## Protocol.Page.CreateIsolatedWorldRequest.worldName property
An optional name which is reported in the Execution Context.
<b>Signature:</b>
```typescript
worldName?: string;
```