Class ComputedStyleExtraFields

java.lang.Object
org.openqa.selenium.devtools.v141.css.model.ComputedStyleExtraFields

@Beta public class ComputedStyleExtraFields extends Object
  • Constructor Details

    • ComputedStyleExtraFields

      public ComputedStyleExtraFields(Boolean isAppearanceBase)
  • Method Details

    • getIsAppearanceBase

      public Boolean getIsAppearanceBase()
      Returns whether or not this node is being rendered with base appearance, which happens when it has its appearance property set to base/base-select or it is in the subtree of an element being rendered with base appearance.