Uses of Class
org.openqa.selenium.devtools.v141.dom.model.RGBA
Packages that use RGBA
Package
Description
-
Uses of RGBA in org.openqa.selenium.devtools.v141.emulation
Method parameters in org.openqa.selenium.devtools.v141.emulation with type arguments of type RGBAModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Emulation.setDefaultBackgroundColorOverride(Optional<RGBA> color) Sets or clears an override of the default background color of the frame. -
Uses of RGBA in org.openqa.selenium.devtools.v141.overlay
Method parameters in org.openqa.selenium.devtools.v141.overlay with type arguments of type RGBAModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Overlay.highlightFrame(FrameId frameId, Optional<RGBA> contentColor, Optional<RGBA> contentOutlineColor) Deprecated.static org.openqa.selenium.devtools.Command<Void> Highlights given quad.static org.openqa.selenium.devtools.Command<Void> Overlay.highlightRect(Integer x, Integer y, Integer width, Integer height, Optional<RGBA> color, Optional<RGBA> outlineColor) Highlights given rectangle. -
Uses of RGBA in org.openqa.selenium.devtools.v141.overlay.model
Methods in org.openqa.selenium.devtools.v141.overlay.model that return RGBAModifier and TypeMethodDescriptionSourceOrderConfig.getChildOutlineColor()the color to outline the child elements in.SourceOrderConfig.getParentOutlineColor()the color to outline the given element in.Methods in org.openqa.selenium.devtools.v141.overlay.model that return types with arguments of type RGBAModifier and TypeMethodDescriptionGridHighlightConfig.getAreaBorderColor()The named grid areas border color (Default: transparent).HighlightConfig.getBorderColor()The border highlight fill color (default: transparent).GridHighlightConfig.getCellBorderColor()Deprecated.LineStyle.getColor()The color of the line (default: transparent)GridHighlightConfig.getColumnGapColor()The column gap highlight fill color (default: transparent).GridHighlightConfig.getColumnHatchColor()The column gap hatching fill color (default: transparent).GridHighlightConfig.getColumnLineColor()The column line color (default: transparent).HighlightConfig.getContentColor()The content box highlight fill color (default: transparent).HingeConfig.getContentColor()The content box highlight fill color (default: a dark color).HighlightConfig.getCssGridColor()The grid layout color (default: transparent).HighlightConfig.getEventTargetColor()The event target element highlight fill color (default: transparent).BoxStyle.getFillColor()The background color for the box (default: transparent)GridHighlightConfig.getGridBackgroundColor()The grid container background color (Default: transparent).GridHighlightConfig.getGridBorderColor()The grid container border highlight color (default: transparent).BoxStyle.getHatchColor()The hatching color for the box (default: transparent)HighlightConfig.getMarginColor()The margin highlight fill color (default: transparent).IsolationModeHighlightConfig.getMaskColor()The fill color for the mask covering non-isolated elements (default: transparent).HingeConfig.getOutlineColor()The content box highlight outline color (default: transparent).HighlightConfig.getPaddingColor()The padding highlight fill color (default: transparent).IsolationModeHighlightConfig.getResizerColor()The fill color of the resizers (default: transparent).IsolationModeHighlightConfig.getResizerHandleColor()The fill color for resizer handles (default: transparent).GridHighlightConfig.getRowGapColor()The row gap highlight fill color (default: transparent).GridHighlightConfig.getRowHatchColor()The row gap hatching fill color (default: transparent).GridHighlightConfig.getRowLineColor()The row line color (default: transparent).ScrollSnapContainerHighlightConfig.getScrollMarginColor()The margin highlight fill color (default: transparent).ScrollSnapContainerHighlightConfig.getScrollPaddingColor()The padding highlight fill color (default: transparent).HighlightConfig.getShapeColor()The shape outside fill color (default: transparent).HighlightConfig.getShapeMarginColor()The shape margin fill color (default: transparent).Constructors in org.openqa.selenium.devtools.v141.overlay.model with parameters of type RGBAConstructor parameters in org.openqa.selenium.devtools.v141.overlay.model with type arguments of type RGBA