Table of Contents

Class FlexItemHighlightConfig

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

Configuration data for the highlighting of Flex item elements.

public sealed class FlexItemHighlightConfig
Inheritance
FlexItemHighlightConfig
Inherited Members

Properties

BaseSizeBorder

Style of the border around the box representing the item's base size

[JsonPropertyName("baseSizeBorder")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LineStyle? BaseSizeBorder { get; set; }

Property Value

LineStyle

BaseSizeBox

Style of the box representing the item's base size

[JsonPropertyName("baseSizeBox")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public BoxStyle? BaseSizeBox { get; set; }

Property Value

BoxStyle

FlexibilityArrow

Style of the arrow representing if the item grew or shrank

[JsonPropertyName("flexibilityArrow")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LineStyle? FlexibilityArrow { get; set; }

Property Value

LineStyle