Table of Contents

Class GetFeatureStateCommandResponse

Namespace
OpenQA.Selenium.DevTools.V131.SystemInfo
Assembly
WebDriver.dll

Response for GetFeatureState

public sealed class GetFeatureStateCommandResponse : ICommandResponse<GetFeatureStateCommandSettings>, ICommandResponse
Inheritance
GetFeatureStateCommandResponse
Implements
Inherited Members
Extension Methods

Properties

FeatureEnabled

Gets or sets the featureEnabled

[JsonPropertyName("featureEnabled")]
public bool FeatureEnabled { get; set; }

Property Value

bool