Table of Contents

Class EmulateNetworkConditionsByRuleResult

Namespace
Selenium.WebDriver.BiDi.Cdp.Network
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record EmulateNetworkConditionsByRuleResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<EmulateNetworkConditionsByRuleResult>
Inheritance
EmptyResult
EmulateNetworkConditionsByRuleResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

EmulateNetworkConditionsByRuleResult(ImmutableArray<string>)

public EmulateNetworkConditionsByRuleResult(ImmutableArray<string> RuleIds)

Parameters

RuleIds ImmutableArray<string>

An id for each entry in matchedNetworkConditions. The id will be included in the requestWillBeSentExtraInfo for requests affected by a rule.

Properties

RuleIds

An id for each entry in matchedNetworkConditions. The id will be included in the requestWillBeSentExtraInfo for requests affected by a rule.

public ImmutableArray<string> RuleIds { get; init; }

Property Value

ImmutableArray<string>