chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.target / CreateBrowserContextRequest

CreateBrowserContextRequest

data class CreateBrowserContextRequest

Request object containing input parameters for the TargetDomain.createBrowserContext command.

Constructors

<init>

Request object containing input parameters for the TargetDomain.createBrowserContext command.

CreateBrowserContextRequest(disposeOnDetach: Boolean? = null, proxyServer: String? = null, proxyBypassList: String? = null)

Properties

disposeOnDetach

If specified, disposes this context when debugging session disconnects.

val disposeOnDetach: Boolean?

proxyBypassList

Proxy bypass list, similar to the one passed to --proxy-bypass-list

val proxyBypassList: String?

proxyServer

Proxy server, similar to the one passed to --proxy-server

val proxyServer: String?