Class FlexContainerHighlightConfig
java.lang.Object
org.openqa.selenium.devtools.v126.overlay.model.FlexContainerHighlightConfig
Configuration data for the highlighting of Flex container elements.
-
Constructor Summary
ConstructorsConstructorDescriptionFlexContainerHighlightConfig
(Optional<LineStyle> containerBorder, Optional<LineStyle> lineSeparator, Optional<LineStyle> itemSeparator, Optional<BoxStyle> mainDistributedSpace, Optional<BoxStyle> crossDistributedSpace, Optional<BoxStyle> rowGapSpace, Optional<BoxStyle> columnGapSpace, Optional<LineStyle> crossAlignment) -
Method Summary
Modifier and TypeMethodDescriptionStyle of empty space caused by columns gaps (gap/column-gap).The style of the container borderStyle of the self-alignment line (align-items).Style of content-distribution space on the cross axis (align-content).The style of the separator between itemsThe style of the separator between linesStyle of content-distribution space on the main axis (justify-content).Style of empty space caused by row gaps (gap/row-gap).
-
Constructor Details
-
FlexContainerHighlightConfig
public FlexContainerHighlightConfig(Optional<LineStyle> containerBorder, Optional<LineStyle> lineSeparator, Optional<LineStyle> itemSeparator, Optional<BoxStyle> mainDistributedSpace, Optional<BoxStyle> crossDistributedSpace, Optional<BoxStyle> rowGapSpace, Optional<BoxStyle> columnGapSpace, Optional<LineStyle> crossAlignment)
-
-
Method Details
-
getContainerBorder
The style of the container border -
getLineSeparator
The style of the separator between lines -
getItemSeparator
The style of the separator between items -
getMainDistributedSpace
Style of content-distribution space on the main axis (justify-content). -
getCrossDistributedSpace
Style of content-distribution space on the cross axis (align-content). -
getRowGapSpace
Style of empty space caused by row gaps (gap/row-gap). -
getColumnGapSpace
Style of empty space caused by columns gaps (gap/column-gap). -
getCrossAlignment
Style of the self-alignment line (align-items).
-