Enum Class Waiting.Elements

java.lang.Object
java.lang.Enum<Waiting.Elements>
org.ndviet.library.Waiting.Elements
All Implemented Interfaces:
Serializable, Comparable<Waiting.Elements>, Constable
Enclosing class:
Waiting

protected static enum Waiting.Elements extends Enum<Waiting.Elements>
  • Enum Constant Details

    • PRESENCE_OF_ALL_ELEMENTS_LOCATED

      public static final Waiting.Elements PRESENCE_OF_ALL_ELEMENTS_LOCATED
    • VISIBILITY_OF_ALL_ELEMENTS_LOCATED_BY

      public static final Waiting.Elements VISIBILITY_OF_ALL_ELEMENTS_LOCATED_BY
  • Method Details

    • values

      public static Waiting.Elements[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Waiting.Elements valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • waitForElements

      List<org.openqa.selenium.WebElement> waitForElements(org.openqa.selenium.WebDriver driver, Object object, boolean isWait, int timeOut)