Table of Contents

Class SetNetworkConditionsOptions

Namespace
OpenQA.Selenium.BiDi.Emulation
Assembly
Selenium.WebDriver.dll
public sealed record SetNetworkConditionsOptions : CommandOptions, IEquatable<CommandOptions>, IEquatable<SetNetworkConditionsOptions>
Inheritance
SetNetworkConditionsOptions
Implements
Inherited Members

Properties

Contexts

public IEnumerable<BrowsingContext>? Contexts { get; init; }

Property Value

IEnumerable<BrowsingContext>

UserContexts

public IEnumerable<UserContext>? UserContexts { get; init; }

Property Value

IEnumerable<UserContext>