Table of Contents

Class CreateBrowserContextCommandSettings

Namespace
OpenQA.Selenium.DevTools.V132.Target
Assembly
WebDriver.dll

CreateBrowserContext

public sealed class CreateBrowserContextCommandSettings : ICommand
Inheritance
CreateBrowserContextCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

DisposeOnDetach

Gets or sets the disposeOnDetach

[JsonPropertyName("disposeOnDetach")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? DisposeOnDetach { get; set; }

Property Value

bool?

OriginsWithUniversalNetworkAccess

Gets or sets the originsWithUniversalNetworkAccess

[JsonPropertyName("originsWithUniversalNetworkAccess")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string[] OriginsWithUniversalNetworkAccess { get; set; }

Property Value

string[]

ProxyBypassList

Gets or sets the proxyBypassList

[JsonPropertyName("proxyBypassList")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ProxyBypassList { get; set; }

Property Value

string

ProxyServer

Gets or sets the proxyServer

[JsonPropertyName("proxyServer")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ProxyServer { get; set; }

Property Value

string