pl.wendigo.chrome.api.page / CreateIsolatedWorldRequest

CreateIsolatedWorldRequest

data class CreateIsolatedWorldRequest (source)

Represents request frame that can be used with Page#createIsolatedWorld operation call.

Creates an isolated world for the given frame.

Link
Page#createIsolatedWorld method documentation.

See Also

PageOperations.createIsolatedWorld

Constructors

<init>

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

Represents request frame that can be used with Page#createIsolatedWorld operation call.

Properties

frameId

val frameId: FrameId

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

grantUniveralAccess

val grantUniveralAccess: Boolean?

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

worldName

val worldName: String?

An optional name which is reported in the Execution Context.