Class SourceOrderConfig
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.overlay.model.SourceOrderConfig
-
public class SourceOrderConfig extends java.lang.Object
Configuration data for drawing the source order of an elements children.
-
-
Constructor Summary
Constructors Constructor Description SourceOrderConfig(RGBA parentOutlineColor, RGBA childOutlineColor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RGBA
getChildOutlineColor()
the color to outline the child elements in.RGBA
getParentOutlineColor()
the color to outline the givent element in.
-