Package io.jmix.masquerade.condition
Class CheckedItems
java.lang.Object
com.codeborne.selenide.WebElementCondition
io.jmix.masquerade.condition.SpecificCondition
io.jmix.masquerade.condition.CheckedItems
Condition for checking the checked items of
CheckboxGroup web-element wrapper.-
Field Summary
FieldsFields inherited from class com.codeborne.selenide.WebElementCondition
missingElementSatisfiesCondition, name -
Constructor Summary
ConstructorsConstructorDescriptionCheckedItems(String... visibleItems) CheckedItems(List<String> visibleItems) -
Method Summary
Methods inherited from class io.jmix.masquerade.condition.SpecificCondition
checkMethods inherited from class com.codeborne.selenide.WebElementCondition
because, getName, missingElementSatisfiesCondition, negate, or
-
Field Details
-
visibleItems
-
-
Constructor Details
-
CheckedItems
-
CheckedItems
-
-
Method Details
-
getValue
- Returns:
- list of the checked items
-
toString
- Overrides:
toStringin classcom.codeborne.selenide.WebElementCondition
-