Class ElementWithTextNotFound

  • All Implemented Interfaces:
    java.io.Serializable

    @ParametersAreNonnullByDefault
    public class ElementWithTextNotFound
    extends UIAssertionError
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ElementWithTextNotFound​(WebElementsCollection collection, java.util.List<java.lang.String> actualTexts, java.util.List<java.lang.String> expectedTexts, java.lang.String explanation, long timeoutMs, java.lang.Throwable lastError)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ElementWithTextNotFound

        public ElementWithTextNotFound​(WebElementsCollection collection,
                                       java.util.List<java.lang.String> actualTexts,
                                       java.util.List<java.lang.String> expectedTexts,
                                       @Nullable
                                       java.lang.String explanation,
                                       long timeoutMs,
                                       @Nullable
                                       java.lang.Throwable lastError)