Table of Contents

Class SetDefaultBackgroundColorOverrideCommandSettings

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

Sets or clears an override of the default background color of the frame. This override is used if the content does not specify one.

public sealed class SetDefaultBackgroundColorOverrideCommandSettings : ICommand
Inheritance
SetDefaultBackgroundColorOverrideCommandSettings
Implements
Inherited Members

Properties

Color

RGBA of the default background color. If not specified, any existing override will be cleared.

[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