Table of Contents

Class SetEmulatedMediaCommandSettings

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

SetEmulatedMedia

public sealed class SetEmulatedMediaCommandSettings : ICommand
Inheritance
SetEmulatedMediaCommandSettings
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")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public MediaFeature[] Features { get; set; }

Property Value

MediaFeature[]

Media

Gets or sets the media

[JsonPropertyName("media")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Media { get; set; }

Property Value

string