Class ExactTextsCaseSensitiveInAnyOrder

java.lang.Object
com.codeborne.selenide.CollectionCondition
com.codeborne.selenide.collections.ExactTexts
com.codeborne.selenide.collections.ExactTextsCaseSensitiveInAnyOrder
All Implemented Interfaces:
Predicate<List<org.openqa.selenium.WebElement>>

@ParametersAreNonnullByDefault public class ExactTextsCaseSensitiveInAnyOrder extends ExactTexts
  • Constructor Details

    • ExactTextsCaseSensitiveInAnyOrder

      public ExactTextsCaseSensitiveInAnyOrder(String... exactTexts)
    • ExactTextsCaseSensitiveInAnyOrder

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