Class ServiceWorkerRouterCondition
- Namespace
- Selenium.WebDriver.BiDi.Cdp.ServiceWorker
- Assembly
- Selenium.WebDriver.BiDi.Cdp.dll
Mostly corresponds to RouterCondition in ServiceWorker spec (https://www.w3.org/TR/service-workers/#dictdef-routercondition)
public sealed record ServiceWorkerRouterCondition : IEquatable<ServiceWorkerRouterCondition>
- Inheritance
-
ServiceWorkerRouterCondition
- Implements
- Inherited Members
Constructors
ServiceWorkerRouterCondition()
Mostly corresponds to RouterCondition in ServiceWorker spec (https://www.w3.org/TR/service-workers/#dictdef-routercondition)
public ServiceWorkerRouterCondition()
Properties
Not
public ServiceWorkerRouterCondition? Not { get; init; }
Property Value
Or
public ImmutableArray<ServiceWorkerRouterCondition>? Or { get; init; }
Property Value
RequestDestination
public string? RequestDestination { get; init; }
Property Value
RequestMethod
public string? RequestMethod { get; init; }
Property Value
RequestMode
public string? RequestMode { get; init; }
Property Value
RunningStatus
public ServiceWorkerVersionRunningStatus? RunningStatus { get; init; }
Property Value
UrlPattern
Plain text, or JSON serialization of URLPatternInit or URLPattern
public string? UrlPattern { get; init; }