data class GetBrowserContextsResponse
Response type for the TargetDomain.getBrowserContexts command.
<init> |
Response type for the TargetDomain.getBrowserContexts command. GetBrowserContextsResponse(browserContextIds: List<BrowserContextID>) |
browserContextIds |
An array of browser context ids. val browserContextIds: List<BrowserContextID> |