Class ListSizeMismatch

    • Constructor Summary

      Constructors 
      Constructor Description
      ListSizeMismatch​(Driver driver, java.lang.String operator, int expectedSize, java.lang.String explanation, WebElementsCollection collection, java.util.List<org.openqa.selenium.WebElement> actualElements, java.lang.Exception lastError, long timeoutMs)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

      • ListSizeMismatch

        public ListSizeMismatch​(Driver driver,
                                java.lang.String operator,
                                int expectedSize,
                                java.lang.String explanation,
                                WebElementsCollection collection,
                                java.util.List<org.openqa.selenium.WebElement> actualElements,
                                java.lang.Exception lastError,
                                long timeoutMs)