GetBrowserContextsResponse

@Serializable
data class GetBrowserContextsResponse(val browserContextIds: List<BrowserContextID>, val defaultBrowserContextId: BrowserContextID? = null)

Response type for the TargetDomain.getBrowserContexts command.

Constructors

Link copied to clipboard
constructor(browserContextIds: List<BrowserContextID>, defaultBrowserContextId: BrowserContextID? = null)

Properties

Link copied to clipboard

An array of browser context ids.

Link copied to clipboard

The id of the default browser context if available.