Class ElementNotFound

    • 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,
                               java.lang.Throwable lastError)
      • ElementNotFound

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

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