Uses of Class
org.openqa.selenium.devtools.v96.overlay.model.BoxStyle
-
Packages that use BoxStyle Package Description org.openqa.selenium.devtools.v96.overlay.model -
-
Uses of BoxStyle in org.openqa.selenium.devtools.v96.overlay.model
Methods in org.openqa.selenium.devtools.v96.overlay.model that return types with arguments of type BoxStyle Modifier and Type Method Description java.util.Optional<BoxStyle>FlexItemHighlightConfig. getBaseSizeBox()Style of the box representing the item's base sizejava.util.Optional<BoxStyle>FlexContainerHighlightConfig. getColumnGapSpace()Style of empty space caused by columns gaps (gap/column-gap).java.util.Optional<BoxStyle>FlexContainerHighlightConfig. getCrossDistributedSpace()Style of content-distribution space on the cross axis (align-content).java.util.Optional<BoxStyle>FlexContainerHighlightConfig. getMainDistributedSpace()Style of content-distribution space on the main axis (justify-content).java.util.Optional<BoxStyle>FlexContainerHighlightConfig. getRowGapSpace()Style of empty space caused by row gaps (gap/row-gap).Constructor parameters in org.openqa.selenium.devtools.v96.overlay.model with type arguments of type BoxStyle Constructor Description FlexItemHighlightConfig(java.util.Optional<BoxStyle> baseSizeBox, java.util.Optional<LineStyle> baseSizeBorder, java.util.Optional<LineStyle> flexibilityArrow)
-