Package io.jmix.masquerade.condition
Class CheckedItemsCount
java.lang.Object
com.codeborne.selenide.WebElementCondition
io.jmix.masquerade.condition.SpecificCondition
io.jmix.masquerade.condition.CheckedItemsCount
Condition for checking items count of
CheckboxGroup
web-element wrapper.-
Field Summary
FieldsFields inherited from class com.codeborne.selenide.WebElementCondition
missingElementSatisfiesCondition, name
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.jmix.masquerade.condition.SpecificCondition
check
Methods inherited from class com.codeborne.selenide.WebElementCondition
because, getName, missingElementSatisfiesCondition, negate, or
-
Field Details
-
count
protected int count
-
-
Constructor Details
-
CheckedItemsCount
public CheckedItemsCount(int count)
-
-
Method Details
-
getValue
public int getValue()- Returns:
- items count
-
toString
- Overrides:
toString
in classcom.codeborne.selenide.WebElementCondition
-