Class BackgroundServiceEvent
- Namespace
- OpenQA.Selenium.DevTools.V146.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
EventName
A description of the event.
[JsonPropertyName("eventName")]
public string EventName { get; set; }
Property Value
InstanceId
An identifier that groups related events together.
[JsonPropertyName("instanceId")]
public string InstanceId { get; set; }
Property Value
Origin
The origin this event belongs to.
[JsonPropertyName("origin")]
public string Origin { get; set; }
Property Value
Service
The Background Service this event belongs to.
[JsonPropertyName("service")]
public ServiceName Service { get; set; }
Property Value
ServiceWorkerRegistrationId
The Service Worker ID that initiated the event.
[JsonPropertyName("serviceWorkerRegistrationId")]
public string ServiceWorkerRegistrationId { get; set; }
Property Value
StorageKey
Storage key this event belongs to.
[JsonPropertyName("storageKey")]
public string StorageKey { get; set; }
Property Value
Timestamp
Timestamp of the event (in seconds).
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }