Table of Contents

Class ProfilerDomainEvent

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

Provides static event descriptors for the IProfiler.

public static class ProfilerDomainEvent
Inheritance
ProfilerDomainEvent
Inherited Members

Properties

ConsoleProfileFinished

public static EventDescriptor<CdpEventArgs<ConsoleProfileFinishedEventArgs>> ConsoleProfileFinished { get; }

Property Value

EventDescriptor<CdpEventArgs<ConsoleProfileFinishedEventArgs>>

ConsoleProfileStarted

Sent when new profile recording is started using console.profile() call.

public static EventDescriptor<CdpEventArgs<ConsoleProfileStartedEventArgs>> ConsoleProfileStarted { get; }

Property Value

EventDescriptor<CdpEventArgs<ConsoleProfileStartedEventArgs>>

PreciseCoverageDeltaUpdate

Reports coverage delta since the last poll (either from an event like this, or from takePreciseCoverage for the current isolate. May only be sent if precise code coverage has been started. This event can be trigged by the embedder to, for example, trigger collection of coverage data immediately at a certain point in time.

public static EventDescriptor<CdpEventArgs<PreciseCoverageDeltaUpdateEventArgs>> PreciseCoverageDeltaUpdate { get; }

Property Value

EventDescriptor<CdpEventArgs<PreciseCoverageDeltaUpdateEventArgs>>