Class FlexContainerHighlightConfig

java.lang.Object
org.openqa.selenium.devtools.v126.overlay.model.FlexContainerHighlightConfig

public class FlexContainerHighlightConfig extends Object
Configuration data for the highlighting of Flex container elements.
  • Constructor Details

  • Method Details

    • getContainerBorder

      public Optional<LineStyle> getContainerBorder()
      The style of the container border
    • getLineSeparator

      public Optional<LineStyle> getLineSeparator()
      The style of the separator between lines
    • getItemSeparator

      public Optional<LineStyle> getItemSeparator()
      The style of the separator between items
    • getMainDistributedSpace

      public Optional<BoxStyle> getMainDistributedSpace()
      Style of content-distribution space on the main axis (justify-content).
    • getCrossDistributedSpace

      public Optional<BoxStyle> getCrossDistributedSpace()
      Style of content-distribution space on the cross axis (align-content).
    • getRowGapSpace

      public Optional<BoxStyle> getRowGapSpace()
      Style of empty space caused by row gaps (gap/row-gap).
    • getColumnGapSpace

      public Optional<BoxStyle> getColumnGapSpace()
      Style of empty space caused by columns gaps (gap/column-gap).
    • getCrossAlignment

      public Optional<LineStyle> getCrossAlignment()
      Style of the self-alignment line (align-items).