Table of Contents

Enum StreamFormat

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

Data format of a trace. Can be either the legacy JSON format or the protocol buffer format. Note that the JSON format will be deprecated soon.

[JsonConverter(typeof(JsonEnumMemberConverter<StreamFormat>))]
public enum StreamFormat

Fields

[EnumMember(Value = "json")] Json = 0

Enumerated member for the json value.

[EnumMember(Value = "proto")] Proto = 1

Enumerated member for the proto value.