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

1.1 KiB

Home > puppeteer > Protocol > Page > CreateIsolatedWorldRequest

Protocol.Page.CreateIsolatedWorldRequest interface

Signature:

export interface CreateIsolatedWorldRequest 

Properties

Property Type Description
frameId FrameId Id of the frame in which the isolated world should be created.
grantUniveralAccess boolean Whether or not universal access should be granted to the isolated world. This is a powerful option, use with caution.
worldName string An optional name which is reported in the Execution Context.