Create Browser Context Request
data class CreateBrowserContextRequest(disposeOnDetach: Boolean?, proxyServer: String?, proxyBypassList: String?)
Content copied to clipboard
Represents request frame that can be used with Target#createBrowserContext operation call.
Creates a new empty BrowserContext. Similar to an incognito profile but you can have more than one.
See also
Constructors
CreateBrowserContextRequest
Link copied to clipboard
fun CreateBrowserContextRequest(disposeOnDetach: Boolean? = null, proxyServer: String? = null, proxyBypassList: String? = null)
Content copied to clipboard
Properties
disposeOnDetach
Link copied to clipboard
proxyBypassList
Link copied to clipboard
proxyServer
Link copied to clipboard
Sources
jvm source
Link copied to clipboard