Class IsolationModeHighlightConfig

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

public class IsolationModeHighlightConfig extends Object
  • Constructor Details

  • Method Details

    • getResizerColor

      public Optional<RGBA> getResizerColor()
      The fill color of the resizers (default: transparent).
    • getResizerHandleColor

      public Optional<RGBA> getResizerHandleColor()
      The fill color for resizer handles (default: transparent).
    • getMaskColor

      public Optional<RGBA> getMaskColor()
      The fill color for the mask covering non-isolated elements (default: transparent).