Table of Contents

Class StartCommandSettings

Namespace
OpenQA.Selenium.DevTools.V131.Tracing
Assembly
WebDriver.dll

Start

public sealed class StartCommandSettings : ICommand
Inheritance
StartCommandSettings
Implements
Inherited Members

Properties

BufferUsageReportingInterval

Gets or sets the bufferUsageReportingInterval

[JsonPropertyName("bufferUsageReportingInterval")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? BufferUsageReportingInterval { get; set; }

Property Value

double?

Categories

Gets or sets the categories

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

Property Value

string

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Options

Gets or sets the options

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

Property Value

string

PerfettoConfig

Gets or sets the perfettoConfig

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

Property Value

string

StreamCompression

Gets or sets the streamCompression

[JsonPropertyName("streamCompression")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StreamCompression? StreamCompression { get; set; }

Property Value

StreamCompression?

StreamFormat

Gets or sets the streamFormat

[JsonPropertyName("streamFormat")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StreamFormat? StreamFormat { get; set; }

Property Value

StreamFormat?

TraceConfig

Gets or sets the traceConfig

[JsonPropertyName("traceConfig")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public TraceConfig TraceConfig { get; set; }

Property Value

TraceConfig

TracingBackend

Gets or sets the tracingBackend

[JsonPropertyName("tracingBackend")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public TracingBackend? TracingBackend { get; set; }

Property Value

TracingBackend?

TransferMode

Gets or sets the transferMode

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

Property Value

string