Class CreateTargetCommandSettings
CreateTarget
public sealed class CreateTargetCommandSettings : ICommand
- Inheritance
-
CreateTargetCommandSettings
- Implements
- Inherited Members
Properties
Background
Gets or sets the background
[JsonPropertyName("background")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Background { get; set; }
Property Value
- bool?
BrowserContextId
Gets or sets the browserContextId
[JsonPropertyName("browserContextId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string BrowserContextId { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
EnableBeginFrameControl
Gets or sets the enableBeginFrameControl
[JsonPropertyName("enableBeginFrameControl")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? EnableBeginFrameControl { get; set; }
Property Value
- bool?
Height
Gets or sets the height
[JsonPropertyName("height")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Height { get; set; }
Property Value
- long?
NewWindow
Gets or sets the newWindow
[JsonPropertyName("newWindow")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? NewWindow { get; set; }
Property Value
- bool?
Url
Gets or sets the url
[JsonPropertyName("url")]
public string Url { get; set; }
Property Value
Width
Gets or sets the width
[JsonPropertyName("width")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Width { get; set; }
Property Value
- long?