Class BoxStyle
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.overlay.model.BoxStyle
-
public class BoxStyle extends java.lang.Object
Style information for drawing a box.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<RGBA>
getFillColor()
The background color for the box (default: transparent)java.util.Optional<RGBA>
getHatchColor()
The hatching color for the box (default: transparent)
-