Table of Contents

Enum ServiceWorkerVersionRunningStatus

Namespace
Selenium.WebDriver.BiDi.Cdp.ServiceWorker
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
[JsonConverter(typeof(JsonStringEnumConverter<ServiceWorkerVersionRunningStatus>))]
public enum ServiceWorkerVersionRunningStatus

Fields

Running = 2
Starting = 1
Stopped = 0
Stopping = 3