Class SourceOrderConfig
java.lang.Object
org.openqa.selenium.devtools.v126.overlay.model.SourceOrderConfig
Configuration data for drawing the source order of an elements children.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionthe color to outline the child elements in.the color to outline the given element in.
-
Constructor Details
-
SourceOrderConfig
-
-
Method Details
-
getParentOutlineColor
the color to outline the given element in. -
getChildOutlineColor
the color to outline the child elements in.
-