Class CheckedItemsContains

java.lang.Object
com.codeborne.selenide.WebElementCondition
io.jmix.masquerade.condition.SpecificCondition
io.jmix.masquerade.condition.CheckedItemsContains

public class CheckedItemsContains extends SpecificCondition
Condition for checking the contained checked items of CheckboxGroup web-element wrapper.
  • Field Details

    • checkedItems

      protected List<String> checkedItems
  • Constructor Details

    • CheckedItemsContains

      public CheckedItemsContains(String... checkedItems)
    • CheckedItemsContains

      public CheckedItemsContains(List<String> checkedItems)
  • Method Details

    • getValue

      public List<String> getValue()
      Returns:
      list of the checked items that web-element should contain
    • toString

      public String toString()
      Overrides:
      toString in class com.codeborne.selenide.WebElementCondition