pl.wendigo.chrome.api.page / CreateIsolatedWorldResponse

CreateIsolatedWorldResponse

data class CreateIsolatedWorldResponse (source)

Represents response frame that is returned from Page#createIsolatedWorld operation call. Creates an isolated world for the given frame.

Link
Page#createIsolatedWorld method documentation.

See Also

PageOperations.createIsolatedWorld

Constructors

<init>

CreateIsolatedWorldResponse(executionContextId: ExecutionContextId)

Represents response frame that is returned from Page#createIsolatedWorld operation call. Creates an isolated world for the given frame.

Properties

executionContextId

val executionContextId: ExecutionContextId

Execution context of the isolated world.