toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.target
/
GetBrowserContextsResponse
Get
Browser
Contexts
Response
@
Serializable
data
class
GetBrowserContextsResponse
(
val
browserContextIds
:
List
<
BrowserContextID
>
)
Response type for the
TargetDomain.getBrowserContexts
command.
Members
Constructors
Get
Browser
Contexts
Response
Link copied to clipboard
constructor
(
browserContextIds
:
List
<
BrowserContextID
>
)
Properties
browser
Context
Ids
Link copied to clipboard
val
browserContextIds
:
List
<
BrowserContextID
>
An array of browser context ids.