CreateIsolatedWorldRequest

@Serializable
data class CreateIsolatedWorldRequest(val frameId: FrameId, val worldName: String? = null, val grantUniveralAccess: Boolean? = null)

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

Constructors

Link copied to clipboard
constructor(frameId: FrameId, worldName: String? = null, grantUniveralAccess: Boolean? = null)

Types

Link copied to clipboard
class Builder(val frameId: FrameId)

A builder for CreateIsolatedWorldRequest, which allows setting the optional parameters of the PageDomain.createIsolatedWorld command via a lambda.

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val worldName: String? = null

An optional name which is reported in the Execution Context.