CreateBrowserContextParameter

@Serializable
data class CreateBrowserContextParameter(val disposeOnDetach: Boolean? = null, val proxyServer: String? = null, val proxyBypassList: String? = null, val originsWithUniversalNetworkAccess: List<String>? = null)

Constructors

Link copied to clipboard
constructor(disposeOnDetach: Boolean? = null, proxyServer: String? = null, proxyBypassList: String? = null, originsWithUniversalNetworkAccess: List<String>? = null)

Properties

Link copied to clipboard

If specified, disposes this context when debugging session disconnects.

Link copied to clipboard

An optional list of origins to grant unlimited cross-origin access to. Parts of the URL other than those constituting origin are ignored.

Link copied to clipboard
val proxyBypassList: String? = null

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

Link copied to clipboard
val proxyServer: String? = null

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