Table of Contents

Class ServiceWorkerRouterInfo

Namespace
Selenium.WebDriver.BiDi.Cdp.Network
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record ServiceWorkerRouterInfo : IEquatable<ServiceWorkerRouterInfo>
Inheritance
ServiceWorkerRouterInfo
Implements
Inherited Members

Constructors

ServiceWorkerRouterInfo()

public ServiceWorkerRouterInfo()

Properties

ActualSourceType

The actual router source used.

public ServiceWorkerRouterSource? ActualSourceType { get; init; }

Property Value

ServiceWorkerRouterSource?

MatchedSourceType

The router source of the matched rule. If there is a matched rule, this field will be set, otherwise no value will be set.

public ServiceWorkerRouterSource? MatchedSourceType { get; init; }

Property Value

ServiceWorkerRouterSource?

RuleIdMatched

ID of the rule matched. If there is a matched rule, this field will be set, otherwiser no value will be set.

public long? RuleIdMatched { get; init; }

Property Value

long?