public class ListSizeMismatch extends UIAssertionError
timeoutMs| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
getScreenshot, uiDetails, wrappublic 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)
public java.lang.String toString()
toString in class UIAssertionError