Table of Contents

Class PreloadDomainEvent

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

Provides static event descriptors for the IPreload.

public static class PreloadDomainEvent
Inheritance
PreloadDomainEvent
Inherited Members

Properties

PrefetchStatusUpdated

Fired when a prefetch attempt is updated.

public static EventDescriptor<CdpEventArgs<PrefetchStatusUpdatedEventArgs>> PrefetchStatusUpdated { get; }

Property Value

EventDescriptor<CdpEventArgs<PrefetchStatusUpdatedEventArgs>>

PreloadEnabledStateUpdated

Fired when a preload enabled state is updated.

public static EventDescriptor<CdpEventArgs<PreloadEnabledStateUpdatedEventArgs>> PreloadEnabledStateUpdated { get; }

Property Value

EventDescriptor<CdpEventArgs<PreloadEnabledStateUpdatedEventArgs>>

PreloadingAttemptSourcesUpdated

Send a list of sources for all preloading attempts in a document.

public static EventDescriptor<CdpEventArgs<PreloadingAttemptSourcesUpdatedEventArgs>> PreloadingAttemptSourcesUpdated { get; }

Property Value

EventDescriptor<CdpEventArgs<PreloadingAttemptSourcesUpdatedEventArgs>>

PrerenderStatusUpdated

Fired when a prerender attempt is updated.

public static EventDescriptor<CdpEventArgs<PrerenderStatusUpdatedEventArgs>> PrerenderStatusUpdated { get; }

Property Value

EventDescriptor<CdpEventArgs<PrerenderStatusUpdatedEventArgs>>

RuleSetRemoved

public static EventDescriptor<CdpEventArgs<RuleSetRemovedEventArgs>> RuleSetRemoved { get; }

Property Value

EventDescriptor<CdpEventArgs<RuleSetRemovedEventArgs>>

RuleSetUpdated

Upsert. Currently, it is only emitted when a rule set added.

public static EventDescriptor<CdpEventArgs<RuleSetUpdatedEventArgs>> RuleSetUpdated { get; }

Property Value

EventDescriptor<CdpEventArgs<RuleSetUpdatedEventArgs>>