Uses of Class
org.openqa.selenium.devtools.v106.overlay.model.LineStyle
-
Packages that use LineStyle Package Description org.openqa.selenium.devtools.v106.overlay.model -
-
Uses of LineStyle in org.openqa.selenium.devtools.v106.overlay.model
Methods in org.openqa.selenium.devtools.v106.overlay.model that return types with arguments of type LineStyle Modifier and Type Method Description java.util.Optional<LineStyle>FlexItemHighlightConfig. getBaseSizeBorder()Style of the border around the box representing the item's base sizejava.util.Optional<LineStyle>ContainerQueryContainerHighlightConfig. getContainerBorder()The style of the container border.java.util.Optional<LineStyle>FlexContainerHighlightConfig. getContainerBorder()The style of the container borderjava.util.Optional<LineStyle>FlexContainerHighlightConfig. getCrossAlignment()Style of the self-alignment line (align-items).java.util.Optional<LineStyle>ContainerQueryContainerHighlightConfig. getDescendantBorder()The style of the descendants' borders.java.util.Optional<LineStyle>FlexItemHighlightConfig. getFlexibilityArrow()Style of the arrow representing if the item grew or shrankjava.util.Optional<LineStyle>FlexContainerHighlightConfig. getItemSeparator()The style of the separator between itemsjava.util.Optional<LineStyle>FlexContainerHighlightConfig. getLineSeparator()The style of the separator between linesjava.util.Optional<LineStyle>ScrollSnapContainerHighlightConfig. getSnapAreaBorder()The style of the snap area border (default: transparent)java.util.Optional<LineStyle>ScrollSnapContainerHighlightConfig. getSnapportBorder()The style of the snapport border (default: transparent)Constructor parameters in org.openqa.selenium.devtools.v106.overlay.model with type arguments of type LineStyle Constructor Description ContainerQueryContainerHighlightConfig(java.util.Optional<LineStyle> containerBorder, java.util.Optional<LineStyle> descendantBorder)FlexContainerHighlightConfig(java.util.Optional<LineStyle> containerBorder, java.util.Optional<LineStyle> lineSeparator, java.util.Optional<LineStyle> itemSeparator, java.util.Optional<BoxStyle> mainDistributedSpace, java.util.Optional<BoxStyle> crossDistributedSpace, java.util.Optional<BoxStyle> rowGapSpace, java.util.Optional<BoxStyle> columnGapSpace, java.util.Optional<LineStyle> crossAlignment)ScrollSnapContainerHighlightConfig(java.util.Optional<LineStyle> snapportBorder, java.util.Optional<LineStyle> snapAreaBorder, java.util.Optional<RGBA> scrollMarginColor, java.util.Optional<RGBA> scrollPaddingColor)
-