Table of Contents

Class TracingDomainEvent

Namespace
Selenium.WebDriver.BiDi.Cdp.Tracing
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Provides static event descriptors for the ITracing.

public static class TracingDomainEvent
Inheritance
TracingDomainEvent
Inherited Members

Properties

BufferUsage

public static EventDescriptor<CdpEventArgs<BufferUsageEventArgs>> BufferUsage { get; }

Property Value

EventDescriptor<CdpEventArgs<BufferUsageEventArgs>>

DataCollected

Contains a bucket of collected trace events. When tracing is stopped collected events will be sent as a sequence of dataCollected events followed by tracingComplete event.

public static EventDescriptor<CdpEventArgs<DataCollectedEventArgs>> DataCollected { get; }

Property Value

EventDescriptor<CdpEventArgs<DataCollectedEventArgs>>

TracingComplete

Signals that tracing is stopped and there is no trace buffers pending flush, all data were delivered via dataCollected events.

public static EventDescriptor<CdpEventArgs<TracingCompleteEventArgs>> TracingComplete { get; }

Property Value

EventDescriptor<CdpEventArgs<TracingCompleteEventArgs>>