GetBrowserContextsResponse

@Serializable
data class GetBrowserContextsResponse(val browserContextIds: List<BrowserContextID>)(source)

Response type for the TargetDomain.getBrowserContexts command.

Constructors

Link copied to clipboard
constructor(browserContextIds: List<BrowserContextID>)

Properties

Link copied to clipboard

An array of browser context ids.