14 lines
589 B
Markdown
14 lines
589 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [CreateIsolatedWorldRequest](./puppeteer.protocol.page.createisolatedworldrequest.md) > [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;
|
|
```
|