chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.page / CreateIsolatedWorldRequest

CreateIsolatedWorldRequest

data class CreateIsolatedWorldRequest

Request object containing input parameters for the PageDomain.createIsolatedWorld command.

Constructors

<init>

Request object containing input parameters for the PageDomain.createIsolatedWorld command.

CreateIsolatedWorldRequest(frameId: FrameId, worldName: String? = null, grantUniveralAccess: Boolean? = null)

Properties

frameId

Id of the frame in which the isolated world should be created.

val frameId: FrameId

grantUniveralAccess

Whether or not universal access should be granted to the isolated world. This is a powerful option, use with caution.

val grantUniveralAccess: Boolean?

worldName

An optional name which is reported in the Execution Context.

val worldName: String?