Uses of Class
org.openqa.selenium.devtools.css.model.ShorthandEntry
-
Packages that use ShorthandEntry Package Description org.openqa.selenium.devtools.css.model -
-
Uses of ShorthandEntry in org.openqa.selenium.devtools.css.model
Methods in org.openqa.selenium.devtools.css.model that return types with arguments of type ShorthandEntry Modifier and Type Method Description java.util.List<ShorthandEntry>CSSStyle. getShorthandEntries()Computed values for all shorthands found in the style.
-