Class ExactTextsCaseSensitiveInAnyOrder

java.lang.Object
com.codeborne.selenide.WebElementsCondition
com.codeborne.selenide.collections.ExactTexts
com.codeborne.selenide.collections.ExactTextsCaseSensitiveInAnyOrder

@ParametersAreNonnullByDefault public class ExactTextsCaseSensitiveInAnyOrder extends ExactTexts
  • Constructor Details

    • ExactTextsCaseSensitiveInAnyOrder

      public ExactTextsCaseSensitiveInAnyOrder(String... exactTexts)
    • ExactTextsCaseSensitiveInAnyOrder

      public ExactTextsCaseSensitiveInAnyOrder(List<String> exactTexts)
  • Method Details