Table of Contents

Class GetTrackEventDescriptorResult

Namespace
Selenium.WebDriver.BiDi.Cdp.Tracing
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record GetTrackEventDescriptorResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetTrackEventDescriptorResult>
Inheritance
EmptyResult
GetTrackEventDescriptorResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

GetTrackEventDescriptorResult(string)

public GetTrackEventDescriptorResult(string Descriptor)

Parameters

Descriptor string

Base64-encoded serialized perfetto.protos.TrackEventDescriptor protobuf message. (Encoded as a base64 string when passed over JSON)

Properties

Descriptor

Base64-encoded serialized perfetto.protos.TrackEventDescriptor protobuf message. (Encoded as a base64 string when passed over JSON)

public string Descriptor { get; init; }

Property Value

string