Uses of Class
org.openqa.selenium.devtools.v86.dom.model.RGBA
-
Packages that use RGBA Package Description org.openqa.selenium.devtools.v86.emulation org.openqa.selenium.devtools.v86.overlay org.openqa.selenium.devtools.v86.overlay.model -
-
Uses of RGBA in org.openqa.selenium.devtools.v86.emulation
Method parameters in org.openqa.selenium.devtools.v86.emulation with type arguments of type RGBA Modifier and Type Method Description static org.openqa.selenium.devtools.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.v86.overlay
Method parameters in org.openqa.selenium.devtools.v86.overlay with type arguments of type RGBA Modifier and Type Method Description static org.openqa.selenium.devtools.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 org.openqa.selenium.devtools.Command<java.lang.Void>Overlay. highlightQuad(Quad quad, java.util.Optional<RGBA> color, java.util.Optional<RGBA> outlineColor)Highlights given quad.static org.openqa.selenium.devtools.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.v86.overlay.model
Methods in org.openqa.selenium.devtools.v86.overlay.model that return RGBA Modifier and Type Method Description RGBASourceOrderConfig. getChildOutlineColor()the color to outline the child elements in.RGBASourceOrderConfig. getParentOutlineColor()the color to outline the givent element in.Methods in org.openqa.selenium.devtools.v86.overlay.model that return types with arguments of type RGBA Modifier and Type Method Description java.util.Optional<RGBA>GridHighlightConfig. getAreaBorderColor()The named grid areas border color (Default: transparent).java.util.Optional<RGBA>HighlightConfig. getBorderColor()The border highlight fill color (default: transparent).java.util.Optional<RGBA>GridHighlightConfig. getCellBorderColor()Deprecated.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>GridHighlightConfig. getColumnLineColor()The column line 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>GridHighlightConfig. getRowLineColor()The row line 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).Constructors in org.openqa.selenium.devtools.v86.overlay.model with parameters of type RGBA Constructor Description SourceOrderConfig(RGBA parentOutlineColor, RGBA childOutlineColor)Constructor parameters in org.openqa.selenium.devtools.v86.overlay.model with type arguments of type RGBA Constructor Description HingeConfig(Rect rect, java.util.Optional<RGBA> contentColor, java.util.Optional<RGBA> outlineColor)
-