Class IsolationModeHighlightConfig
java.lang.Object
org.openqa.selenium.devtools.v126.overlay.model.IsolationModeHighlightConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe fill color for the mask covering non-isolated elements (default: transparent).The fill color of the resizers (default: transparent).The fill color for resizer handles (default: transparent).
-
Constructor Details
-
IsolationModeHighlightConfig
-
-
Method Details
-
getResizerColor
The fill color of the resizers (default: transparent). -
getResizerHandleColor
The fill color for resizer handles (default: transparent). -
getMaskColor
The fill color for the mask covering non-isolated elements (default: transparent).
-