Class SizeGreaterThan

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

@ParametersAreNonnullByDefault public class SizeGreaterThan extends CollectionCondition
  • Field Details

    • expectedSize

      protected final int expectedSize
  • Constructor Details

    • SizeGreaterThan

      public SizeGreaterThan(int expectedSize)
  • Method Details