Table of Contents

Class TracingCompleteEventArgs

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

TracingComplete

public sealed class TracingCompleteEventArgs : EventArgs
Inheritance
TracingCompleteEventArgs
Inherited Members

Properties

DataLossOccurred

Gets or sets the dataLossOccurred

[JsonPropertyName("dataLossOccurred")]
public bool DataLossOccurred { get; set; }

Property Value

bool

Stream

Gets or sets the stream

[JsonPropertyName("stream")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Stream { 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?

TraceFormat

Gets or sets the traceFormat

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

Property Value

StreamFormat?