Create Browser Context Response
data class CreateBrowserContextResponse(browserContextId: BrowserContextID)
Content copied to clipboard
Represents response frame that is returned from Target#createBrowserContext operation call. Creates a new empty BrowserContext. Similar to an incognito profile but you can have more than one.
See also
Constructors
CreateBrowserContextResponse
Link copied to clipboard
Properties
browserContextId
Link copied to clipboard
Sources
jvm source
Link copied to clipboard