Class GetFeatureStateCommandResponse
- Namespace
- OpenQA.Selenium.DevTools.V142.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; }