Uses of Class
org.openqa.selenium.devtools.v141.overlay.model.LineStyle
Packages that use LineStyle
-
Uses of LineStyle in org.openqa.selenium.devtools.v141.overlay.model
Methods in org.openqa.selenium.devtools.v141.overlay.model that return types with arguments of type LineStyleModifier and TypeMethodDescriptionFlexItemHighlightConfig.getBaseSizeBorder()Style of the border around the box representing the item's base sizeContainerQueryContainerHighlightConfig.getContainerBorder()The style of the container border.FlexContainerHighlightConfig.getContainerBorder()The style of the container borderFlexContainerHighlightConfig.getCrossAlignment()Style of the self-alignment line (align-items).ContainerQueryContainerHighlightConfig.getDescendantBorder()The style of the descendants' borders.FlexItemHighlightConfig.getFlexibilityArrow()Style of the arrow representing if the item grew or shrankFlexContainerHighlightConfig.getItemSeparator()The style of the separator between itemsFlexContainerHighlightConfig.getLineSeparator()The style of the separator between linesScrollSnapContainerHighlightConfig.getSnapAreaBorder()The style of the snap area border (default: transparent)ScrollSnapContainerHighlightConfig.getSnapportBorder()The style of the snapport border (default: transparent)Constructor parameters in org.openqa.selenium.devtools.v141.overlay.model with type arguments of type LineStyleModifierConstructorDescriptionContainerQueryContainerHighlightConfig(Optional<LineStyle> containerBorder, Optional<LineStyle> descendantBorder) 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) ScrollSnapContainerHighlightConfig(Optional<LineStyle> snapportBorder, Optional<LineStyle> snapAreaBorder, Optional<RGBA> scrollMarginColor, Optional<RGBA> scrollPaddingColor)