Class SourceOrderConfig

java.lang.Object
org.openqa.selenium.devtools.v119.overlay.model.SourceOrderConfig

public class SourceOrderConfig extends Object
Configuration data for drawing the source order of an elements children.
  • Constructor Details

    • SourceOrderConfig

      public SourceOrderConfig(RGBA parentOutlineColor, RGBA childOutlineColor)
  • Method Details

    • getParentOutlineColor

      public RGBA getParentOutlineColor()
      the color to outline the givent element in.
    • getChildOutlineColor

      public RGBA getChildOutlineColor()
      the color to outline the child elements in.