Class BoxStyle
java.lang.Object
org.openqa.selenium.devtools.v123.overlay.model.BoxStyle
Style information for drawing a box.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe background color for the box (default: transparent)The hatching color for the box (default: transparent)
-
Constructor Details
-
BoxStyle
-
-
Method Details
-
getFillColor
The background color for the box (default: transparent) -
getHatchColor
The hatching color for the box (default: transparent)
-