Package io.jmix.masquerade.condition
Class SelectedItemsCount
java.lang.Object
com.codeborne.selenide.WebElementCondition
io.jmix.masquerade.condition.SpecificCondition
io.jmix.masquerade.condition.SelectedItemsCount
Condition for checking the selected items count of multi-select components web-element wrappers
(e.g.
MultiSelectComboBox
, MultiSelectComboBoxPicker
).-
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
-
SelectedItemsCount
public SelectedItemsCount(int count)
-
-
Method Details
-
getValue
public int getValue()- Returns:
- items count
-
toString
- Overrides:
toString
in classcom.codeborne.selenide.WebElementCondition
-