Class ContainerQueryContainerHighlightConfig
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.overlay.model.ContainerQueryContainerHighlightConfig
-
public class ContainerQueryContainerHighlightConfig extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ContainerQueryContainerHighlightConfig(java.util.Optional<LineStyle> containerBorder, java.util.Optional<LineStyle> descendantBorder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<LineStyle>
getContainerBorder()
The style of the container border.java.util.Optional<LineStyle>
getDescendantBorder()
The style of the descendants' borders.
-