Table of Contents

Class HighlightConfig

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

HighlightConfig

public sealed class HighlightConfig
Inheritance
HighlightConfig
Inherited Members

Properties

BorderColor

borderColor

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

Property Value

RGBA

ColorFormat

colorFormat

[JsonPropertyName("colorFormat")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ColorFormat? ColorFormat { get; set; }

Property Value

ColorFormat?

ContainerQueryContainerHighlightConfig

containerQueryContainerHighlightConfig

[JsonPropertyName("containerQueryContainerHighlightConfig")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ContainerQueryContainerHighlightConfig ContainerQueryContainerHighlightConfig { get; set; }

Property Value

ContainerQueryContainerHighlightConfig

ContentColor

contentColor

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

Property Value

RGBA

ContrastAlgorithm

contrastAlgorithm

[JsonPropertyName("contrastAlgorithm")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ContrastAlgorithm? ContrastAlgorithm { get; set; }

Property Value

ContrastAlgorithm?

CssGridColor

cssGridColor

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

Property Value

RGBA

EventTargetColor

eventTargetColor

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

Property Value

RGBA

FlexContainerHighlightConfig

flexContainerHighlightConfig

[JsonPropertyName("flexContainerHighlightConfig")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public FlexContainerHighlightConfig FlexContainerHighlightConfig { get; set; }

Property Value

FlexContainerHighlightConfig

FlexItemHighlightConfig

flexItemHighlightConfig

[JsonPropertyName("flexItemHighlightConfig")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public FlexItemHighlightConfig FlexItemHighlightConfig { get; set; }

Property Value

FlexItemHighlightConfig

GridHighlightConfig

gridHighlightConfig

[JsonPropertyName("gridHighlightConfig")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public GridHighlightConfig GridHighlightConfig { get; set; }

Property Value

GridHighlightConfig

MarginColor

marginColor

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

Property Value

RGBA

PaddingColor

paddingColor

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

Property Value

RGBA

ShapeColor

shapeColor

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

Property Value

RGBA

ShapeMarginColor

shapeMarginColor

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

Property Value

RGBA

ShowAccessibilityInfo

showAccessibilityInfo

[JsonPropertyName("showAccessibilityInfo")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ShowAccessibilityInfo { get; set; }

Property Value

bool?

ShowExtensionLines

showExtensionLines

[JsonPropertyName("showExtensionLines")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ShowExtensionLines { get; set; }

Property Value

bool?

ShowInfo

showInfo

[JsonPropertyName("showInfo")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ShowInfo { get; set; }

Property Value

bool?

ShowRulers

showRulers

[JsonPropertyName("showRulers")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ShowRulers { get; set; }

Property Value

bool?

ShowStyles

showStyles

[JsonPropertyName("showStyles")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ShowStyles { get; set; }

Property Value

bool?