data class CreateBrowserContextRequest
Request object containing input parameters for the TargetDomain.createBrowserContext command.
<init> |
Request object containing input parameters for the TargetDomain.createBrowserContext command. CreateBrowserContextRequest(disposeOnDetach: Boolean? = null, proxyServer: String? = null, proxyBypassList: String? = null) |
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? |