Table of Contents

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

ServiceWorkerRouterCondition

Or

public ImmutableArray<ServiceWorkerRouterCondition>? Or { get; init; }

Property Value

ImmutableArray<ServiceWorkerRouterCondition>?

RequestDestination

public string? RequestDestination { get; init; }

Property Value

string

RequestMethod

public string? RequestMethod { get; init; }

Property Value

string

RequestMode

public string? RequestMode { get; init; }

Property Value

string

RunningStatus

public ServiceWorkerVersionRunningStatus? RunningStatus { get; init; }

Property Value

ServiceWorkerVersionRunningStatus?

UrlPattern

Plain text, or JSON serialization of URLPatternInit or URLPattern

public string? UrlPattern { get; init; }

Property Value

string