Uses of Class
org.openqa.selenium.devtools.v99.overlay.model.GridHighlightConfig
-
Packages that use GridHighlightConfig Package Description org.openqa.selenium.devtools.v99.overlay.model -
-
Uses of GridHighlightConfig in org.openqa.selenium.devtools.v99.overlay.model
Methods in org.openqa.selenium.devtools.v99.overlay.model that return GridHighlightConfig Modifier and Type Method Description GridHighlightConfigGridNodeHighlightConfig. getGridHighlightConfig()A descriptor for the highlight appearance.Methods in org.openqa.selenium.devtools.v99.overlay.model that return types with arguments of type GridHighlightConfig Modifier and Type Method Description java.util.Optional<GridHighlightConfig>HighlightConfig. getGridHighlightConfig()The grid layout highlight configuration (default: all transparent).Constructors in org.openqa.selenium.devtools.v99.overlay.model with parameters of type GridHighlightConfig Constructor Description GridNodeHighlightConfig(GridHighlightConfig gridHighlightConfig, NodeId nodeId)
-