Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class SetDisplayFeaturesOverrideCommandSettings

Namespace
OpenQA.Selenium.DevTools.V136.Emulation
Assembly
WebDriver.dll

SetDisplayFeaturesOverride

public sealed class SetDisplayFeaturesOverrideCommandSettings : ICommand
Inheritance
SetDisplayFeaturesOverrideCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Features

Gets or sets the features

[JsonPropertyName("features")]
public DisplayFeature[] Features { get; set; }

Property Value

DisplayFeature[]