Table of Contents

Class BackgroundServiceEvent

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

BackgroundServiceEvent

public sealed class BackgroundServiceEvent
Inheritance
BackgroundServiceEvent
Inherited Members

Properties

EventMetadata

eventMetadata

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

Property Value

EventMetadata[]

EventName

eventName

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

Property Value

string

InstanceId

instanceId

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

Property Value

string

Origin

origin

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

Property Value

string

Service

service

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

Property Value

ServiceName

ServiceWorkerRegistrationId

serviceWorkerRegistrationId

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

Property Value

string

StorageKey

storageKey

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

Property Value

string

Timestamp

timestamp

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

Property Value

double