Package io.jmix.masquerade.condition
Class CheckedItemsContains
java.lang.Object
com.codeborne.selenide.WebElementCondition
io.jmix.masquerade.condition.SpecificCondition
io.jmix.masquerade.condition.CheckedItemsContains
Condition for checking the contained checked items of
CheckboxGroup web-element wrapper.-
Field Summary
FieldsFields inherited from class com.codeborne.selenide.WebElementCondition
missingElementSatisfiesCondition, name -
Constructor Summary
ConstructorsConstructorDescriptionCheckedItemsContains(String... checkedItems) CheckedItemsContains(List<String> checkedItems) -
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
-
checkedItems
-
-
Constructor Details
-
CheckedItemsContains
-
CheckedItemsContains
-
-
Method Details
-
getValue
- Returns:
- list of the checked items that web-element should contain
-
toString
- Overrides:
toStringin classcom.codeborne.selenide.WebElementCondition
-