Class ShorthandEntry
- java.lang.Object
-
- org.openqa.selenium.devtools.css.model.ShorthandEntry
-
public class ShorthandEntry extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ShorthandEntry(java.lang.String name, java.lang.String value, java.lang.Boolean important)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
getImportant()
Whether the property has "!important" annotation (implies `false` if absent).java.lang.String
getName()
Shorthand name.java.lang.String
getValue()
Shorthand value.
-