Table of Contents

Class GetBackgroundColorsCommandResponse

Namespace
OpenQA.Selenium.DevTools.V85.CSS
Assembly
WebDriver.dll

Response for GetBackgroundColors

public sealed class GetBackgroundColorsCommandResponse : ICommandResponse<GetBackgroundColorsCommandSettings>, ICommandResponse
Inheritance
GetBackgroundColorsCommandResponse
Implements
Inherited Members
Extension Methods

Properties

BackgroundColors

Gets or sets the backgroundColors

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

Property Value

string[]

ComputedFontSize

Gets or sets the computedFontSize

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

Property Value

string

ComputedFontWeight

Gets or sets the computedFontWeight

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

Property Value

string