Table of Contents

Enum ServiceName

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

The Background Service that will be associated with the commands/events. Every Background Service operates independently, but they share the same API.

[JsonConverter(typeof(JsonStringEnumConverter<ServiceName>))]
public enum ServiceName

Fields

BackgroundFetch = 0
BackgroundSync = 1
Notifications = 3
PaymentHandler = 4
PeriodicBackgroundSync = 5
PushMessaging = 2