Class GetFeatureStateCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V130.SystemInfo
- Assembly
- WebDriver.dll
GetFeatureState
public sealed class GetFeatureStateCommandSettings : ICommand
- Inheritance
-
GetFeatureStateCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
FeatureState
Gets or sets the featureState
[JsonPropertyName("featureState")]
public string FeatureState { get; set; }