Table of Contents

Class EmulateNetworkConditionsByRuleCommandSettings

Namespace
OpenQA.Selenium.DevTools.V142.Network
Assembly
WebDriver.dll

EmulateNetworkConditionsByRule

public sealed class EmulateNetworkConditionsByRuleCommandSettings : ICommand
Inheritance
EmulateNetworkConditionsByRuleCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

MatchedNetworkConditions

Gets or sets the matchedNetworkConditions

[JsonPropertyName("matchedNetworkConditions")]
public NetworkConditions[] MatchedNetworkConditions { get; set; }

Property Value

NetworkConditions[]

Offline

Gets or sets the offline

[JsonPropertyName("offline")]
public bool Offline { get; set; }

Property Value

bool