Class ElementNotFound

  • All Implemented Interfaces:
    java.io.Serializable

    @ParametersAreNonnullByDefault
    public class ElementNotFound
    extends UIAssertionError
    See Also:
    Serialized Form
    • Constructor Detail

      • ElementNotFound

        public ElementNotFound​(Driver driver,
                               org.openqa.selenium.By searchCriteria,
                               Condition expectedCondition)
      • ElementNotFound

        public ElementNotFound​(Driver driver,
                               java.lang.String searchCriteria,
                               Condition expectedCondition)
      • ElementNotFound

        public ElementNotFound​(Driver driver,
                               java.lang.String searchCriteria,
                               Condition expectedCondition,
                               @Nullable
                               java.lang.Throwable lastError)
      • ElementNotFound

        public ElementNotFound​(WebElementsCollection collection,
                               java.util.List<java.lang.String> expectedTexts,
                               @Nullable
                               java.lang.Throwable lastError)
      • ElementNotFound

        public ElementNotFound​(WebElementsCollection collection,
                               java.lang.String description,
                               @Nullable
                               java.lang.Throwable lastError)