chrome-devtools-kotlin
5.1.0-1165014
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.target
/
CreateBrowserContextResponse
Create
Browser
Context
Response
@
Serializable
data
class
CreateBrowserContextResponse
(
val
browserContextId
:
BrowserContextID
)
(
source
)
Response type for the
TargetDomain.createBrowserContext
command.
Members
Constructors
Create
Browser
Context
Response
Link copied to clipboard
constructor
(
browserContextId
:
BrowserContextID
)
Properties
browser
Context
Id
Link copied to clipboard
val
browserContextId
:
BrowserContextID
The id of the context created.