Table of Contents

Class GetFeatureStateCommandSettings

Namespace
OpenQA.Selenium.DevTools.V131.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

string

FeatureState

Gets or sets the featureState

[JsonPropertyName("featureState")]
public string FeatureState { get; set; }

Property Value

string