Table of Contents

Class SetDefaultBackgroundColorOverrideCommandSettings

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

SetDefaultBackgroundColorOverride

public sealed class SetDefaultBackgroundColorOverrideCommandSettings : ICommand
Inheritance
SetDefaultBackgroundColorOverrideCommandSettings
Implements
Inherited Members

Properties

Color

Gets or sets the color

[JsonPropertyName("color")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA Color { get; set; }

Property Value

RGBA

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string