Class CSSComputedStyleProperty

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

public class CSSComputedStyleProperty extends Object
  • Constructor Details

    • CSSComputedStyleProperty

      public CSSComputedStyleProperty(String name, String value)
  • Method Details

    • getName

      public String getName()
      Computed style property name.
    • getValue

      public String getValue()
      Computed style property value.