Class GridHighlightConfig

java.lang.Object
org.openqa.selenium.devtools.v85.overlay.model.GridHighlightConfig

public class GridHighlightConfig extends Object
Configuration data for the highlighting of Grid elements.
  • Constructor Details

  • Method Details

    • getShowGridExtensionLines

      public Optional<Boolean> getShowGridExtensionLines()
      Whether the extension lines from grid cells to the rulers should be shown (default: false).
    • getShowPositiveLineNumbers

      public Optional<Boolean> getShowPositiveLineNumbers()
      Show Positive line number labels (default: false).
    • getShowNegativeLineNumbers

      public Optional<Boolean> getShowNegativeLineNumbers()
      Show Negative line number labels (default: false).
    • getGridBorderColor

      public Optional<RGBA> getGridBorderColor()
      The grid container border highlight color (default: transparent).
    • getCellBorderColor

      public Optional<RGBA> getCellBorderColor()
      The cell border color (default: transparent).
    • getGridBorderDash

      public Optional<Boolean> getGridBorderDash()
      Whether the grid border is dashed (default: false).
    • getCellBorderDash

      public Optional<Boolean> getCellBorderDash()
      Whether the cell border is dashed (default: false).
    • getRowGapColor

      public Optional<RGBA> getRowGapColor()
      The row gap highlight fill color (default: transparent).
    • getRowHatchColor

      public Optional<RGBA> getRowHatchColor()
      The row gap hatching fill color (default: transparent).
    • getColumnGapColor

      public Optional<RGBA> getColumnGapColor()
      The column gap highlight fill color (default: transparent).
    • getColumnHatchColor

      public Optional<RGBA> getColumnHatchColor()
      The column gap hatching fill color (default: transparent).