Table of Contents

Class FlexContainerHighlightConfig

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

Configuration data for the highlighting of Flex container elements.

public sealed class FlexContainerHighlightConfig
Inheritance
FlexContainerHighlightConfig
Inherited Members

Properties

ColumnGapSpace

Style of empty space caused by columns gaps (gap/column-gap).

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

Property Value

BoxStyle

ContainerBorder

The style of the container border

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

Property Value

LineStyle

CrossAlignment

Style of the self-alignment line (align-items).

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

Property Value

LineStyle

CrossDistributedSpace

Style of content-distribution space on the cross axis (align-content).

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

Property Value

BoxStyle

ItemSeparator

The style of the separator between items

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

Property Value

LineStyle

LineSeparator

The style of the separator between lines

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

Property Value

LineStyle

MainDistributedSpace

Style of content-distribution space on the main axis (justify-content).

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

Property Value

BoxStyle

RowGapSpace

Style of empty space caused by row gaps (gap/row-gap).

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

Property Value

BoxStyle