Table of Contents

Class GetTrackEventDescriptorCommandResponse

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

Response for Return a descriptor for all available tracing categories.

public sealed class GetTrackEventDescriptorCommandResponse : ICommandResponse<GetTrackEventDescriptorCommandSettings>, ICommandResponse
Inheritance
GetTrackEventDescriptorCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Descriptor

Base64-encoded serialized perfetto.protos.TrackEventDescriptor protobuf message.

[JsonPropertyName("descriptor")]
public string Descriptor { get; set; }

Property Value

string