public class ListSizeMismatch extends UIAssertionError
| Constructor and Description |
|---|
ListSizeMismatch(int expectedSize,
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() |
getJsErrors, getMessage, getScreenshotpublic ListSizeMismatch(int expectedSize,
WebElementsCollection collection,
java.util.List<org.openqa.selenium.WebElement> actualElements,
java.lang.Exception lastError,
long timeoutMs)