Uses of Class
org.openqa.selenium.devtools.v85.dom.model.RGBA
Packages that use RGBA
Package
Description
-
Uses of RGBA in org.openqa.selenium.devtools.v85.emulation
Method parameters in org.openqa.selenium.devtools.v85.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.v85.overlay
Method parameters in org.openqa.selenium.devtools.v85.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) Highlights owner element of the frame with given id.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.v85.overlay.model
Methods in org.openqa.selenium.devtools.v85.overlay.model that return types with arguments of type RGBAModifier and TypeMethodDescriptionHighlightConfig.getBorderColor()The border highlight fill color (default: transparent).GridHighlightConfig.getCellBorderColor()The cell border color (default: transparent).GridHighlightConfig.getColumnGapColor()The column gap highlight fill color (default: transparent).GridHighlightConfig.getColumnHatchColor()The column gap hatching fill 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).GridHighlightConfig.getGridBorderColor()The grid container border highlight color (default: transparent).HighlightConfig.getMarginColor()The margin highlight fill color (default: transparent).HingeConfig.getOutlineColor()The content box highlight outline color (default: transparent).HighlightConfig.getPaddingColor()The padding highlight fill color (default: transparent).GridHighlightConfig.getRowGapColor()The row gap highlight fill color (default: transparent).GridHighlightConfig.getRowHatchColor()The row gap hatching fill color (default: transparent).HighlightConfig.getShapeColor()The shape outside fill color (default: transparent).HighlightConfig.getShapeMarginColor()The shape margin fill color (default: transparent).Constructor parameters in org.openqa.selenium.devtools.v85.overlay.model with type arguments of type RGBA