Dispose Browser Context Request
data class DisposeBrowserContextRequest(browserContextId: BrowserContextID)
Content copied to clipboard
Represents request frame that can be used with Target#disposeBrowserContext operation call.
Deletes a BrowserContext. All the belonging pages will be closed without calling their beforeunload hooks.
See also
Constructors
DisposeBrowserContextRequest
Link copied to clipboard
Properties
browserContextId
Link copied to clipboard
Sources
jvm source
Link copied to clipboard