Table of Contents

Class SetDisplayFeaturesOverrideCommandSettings

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

Start using the given display features to pupulate the Viewport Segments API. This override can also be set in setDeviceMetricsOverride().

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[]