Table of Contents

Enum StreamFormat

Namespace
Selenium.WebDriver.BiDi.Cdp.Tracing
Assembly
Selenium.WebDriver.BiDi.Cdp.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(JsonStringEnumConverter<StreamFormat>))]
public enum StreamFormat

Fields

Json = 0
Proto = 1