Uses of Class
org.openqa.selenium.devtools.dom.model.RGBA
-
Packages that use RGBA Package Description org.openqa.selenium.devtools.emulation org.openqa.selenium.devtools.overlay org.openqa.selenium.devtools.overlay.model -
-
Uses of RGBA in org.openqa.selenium.devtools.emulation
Method parameters in org.openqa.selenium.devtools.emulation with type arguments of type RGBA Modifier and Type Method Description static Command<java.lang.Void>
Emulation. setDefaultBackgroundColorOverride(java.util.Optional<RGBA> color)
Sets or clears an override of the default background color of the frame. -
Uses of RGBA in org.openqa.selenium.devtools.overlay
Method parameters in org.openqa.selenium.devtools.overlay with type arguments of type RGBA Modifier and Type Method Description static Command<java.lang.Void>
Overlay. highlightFrame(FrameId frameId, java.util.Optional<RGBA> contentColor, java.util.Optional<RGBA> contentOutlineColor)
Highlights owner element of the frame with given id.static Command<java.lang.Void>
Overlay. highlightQuad(Quad quad, java.util.Optional<RGBA> color, java.util.Optional<RGBA> outlineColor)
Highlights given quad.static Command<java.lang.Void>
Overlay. highlightRect(java.lang.Integer x, java.lang.Integer y, java.lang.Integer width, java.lang.Integer height, java.util.Optional<RGBA> color, java.util.Optional<RGBA> outlineColor)
Highlights given rectangle. -
Uses of RGBA in org.openqa.selenium.devtools.overlay.model
Methods in org.openqa.selenium.devtools.overlay.model that return types with arguments of type RGBA Modifier and Type Method Description java.util.Optional<RGBA>
HighlightConfig. getBorderColor()
The border highlight fill color (default: transparent).java.util.Optional<RGBA>
GridHighlightConfig. getCellBorderColor()
The cell border color (default: transparent).java.util.Optional<RGBA>
GridHighlightConfig. getColumnGapColor()
The column gap highlight fill color (default: transparent).java.util.Optional<RGBA>
GridHighlightConfig. getColumnHatchColor()
The column gap hatching fill color (default: transparent).java.util.Optional<RGBA>
HighlightConfig. getContentColor()
The content box highlight fill color (default: transparent).java.util.Optional<RGBA>
HingeConfig. getContentColor()
The content box highlight fill color (default: a dark color).java.util.Optional<RGBA>
HighlightConfig. getCssGridColor()
The grid layout color (default: transparent).java.util.Optional<RGBA>
HighlightConfig. getEventTargetColor()
The event target element highlight fill color (default: transparent).java.util.Optional<RGBA>
GridHighlightConfig. getGridBorderColor()
The grid container border highlight color (default: transparent).java.util.Optional<RGBA>
HighlightConfig. getMarginColor()
The margin highlight fill color (default: transparent).java.util.Optional<RGBA>
HingeConfig. getOutlineColor()
The content box highlight outline color (default: transparent).java.util.Optional<RGBA>
HighlightConfig. getPaddingColor()
The padding highlight fill color (default: transparent).java.util.Optional<RGBA>
GridHighlightConfig. getRowGapColor()
The row gap highlight fill color (default: transparent).java.util.Optional<RGBA>
GridHighlightConfig. getRowHatchColor()
The row gap hatching fill color (default: transparent).java.util.Optional<RGBA>
HighlightConfig. getShapeColor()
The shape outside fill color (default: transparent).java.util.Optional<RGBA>
HighlightConfig. getShapeMarginColor()
The shape margin fill color (default: transparent).Constructor parameters in org.openqa.selenium.devtools.overlay.model with type arguments of type RGBA Constructor Description HingeConfig(Rect rect, java.util.Optional<RGBA> contentColor, java.util.Optional<RGBA> outlineColor)
-