Class DomPropertyValue

java.lang.Object
com.codeborne.selenide.WebElementCondition
com.codeborne.selenide.conditions.DomPropertyValue

public class DomPropertyValue extends WebElementCondition
  • Field Details

    • expectedDomPropertyValue

      protected final @Nullable String expectedDomPropertyValue
  • Constructor Details

    • DomPropertyValue

      public DomPropertyValue(String domPropertyName, @Nullable String expectedDomPropertyValue)
  • Method Details