Class DomPropertyValue

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

@ParametersAreNonnullByDefault public class DomPropertyValue extends WebElementCondition
  • Field Details

    • expectedDomPropertyValue

      @Nullable protected final String expectedDomPropertyValue
  • Constructor Details

    • DomPropertyValue

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