Class CSSPropertyRegistration

java.lang.Object
org.openqa.selenium.devtools.v126.css.model.CSSPropertyRegistration

public class CSSPropertyRegistration extends Object
Representation of a custom property registration through CSS.registerProperty
  • Constructor Details

  • Method Details

    • getPropertyName

      public String getPropertyName()
    • getInitialValue

      public Optional<Value> getInitialValue()
    • getInherits

      public Boolean getInherits()
    • getSyntax

      public String getSyntax()