Class CreateBrowserContextCommandSettings
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
DisposeOnDetach
Gets or sets the disposeOnDetach
[JsonPropertyName("disposeOnDetach")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? DisposeOnDetach { get; set; }
Property Value
- bool?
ProxyBypassList
Gets or sets the proxyBypassList
[JsonPropertyName("proxyBypassList")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ProxyBypassList { get; set; }
Property Value
ProxyServer
Gets or sets the proxyServer
[JsonPropertyName("proxyServer")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ProxyServer { get; set; }