Package com.codeborne.selenide.ex
Class ListSizeMismatch
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- java.lang.AssertionError
-
- com.codeborne.selenide.ex.UIAssertionError
-
- com.codeborne.selenide.ex.ListSizeMismatch
-
- All Implemented Interfaces:
java.io.Serializable
public class ListSizeMismatch extends UIAssertionError
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.codeborne.selenide.ex.UIAssertionError
timeoutMs
-
-
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
-
Methods inherited from class com.codeborne.selenide.ex.UIAssertionError
getMessage, getScreenshot, uiDetails, wrap
-
-
-
-
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)
-
-