Class ShorthandEntry

java.lang.Object
org.openqa.selenium.devtools.v85.css.model.ShorthandEntry

public class ShorthandEntry extends Object
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Shorthand name.
    • getValue

      public String getValue()
      Shorthand value.
    • getImportant

      public Optional<Boolean> getImportant()
      Whether the property has "!important" annotation (implies `false` if absent).