CreateBrowserContextResponse

@Serializable
data class CreateBrowserContextResponse(val browserContextId: BrowserContextID)

Response type for the TargetDomain.createBrowserContext command.

Constructors

Link copied to clipboard
constructor(browserContextId: BrowserContextID)

Properties

Link copied to clipboard

The id of the context created.