Table of Contents

Class CanEmulateNetworkConditionsCommandResponse

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

Response for Tells whether emulation of network conditions is supported.

public sealed class CanEmulateNetworkConditionsCommandResponse : ICommandResponse<CanEmulateNetworkConditionsCommandSettings>, ICommandResponse
Inheritance
CanEmulateNetworkConditionsCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Result

True if emulation of network conditions is supported.

[JsonPropertyName("result")]
public bool Result { get; set; }

Property Value

bool