Table of Contents

Enum ServiceWorkerRouterSource

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

Source of service worker router.

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

Fields

Cache = 1
FetchEvent = 2
Network = 0
RaceNetworkAndCache = 4
RaceNetworkAndFetchHandler = 3