chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.target / GetBrowserContextsResponse

GetBrowserContextsResponse

data class GetBrowserContextsResponse

Response type for the TargetDomain.getBrowserContexts command.

Constructors

<init>

Response type for the TargetDomain.getBrowserContexts command.

GetBrowserContextsResponse(browserContextIds: List<BrowserContextID>)

Properties

browserContextIds

An array of browser context ids.

val browserContextIds: List<BrowserContextID>