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 = 0BackgroundSync = 1Notifications = 3PaymentHandler = 4PeriodicBackgroundSync = 5PushMessaging = 2