Table of Contents

Class BackgroundServiceEvent

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

BackgroundServiceEvent

public sealed class BackgroundServiceEvent
Inheritance
BackgroundServiceEvent
Inherited Members

Properties

EventMetadata

A list of event-specific information.

[JsonPropertyName("eventMetadata")]
public EventMetadata[] EventMetadata { get; set; }

Property Value

EventMetadata[]

EventName

A description of the event.

[JsonPropertyName("eventName")]
public string EventName { get; set; }

Property Value

string

InstanceId

An identifier that groups related events together.

[JsonPropertyName("instanceId")]
public string InstanceId { get; set; }

Property Value

string

Origin

The origin this event belongs to.

[JsonPropertyName("origin")]
public string Origin { get; set; }

Property Value

string

Service

The Background Service this event belongs to.

[JsonPropertyName("service")]
public ServiceName Service { get; set; }

Property Value

ServiceName

ServiceWorkerRegistrationId

The Service Worker ID that initiated the event.

[JsonPropertyName("serviceWorkerRegistrationId")]
public string ServiceWorkerRegistrationId { get; set; }

Property Value

string

StorageKey

Storage key this event belongs to.

[JsonPropertyName("storageKey")]
public string StorageKey { get; set; }

Property Value

string

Timestamp

Timestamp of the event (in seconds).

[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }

Property Value

double